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

Commit

Permalink
Bump version and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Apr 15, 2019
1 parent 89a2b77 commit f498b5a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions loader/package-lock.json

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

4 changes: 2 additions & 2 deletions loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yalcs-loader",
"version": "1.0.0",
"version": "1.1.0",
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
"main": "",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"babel-loader": "^8.0.5",
"compression-webpack-plugin": "^2.0.0",
"typescript": "^3.4.3",
"webpack": "^4.29.6",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yalcs",
"version": "1.0.0",
"version": "1.1.0",
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yalcs-server",
"version": "1.0.0",
"version": "1.1.0",
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
"main": "dist/app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/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 web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yalcs-web",
"version": "1.0.0",
"version": "1.1.0",
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
"main": "",
"scripts": {
Expand Down

0 comments on commit f498b5a

Please sign in to comment.