diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df7001c..63d6ebba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# 0.7.0 (2020-06-25) + + +### Features + +* devtool inspect ([77caf16](https://github.com/3mcd/javelin/commit/77caf16bca1b223d86cae8d1aa056571354ab59c)) + + + + + ## 0.6.2 (2020-06-19) **Note:** Version bump only for package javelin diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index 0b3bb998..2a069abc 100644 --- a/examples/basic/CHANGELOG.md +++ b/examples/basic/CHANGELOG.md @@ -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. +# 0.7.0 (2020-06-25) + + +### Features + +* devtool inspect ([77caf16](https://github.com/3mcd/javelin/commit/77caf16bca1b223d86cae8d1aa056571354ab59c)) + + + + + ## 0.6.2 (2020-06-19) **Note:** Version bump only for package @javelin/example-basic diff --git a/examples/basic/package.json b/examples/basic/package.json index c37aff48..01e71b49 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,7 +1,7 @@ { "name": "@javelin/example-basic", "private": true, - "version": "0.6.2", + "version": "0.7.0", "main": "index.js", "license": "MIT", "devDependencies": { @@ -12,7 +12,7 @@ "webpack-cli": "^3.3.11" }, "dependencies": { - "@javelin/ecs": "0.6.2", + "@javelin/ecs": "0.7.0", "pixi.js": "^5.2.3", "webpack-dev-server": "^3.10.3" }, diff --git a/examples/filters/CHANGELOG.md b/examples/filters/CHANGELOG.md index 4044bc1c..71f6c752 100644 --- a/examples/filters/CHANGELOG.md +++ b/examples/filters/CHANGELOG.md @@ -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. +# 0.7.0 (2020-06-25) + + +### Features + +* devtool inspect ([77caf16](https://github.com/3mcd/javelin/commit/77caf16bca1b223d86cae8d1aa056571354ab59c)) + + + + + ## 0.6.2 (2020-06-19) **Note:** Version bump only for package @javelin/example-filters diff --git a/examples/filters/package.json b/examples/filters/package.json index cf6a0b3a..e568740c 100644 --- a/examples/filters/package.json +++ b/examples/filters/package.json @@ -1,7 +1,7 @@ { "name": "@javelin/example-filters", "private": true, - "version": "0.6.2", + "version": "0.7.0", "main": "index.js", "license": "MIT", "devDependencies": { @@ -12,7 +12,7 @@ "webpack-cli": "^3.3.11" }, "dependencies": { - "@javelin/ecs": "0.6.2", + "@javelin/ecs": "0.7.0", "webpack-dev-server": "^3.10.3" }, "scripts": { diff --git a/examples/networking/CHANGELOG.md b/examples/networking/CHANGELOG.md index 266c233c..3864617c 100644 --- a/examples/networking/CHANGELOG.md +++ b/examples/networking/CHANGELOG.md @@ -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. +# 0.7.0 (2020-06-25) + + +### Features + +* devtool inspect ([77caf16](https://github.com/3mcd/javelin/commit/77caf16bca1b223d86cae8d1aa056571354ab59c)) + + + + + ## 0.6.2 (2020-06-19) **Note:** Version bump only for package @javelin/example-networking diff --git a/examples/networking/package.json b/examples/networking/package.json index 11e22618..2334cc2e 100644 --- a/examples/networking/package.json +++ b/examples/networking/package.json @@ -1,7 +1,7 @@ { "name": "@javelin/example-networking", "private": true, - "version": "0.6.2", + "version": "0.7.0", "main": "index.js", "license": "MIT", "devDependencies": { @@ -13,10 +13,10 @@ "webpack-dev-server": "^3.10.3" }, "dependencies": { - "@javelin/devtool": "0.6.2", - "@javelin/ecs": "0.6.2", - "@javelin/hrtime-loop": "0.6.2", - "@javelin/net": "0.6.2", + "@javelin/devtool": "0.7.0", + "@javelin/ecs": "0.7.0", + "@javelin/hrtime-loop": "0.7.0", + "@javelin/net": "0.7.0", "@msgpack/msgpack": "^1.12.1", "@web-udp/client": "^4.1.0", "@web-udp/server": "^4.1.0" diff --git a/lerna.json b/lerna.json index 1e0ca14a..a3a00aa2 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.6.2", + "version": "0.7.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/devtool/CHANGELOG.md b/packages/devtool/CHANGELOG.md index 11c23aa2..56ba1c87 100644 --- a/packages/devtool/CHANGELOG.md +++ b/packages/devtool/CHANGELOG.md @@ -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. +# 0.7.0 (2020-06-25) + + +### Features + +* devtool inspect ([77caf16](https://github.com/3mcd/javelin/commit/77caf16bca1b223d86cae8d1aa056571354ab59c)) + + + + + ## 0.6.2 (2020-06-19) **Note:** Version bump only for package @javelin/devtool diff --git a/packages/devtool/package.json b/packages/devtool/package.json index 341f615c..79c8ff2e 100644 --- a/packages/devtool/package.json +++ b/packages/devtool/package.json @@ -1,6 +1,6 @@ { "name": "@javelin/devtool", - "version": "0.6.2", + "version": "0.7.0", "main": "dist/javelin-devtool.js", "module": "dist/javelin-devtool.es5.js", "typings": "dist/index.d.ts", @@ -33,8 +33,8 @@ "networking" ], "dependencies": { - "@javelin/ecs": "0.6.2", - "@javelin/net": "0.6.2", + "@javelin/ecs": "0.7.0", + "@javelin/net": "0.7.0", "immer": "^7.0.1", "react": "^16.13.1", "react-dom": "^16.13.1", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index c2028ea9..87228f92 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -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. +# 0.7.0 (2020-06-25) + + +### Features + +* devtool inspect ([77caf16](https://github.com/3mcd/javelin/commit/77caf16bca1b223d86cae8d1aa056571354ab59c)) + + + + + ## 0.6.2 (2020-06-19) **Note:** Version bump only for package @javelin/ecs diff --git a/packages/ecs/package.json b/packages/ecs/package.json index e85fa302..100972ea 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@javelin/ecs", - "version": "0.6.2", + "version": "0.7.0", "main": "dist/index.js", "license": "MIT", "scripts": { diff --git a/packages/hrtime-loop/CHANGELOG.md b/packages/hrtime-loop/CHANGELOG.md index 53d093e3..4c24fb62 100644 --- a/packages/hrtime-loop/CHANGELOG.md +++ b/packages/hrtime-loop/CHANGELOG.md @@ -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. +# 0.7.0 (2020-06-25) + + +### Features + +* devtool inspect ([77caf16](https://github.com/3mcd/javelin/commit/77caf16bca1b223d86cae8d1aa056571354ab59c)) + + + + + ## 0.6.2 (2020-06-19) **Note:** Version bump only for package @javelin/hrtime-loop diff --git a/packages/hrtime-loop/package.json b/packages/hrtime-loop/package.json index fd63e6ca..914d1ae0 100644 --- a/packages/hrtime-loop/package.json +++ b/packages/hrtime-loop/package.json @@ -1,6 +1,6 @@ { "name": "@javelin/hrtime-loop", - "version": "0.6.2", + "version": "0.7.0", "main": "dist/index.js", "license": "MIT", "scripts": { diff --git a/packages/net/CHANGELOG.md b/packages/net/CHANGELOG.md index 32320561..703709b3 100644 --- a/packages/net/CHANGELOG.md +++ b/packages/net/CHANGELOG.md @@ -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. +# 0.7.0 (2020-06-25) + + +### Features + +* devtool inspect ([77caf16](https://github.com/3mcd/javelin/commit/77caf16bca1b223d86cae8d1aa056571354ab59c)) + + + + + ## 0.6.2 (2020-06-19) **Note:** Version bump only for package @javelin/net diff --git a/packages/net/package.json b/packages/net/package.json index ef8e9e63..9d1a0a77 100644 --- a/packages/net/package.json +++ b/packages/net/package.json @@ -1,10 +1,10 @@ { "name": "@javelin/net", - "version": "0.6.2", + "version": "0.7.0", "main": "dist/index.js", "license": "MIT", "devDependencies": { - "@javelin/ecs": "0.6.2" + "@javelin/ecs": "0.7.0" }, "peerDependencies": { "@javelin/ecs": ">=0.0.1"