Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2023-11-15)

### Bug Fixes

* adjust success cmd ([f933ee9](f933ee9))
  • Loading branch information
semantic-release-bot committed Nov 15, 2023
1 parent f933ee9 commit 26edf37
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.3.1](https://github.com/adobe/franklin-chat-ui/compare/v2.3.0...v2.3.1) (2023-11-15)


### Bug Fixes

* adjust success cmd ([f933ee9](https://github.com/adobe/franklin-chat-ui/commit/f933ee907b704b7c62d353e441e55ac02f0db68c))

# [2.3.0](https://github.com/adobe/franklin-chat-ui/compare/v2.2.0...v2.3.0) (2023-11-15)


Expand Down
6 changes: 3 additions & 3 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/build/static/css/main.621928a7.css",
"main.js": "/build/static/js/main.921f2215.js",
"main.js": "/build/static/js/main.c44078d4.js",
"index.html": "/build/index.html",
"main.621928a7.css.map": "/build/static/css/main.621928a7.css.map",
"main.921f2215.js.map": "/build/static/js/main.921f2215.js.map"
"main.c44078d4.js.map": "/build/static/js/main.c44078d4.js.map"
},
"entrypoints": [
"static/css/main.621928a7.css",
"static/js/main.921f2215.js"
"static/js/main.c44078d4.js"
]
}
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/build/icon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Adobe Experience Manager Chat"/><link rel="apple-touch-icon" href="/build/logo192.png"/><link rel="manifest" href="/build/manifest.json"/><title>AEM Chat</title><script defer="defer" src="/build/static/js/main.921f2215.js"></script><link href="/build/static/css/main.621928a7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/build/icon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Adobe Experience Manager Chat"/><link rel="apple-touch-icon" href="/build/logo192.png"/><link rel="manifest" href="/build/manifest.json"/><title>AEM Chat</title><script defer="defer" src="/build/static/js/main.c44078d4.js"></script><link href="/build/static/css/main.621928a7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "franklin-chat-ui",
"description": "Franklin Chat UI",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"homepage": "/build",
"dependencies": {
Expand Down

0 comments on commit 26edf37

Please sign in to comment.