Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamro committed Oct 27, 2021
1 parent bdc0bdc commit 3d8e29a
Show file tree
Hide file tree
Showing 20 changed files with 92 additions and 24 deletions.
11 changes: 11 additions & 0 deletions 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.

## [3.6.1](https://github.com/jamro/jsbattle/compare/v3.6.0...v3.6.1) (2021-10-27)


### Bug Fixes

* **jsbattle-server:** bypass ORM hooks and use raw data in DB dump and restore ([92da5c0](https://github.com/jamro/jsbattle/commit/92da5c04403b26410fada6a25b16be26ae9ac2a6))





# [3.6.0](https://github.com/jamro/jsbattle/compare/v3.5.0...v3.6.0) (2021-10-19)


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": "3.6.0"
"version": "3.6.1"
}
11 changes: 11 additions & 0 deletions packages/jsbattle-docs/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.

## [3.6.1](https://github.com/jamro/jsbattle/compare/v3.6.0...v3.6.1) (2021-10-27)


### Bug Fixes

* **jsbattle-server:** bypass ORM hooks and use raw data in DB dump and restore ([92da5c0](https://github.com/jamro/jsbattle/commit/92da5c04403b26410fada6a25b16be26ae9ac2a6))





# [3.6.0](https://github.com/jamro/jsbattle/compare/v3.5.0...v3.6.0) (2021-10-19)

**Note:** Version bump only for package jsbattle-docs
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.

6 changes: 3 additions & 3 deletions packages/jsbattle-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsbattle-docs",
"version": "3.6.0",
"version": "3.6.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -43,8 +43,8 @@
"author": "Krzysztof Jamroz <jamro@jamro.net>",
"license": "MIT",
"dependencies": {
"jsbattle-engine": "^3.6.0",
"jsbattle-react": "^3.6.0"
"jsbattle-engine": "^3.6.1",
"jsbattle-react": "^3.6.1"
},
"devDependencies": {
"@babel/core": "^7.15.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/jsbattle-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.1](https://github.com/jamro/jsbattle/compare/v3.6.0...v3.6.1) (2021-10-27)

**Note:** Version bump only for package jsbattle-engine





# [3.6.0](https://github.com/jamro/jsbattle/compare/v3.5.0...v3.6.0) (2021-10-19)

**Note:** Version bump only for package jsbattle-engine
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": "3.6.0",
"version": "3.6.1",
"description": "",
"main": "src/engine/lib.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/jsbattle-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.1](https://github.com/jamro/jsbattle/compare/v3.6.0...v3.6.1) (2021-10-27)

**Note:** Version bump only for package jsbattle-react





# [3.6.0](https://github.com/jamro/jsbattle/compare/v3.5.0...v3.6.0) (2021-10-19)

**Note:** Version bump only for package jsbattle-react
Expand Down
2 changes: 1 addition & 1 deletion packages/jsbattle-react/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-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsbattle-react",
"version": "3.6.0",
"version": "3.6.1",
"description": "",
"main": "src/JsBattleBattlefield.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"jsbattle-engine": "^3.6.0",
"jsbattle-engine": "^3.6.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/jsbattle-server/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.

## [3.6.1](https://github.com/jamro/jsbattle/compare/v3.6.0...v3.6.1) (2021-10-27)


### Bug Fixes

* **jsbattle-server:** bypass ORM hooks and use raw data in DB dump and restore ([92da5c0](https://github.com/jamro/jsbattle/commit/92da5c04403b26410fada6a25b16be26ae9ac2a6))





# [3.6.0](https://github.com/jamro/jsbattle/compare/v3.5.0...v3.6.0) (2021-10-19)


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": "3.6.0",
"version": "3.6.1",
"description": "",
"main": "app/index.js",
"keywords": [],
Expand Down Expand Up @@ -46,7 +46,7 @@
"express-session": "^1.17.2",
"hijackresponse": "^5.0.0",
"javascript-obfuscator": "^2.19.0",
"jsbattle-engine": "^3.6.0",
"jsbattle-engine": "^3.6.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moleculer": "^0.14.17",
Expand Down
8 changes: 8 additions & 0 deletions packages/jsbattle-webpage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.1](https://github.com/jamro/jsbattle/compare/v3.6.0...v3.6.1) (2021-10-27)

**Note:** Version bump only for package jsbattle-webpage





# [3.6.0](https://github.com/jamro/jsbattle/compare/v3.5.0...v3.6.0) (2021-10-19)

**Note:** Version bump only for package jsbattle-webpage
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.

8 changes: 4 additions & 4 deletions packages/jsbattle-webpage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsbattle-webpage",
"version": "3.6.0",
"version": "3.6.1",
"description": "",
"main": "index.js",
"watch": {
Expand Down Expand Up @@ -41,9 +41,9 @@
"codemirror": "^5.63.3",
"highlight.js": "^11.2.0",
"jquery": "~3.6.0",
"jsbattle-docs": "^3.6.0",
"jsbattle-engine": "^3.6.0",
"jsbattle-react": "^3.6.0",
"jsbattle-docs": "^3.6.1",
"jsbattle-engine": "^3.6.1",
"jsbattle-react": "^3.6.1",
"pixi.js": "^6.1.3",
"popper.js": "^1.16.1",
"query-string": "^7.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/jsbattle/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.

## [3.6.1](https://github.com/jamro/jsbattle/compare/v3.6.0...v3.6.1) (2021-10-27)


### Bug Fixes

* **jsbattle-server:** bypass ORM hooks and use raw data in DB dump and restore ([92da5c0](https://github.com/jamro/jsbattle/commit/92da5c04403b26410fada6a25b16be26ae9ac2a6))





# [3.6.0](https://github.com/jamro/jsbattle/compare/v3.5.0...v3.6.0) (2021-10-19)


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": "3.6.0",
"version": "3.6.1",
"description": "",
"main": "dist/js/jsbattle.min.js",
"scripts": {
Expand Down Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"jsbattle-admin": "^3.6.0",
"jsbattle-docs": "^3.6.0",
"jsbattle-engine": "^3.6.0",
"jsbattle-docs": "^3.6.1",
"jsbattle-engine": "^3.6.1",
"jsbattle-mockserver": "^3.6.0",
"jsbattle-server": "^3.6.0",
"jsbattle-webpage": "^3.6.0",
"jsbattle-server": "^3.6.1",
"jsbattle-webpage": "^3.6.1",
"lodash": "^4.17.21",
"path": "^0.12.7",
"puppeteer": "^10.4.0",
Expand Down

0 comments on commit 3d8e29a

Please sign in to comment.