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

Commit

Permalink
chore(release): 1.25.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.25.0](v1.24.0...v1.25.0) (2023-10-20)

### Features

* display current version ([1504c10](1504c10)), closes [#30](#30)
  • Loading branch information
semantic-release-bot committed Oct 20, 2023
1 parent 1504c10 commit bf3d547
Show file tree
Hide file tree
Showing 10 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 @@
# [1.25.0](https://github.com/adobe/franklin-chat-ui/compare/v1.24.0...v1.25.0) (2023-10-20)


### Features

* display current version ([1504c10](https://github.com/adobe/franklin-chat-ui/commit/1504c105756d36abf64ce515ec7c2482f4d592a8)), closes [#30](https://github.com/adobe/franklin-chat-ui/issues/30)

# [1.24.0](https://github.com/adobe/franklin-chat-ui/compare/v1.23.0...v1.24.0) (2023-10-05)


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.ee883861.js",
"main.js": "/build/static/js/main.d4de72b8.js",
"index.html": "/build/index.html",
"main.621928a7.css.map": "/build/static/css/main.621928a7.css.map",
"main.ee883861.js.map": "/build/static/js/main.ee883861.js.map"
"main.d4de72b8.js.map": "/build/static/js/main.d4de72b8.js.map"
},
"entrypoints": [
"static/css/main.621928a7.css",
"static/js/main.ee883861.js"
"static/js/main.d4de72b8.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="Franklin Chat"/><link rel="apple-touch-icon" href="/build/logo192.png"/><link rel="manifest" href="/build/manifest.json"/><title>Franklin Chat</title><script defer="defer" src="/build/static/js/main.ee883861.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="Franklin Chat"/><link rel="apple-touch-icon" href="/build/logo192.png"/><link rel="manifest" href="/build/manifest.json"/><title>Franklin Chat</title><script defer="defer" src="/build/static/js/main.d4de72b8.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>
3 changes: 3 additions & 0 deletions build/static/js/main.d4de72b8.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions build/static/js/main.ee883861.js

This file was deleted.

1 change: 0 additions & 1 deletion build/static/js/main.ee883861.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,6 +1,6 @@
{
"name": "franklin-chat-ui",
"version": "1.24.0",
"version": "1.25.0",
"private": true,
"homepage": "/build",
"dependencies": {
Expand Down

0 comments on commit bf3d547

Please sign in to comment.