Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamro committed Nov 27, 2019
1 parent d040144 commit 2b7b330
Show file tree
Hide file tree
Showing 17 changed files with 106 additions and 19 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/jamro/jsbattle/compare/v2.5.0...v2.6.0) (2019-11-27)


### Bug Fixes

* upgrade lerna to include security fixes ([e9f5ddc](https://github.com/jamro/jsbattle/commit/e9f5ddcd6c9a8371e77a96076674b0846cd0e6c6))
* **jsbattle-server:** add missing dependency on string-replace-middleware ([5b21992](https://github.com/jamro/jsbattle/commit/5b21992acbc89b9e8a46f699b1cad94faf97022c))
* **jsbattle-server:** add missing uuid package dependency ([9ccf708](https://github.com/jamro/jsbattle/commit/9ccf70839cefc07b72438fc56f14193d95b0b0ed))
* **jsbattle-server:** fix sonar cube ([22f74ec](https://github.com/jamro/jsbattle/commit/22f74ecee1a50c54523365a4b6f5f89786f2f9ab))
* **jsbattle-webpage:** improve challenge description ([492443d](https://github.com/jamro/jsbattle/commit/492443dfb7204a35b87417c9e571829a2516d2d4))
* **jsbattle-webpage:** make Google Analytics optional ([9e6c6de](https://github.com/jamro/jsbattle/commit/9e6c6de6c6708562c0cf185e852dfcb4a3977c4c)), closes [#25](https://github.com/jamro/jsbattle/issues/25)


### Features

* **jsbattle-server:** remove babel and webpack dependency ([e19cde0](https://github.com/jamro/jsbattle/commit/e19cde0c9f49a9c6dcf832230be401c31616bcae))





# [2.5.0](https://github.com/jamro/jsbattle/compare/v2.4.0...v2.5.0) (2019-04-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.5.0"
"version": "2.6.0"
}
12 changes: 12 additions & 0 deletions packages/jsbattle-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/jamro/jsbattle/compare/v2.5.0...v2.6.0) (2019-11-27)


### Bug Fixes

* **jsbattle-server:** add missing uuid package dependency ([9ccf708](https://github.com/jamro/jsbattle/commit/9ccf70839cefc07b72438fc56f14193d95b0b0ed))
* **jsbattle-webpage:** improve challenge description ([492443d](https://github.com/jamro/jsbattle/commit/492443dfb7204a35b87417c9e571829a2516d2d4))





# [2.5.0](https://github.com/jamro/jsbattle/compare/v2.4.0...v2.5.0) (2019-04-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/jsbattle-docs/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 packages/jsbattle-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsbattle-docs",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"author": "Krzysztof Jamroz <jamro@jamro.net>",
"license": "MIT",
"dependencies": {
"jsbattle-engine": "^2.5.0"
"jsbattle-engine": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/jsbattle-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/jamro/jsbattle/compare/v2.5.0...v2.6.0) (2019-11-27)


### Bug Fixes

* **jsbattle-webpage:** improve challenge description ([492443d](https://github.com/jamro/jsbattle/commit/492443dfb7204a35b87417c9e571829a2516d2d4))





# [2.5.0](https://github.com/jamro/jsbattle/compare/v2.4.0...v2.5.0) (2019-04-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/jsbattle-engine/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 packages/jsbattle-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsbattle-engine",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions packages/jsbattle-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/jamro/jsbattle/compare/v2.5.0...v2.6.0) (2019-11-27)


### Bug Fixes

* **jsbattle-server:** add missing dependency on string-replace-middleware ([5b21992](https://github.com/jamro/jsbattle/commit/5b21992acbc89b9e8a46f699b1cad94faf97022c))
* **jsbattle-server:** add missing uuid package dependency ([9ccf708](https://github.com/jamro/jsbattle/commit/9ccf70839cefc07b72438fc56f14193d95b0b0ed))
* **jsbattle-webpage:** improve challenge description ([492443d](https://github.com/jamro/jsbattle/commit/492443dfb7204a35b87417c9e571829a2516d2d4))


### Features

* **jsbattle-server:** remove babel and webpack dependency ([e19cde0](https://github.com/jamro/jsbattle/commit/e19cde0c9f49a9c6dcf832230be401c31616bcae))





# [2.5.0](https://github.com/jamro/jsbattle/compare/v2.4.0...v2.5.0) (2019-04-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/jsbattle-server/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 packages/jsbattle-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsbattle-server",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"main": "app/index.js",
"keywords": [],
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"jsbattle-engine": "^2.5.0",
"jsbattle-engine": "^2.6.0",
"puppeteer": "^2.0.0",
"seneca": "^3.17.0",
"seneca-entity": "^5.2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/jsbattle-webpage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/jamro/jsbattle/compare/v2.5.0...v2.6.0) (2019-11-27)


### Bug Fixes

* **jsbattle-server:** add missing uuid package dependency ([9ccf708](https://github.com/jamro/jsbattle/commit/9ccf70839cefc07b72438fc56f14193d95b0b0ed))
* **jsbattle-webpage:** improve challenge description ([492443d](https://github.com/jamro/jsbattle/commit/492443dfb7204a35b87417c9e571829a2516d2d4))
* **jsbattle-webpage:** make Google Analytics optional ([9e6c6de](https://github.com/jamro/jsbattle/commit/9e6c6de6c6708562c0cf185e852dfcb4a3977c4c)), closes [#25](https://github.com/jamro/jsbattle/issues/25)





# [2.5.0](https://github.com/jamro/jsbattle/compare/v2.4.0...v2.5.0) (2019-04-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/jsbattle-webpage/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/jsbattle-webpage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsbattle-webpage",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"main": "index.js",
"watch": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"codemirror": "^5.49.2",
"highlight.js": "^9.16.2",
"jquery": "^3.4.1",
"jsbattle-docs": "^2.5.0",
"jsbattle-engine": "^2.5.0",
"jsbattle-docs": "^2.6.0",
"jsbattle-engine": "^2.6.0",
"pixi.js": "^5.2.0",
"popper.js": "^1.16.0",
"react": "^16.12.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/jsbattle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/jamro/jsbattle/compare/v2.5.0...v2.6.0) (2019-11-27)


### Bug Fixes

* **jsbattle-server:** add missing uuid package dependency ([9ccf708](https://github.com/jamro/jsbattle/commit/9ccf70839cefc07b72438fc56f14193d95b0b0ed))
* **jsbattle-webpage:** improve challenge description ([492443d](https://github.com/jamro/jsbattle/commit/492443dfb7204a35b87417c9e571829a2516d2d4))





# [2.5.0](https://github.com/jamro/jsbattle/compare/v2.4.0...v2.5.0) (2019-04-29)

**Note:** Version bump only for package jsbattle
Expand Down
2 changes: 1 addition & 1 deletion packages/jsbattle/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/jsbattle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsbattle",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"main": "dist/js/jsbattle.min.js",
"scripts": {
Expand Down Expand Up @@ -29,10 +29,10 @@
"rimraf": "^3.0.0"
},
"dependencies": {
"jsbattle-docs": "^2.5.0",
"jsbattle-engine": "^2.5.0",
"jsbattle-server": "^2.5.0",
"jsbattle-webpage": "^2.5.0",
"jsbattle-docs": "^2.6.0",
"jsbattle-engine": "^2.6.0",
"jsbattle-server": "^2.6.0",
"jsbattle-webpage": "^2.6.0",
"path": "^0.12.7",
"yargs": "^15.0.2"
},
Expand Down

0 comments on commit 2b7b330

Please sign in to comment.