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.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.22.0...v2.0.0) (2023-10-20)

### Bug Fixes

* major release ([af77457](af77457))
* remove branch from release ([#34](#34)) ([ada2b3e](ada2b3e))
* trigger release ([1017a22](1017a22))
* trigger release\nBREAKING CHANGE: major re-architecture\n ([8eff9b1](8eff9b1))
* version mess ([#33](#33)) ([fc891d1](fc891d1))

### Features

* switch to aws backend ([#19](#19)) ([fe09eca](fe09eca))
* trigger major release attempt ([f83d9b8](f83d9b8))

### BREAKING CHANGES

* switch to aws backend
* switch to aws backend
  • Loading branch information
semantic-release-bot committed Oct 20, 2023
1 parent ada2b3e commit f53c722
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 11 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [2.0.0](https://github.com/adobe/franklin-chat-ui/compare/v1.22.0...v2.0.0) (2023-10-20)


### Bug Fixes

* major release ([af77457](https://github.com/adobe/franklin-chat-ui/commit/af77457fde39637696e7b3f14a26b68da6661ebc))
* remove branch from release ([#34](https://github.com/adobe/franklin-chat-ui/issues/34)) ([ada2b3e](https://github.com/adobe/franklin-chat-ui/commit/ada2b3e9865c3b8c15e09f155c4d5c5216341d99))
* trigger release ([1017a22](https://github.com/adobe/franklin-chat-ui/commit/1017a22e41fef0fe05d5a46d0bca53e39531778a))
* trigger release\nBREAKING CHANGE: major re-architecture\n ([8eff9b1](https://github.com/adobe/franklin-chat-ui/commit/8eff9b15255c7c40024e30ddef23f71c0ab939bc))
* version mess ([#33](https://github.com/adobe/franklin-chat-ui/issues/33)) ([fc891d1](https://github.com/adobe/franklin-chat-ui/commit/fc891d177424d9f91a8bc37863a3809641c67659))


### Features

* switch to aws backend ([#19](https://github.com/adobe/franklin-chat-ui/issues/19)) ([fe09eca](https://github.com/adobe/franklin-chat-ui/commit/fe09eca4bcf13dd7320c5d99ec5db159fa3026b3))
* trigger major release attempt ([f83d9b8](https://github.com/adobe/franklin-chat-ui/commit/f83d9b805d800bee24dd9b6b0cbab4c36ca35183))


### BREAKING CHANGES

* switch to aws backend
* switch to aws backend

# [1.25.0](https://github.com/adobe/franklin-chat-ui/compare/v1.24.0...v1.25.0) (2023-10-20)


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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

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

0 comments on commit f53c722

Please sign in to comment.