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.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2023-10-25)

### Features

* send client version ([#36](#36)) ([9f8534d](9f8534d))
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent 9f8534d commit 740e931
Show file tree
Hide file tree
Showing 9 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.1.0](https://github.com/adobe/franklin-chat-ui/compare/v2.0.1...v2.1.0) (2023-10-25)


### Features

* send client version ([#36](https://github.com/adobe/franklin-chat-ui/issues/36)) ([9f8534d](https://github.com/adobe/franklin-chat-ui/commit/9f8534de8b4e9de05de557ee551b6936513f2b01))

## [2.0.1](https://github.com/adobe/franklin-chat-ui/compare/v2.0.0...v2.0.1) (2023-10-24)


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.aceeb89b.js",
"main.js": "/build/static/js/main.3a760f8a.js",
"index.html": "/build/index.html",
"main.621928a7.css.map": "/build/static/css/main.621928a7.css.map",
"main.aceeb89b.js.map": "/build/static/js/main.aceeb89b.js.map"
"main.3a760f8a.js.map": "/build/static/js/main.3a760f8a.js.map"
},
"entrypoints": [
"static/css/main.621928a7.css",
"static/js/main.aceeb89b.js"
"static/js/main.3a760f8a.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.aceeb89b.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.3a760f8a.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.

1 change: 1 addition & 0 deletions build/static/js/main.3a760f8a.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/static/js/main.aceeb89b.js.map

This file was deleted.

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.0.1",
"version": "2.1.0",
"private": true,
"homepage": "/build",
"dependencies": {
Expand Down

0 comments on commit 740e931

Please sign in to comment.