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.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2023-04-20)

### Features

* add debug ([c484650](c484650))
  • Loading branch information
semantic-release-bot committed Apr 20, 2023
1 parent c484650 commit dc031e0
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.8.0](https://github.com/kptdobe/franklin-chat-ui/compare/v1.7.0...v1.8.0) (2023-04-20)


### Features

* add debug ([c484650](https://github.com/kptdobe/franklin-chat-ui/commit/c4846509a1034bea52319fa45f658032c556ac1d))

# [1.7.0](https://github.com/kptdobe/franklin-chat-ui/compare/v1.6.0...v1.7.0) (2023-04-19)


Expand Down
6 changes: 3 additions & 3 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"files": {
"main.css": "./static/css/main.e924090b.css",
"main.js": "./static/js/main.de113f62.js",
"main.js": "./static/js/main.522acdff.js",
"static/media/user.png": "./static/media/user.64c083f3371babfd7dbb.png",
"index.html": "./index.html",
"main.e924090b.css.map": "./static/css/main.e924090b.css.map",
"main.de113f62.js.map": "./static/js/main.de113f62.js.map"
"main.522acdff.js.map": "./static/js/main.522acdff.js.map"
},
"entrypoints": [
"static/css/main.e924090b.css",
"static/js/main.de113f62.js"
"static/js/main.522acdff.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="./icon-helix.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Franklin Chat</title><script defer="defer" src="./static/js/main.de113f62.js"></script><link href="./static/css/main.e924090b.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="./icon-helix.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Franklin Chat</title><script defer="defer" src="./static/js/main.522acdff.js"></script><link href="./static/css/main.e924090b.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.522acdff.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

1 change: 0 additions & 1 deletion build/static/js/main.de113f62.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.7.0",
"version": "1.8.0",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down

0 comments on commit dc031e0

Please sign in to comment.