diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a33bfe78 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.1.1 (2020-05-08) + +**Note:** Version bump only for package javelin diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index 2aaa62d3..f5d2b166 100644 --- a/examples/basic/CHANGELOG.md +++ b/examples/basic/CHANGELOG.md @@ -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. +## 0.1.1 (2020-05-08) + +**Note:** Version bump only for package @javelin/example-basic + + + + + # 0.1.0 (2020-05-07) diff --git a/examples/basic/package.json b/examples/basic/package.json index 25d360fc..b96e4716 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,7 +1,7 @@ { "name": "@javelin/example-basic", "private": true, - "version": "0.1.0", + "version": "0.1.1", "main": "index.js", "license": "MIT", "devDependencies": { @@ -12,7 +12,7 @@ "webpack-cli": "^3.3.11" }, "dependencies": { - "@javelin/ecs": "0.1.0", + "@javelin/ecs": "0.1.1", "pixi.js": "^5.2.3", "webpack-dev-server": "^3.10.3" }, diff --git a/examples/filters/CHANGELOG.md b/examples/filters/CHANGELOG.md index 5073ca25..faadd03b 100644 --- a/examples/filters/CHANGELOG.md +++ b/examples/filters/CHANGELOG.md @@ -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. +## 0.1.1 (2020-05-08) + +**Note:** Version bump only for package @javelin/example-filters + + + + + # 0.1.0 (2020-05-07) diff --git a/examples/filters/package.json b/examples/filters/package.json index a1305ef9..81de1442 100644 --- a/examples/filters/package.json +++ b/examples/filters/package.json @@ -1,7 +1,7 @@ { "name": "@javelin/example-filters", "private": true, - "version": "0.1.0", + "version": "0.1.1", "main": "index.js", "license": "MIT", "devDependencies": { @@ -12,7 +12,7 @@ "webpack-cli": "^3.3.11" }, "dependencies": { - "@javelin/ecs": "0.1.0", + "@javelin/ecs": "0.1.1", "webpack-dev-server": "^3.10.3" }, "scripts": { diff --git a/examples/networking/CHANGELOG.md b/examples/networking/CHANGELOG.md index 5073ca25..d851aef0 100644 --- a/examples/networking/CHANGELOG.md +++ b/examples/networking/CHANGELOG.md @@ -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. +## 0.1.1 (2020-05-08) + +**Note:** Version bump only for package @javelin/example-networking + + + + + # 0.1.0 (2020-05-07) diff --git a/examples/networking/package.json b/examples/networking/package.json index be31b8c3..c8706252 100644 --- a/examples/networking/package.json +++ b/examples/networking/package.json @@ -1,7 +1,7 @@ { "name": "@javelin/example-networking", "private": true, - "version": "0.1.0", + "version": "0.1.1", "main": "index.js", "license": "MIT", "devDependencies": { @@ -12,9 +12,9 @@ "webpack-cli": "^3.3.11" }, "dependencies": { - "@javelin/ecs": "0.1.0", - "@javelin/hrtime-loop": "0.1.0", - "@javelin/net": "0.1.0", + "@javelin/ecs": "0.1.1", + "@javelin/hrtime-loop": "0.1.1", + "@javelin/net": "0.1.1", "@msgpack/msgpack": "^1.12.1", "@web-udp/client": "^4.0.2", "@web-udp/server": "^4.0.2", diff --git a/lerna.json b/lerna.json index 43daa60c..df0babcc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,8 @@ { - "packages": ["packages/*"], - "version": "0.1.0", + "packages": [ + "packages/*" + ], + "version": "0.1.1", "npmClient": "yarn", "useWorkspaces": true, "command": { @@ -10,5 +12,9 @@ "exact": true } }, - "ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"] + "ignoreChanges": [ + "**/__fixtures__/**", + "**/__tests__/**", + "**/*.md" + ] } diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index 2aaa62d3..5ed9afce 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -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. +## 0.1.1 (2020-05-08) + +**Note:** Version bump only for package @javelin/ecs + + + + + # 0.1.0 (2020-05-07) diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 24fb2796..4e544c1b 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@javelin/ecs", - "version": "0.1.0", + "version": "0.1.1", "main": "dist/index.js", "license": "MIT", "scripts": { diff --git a/packages/hrtime-loop/CHANGELOG.md b/packages/hrtime-loop/CHANGELOG.md index 5073ca25..d5868bb6 100644 --- a/packages/hrtime-loop/CHANGELOG.md +++ b/packages/hrtime-loop/CHANGELOG.md @@ -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. +## 0.1.1 (2020-05-08) + +**Note:** Version bump only for package @javelin/hrtime-loop + + + + + # 0.1.0 (2020-05-07) diff --git a/packages/hrtime-loop/package.json b/packages/hrtime-loop/package.json index 8cde66da..b97ee7e9 100644 --- a/packages/hrtime-loop/package.json +++ b/packages/hrtime-loop/package.json @@ -1,6 +1,6 @@ { "name": "@javelin/hrtime-loop", - "version": "0.1.0", + "version": "0.1.1", "main": "dist/index.js", "license": "MIT", "scripts": { diff --git a/packages/net/CHANGELOG.md b/packages/net/CHANGELOG.md index 5073ca25..28ada1b7 100644 --- a/packages/net/CHANGELOG.md +++ b/packages/net/CHANGELOG.md @@ -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. +## 0.1.1 (2020-05-08) + +**Note:** Version bump only for package @javelin/net + + + + + # 0.1.0 (2020-05-07) diff --git a/packages/net/package.json b/packages/net/package.json index e3b97b79..224dc72a 100644 --- a/packages/net/package.json +++ b/packages/net/package.json @@ -1,10 +1,10 @@ { "name": "@javelin/net", - "version": "0.1.0", + "version": "0.1.1", "main": "dist/index.js", "license": "MIT", "devDependencies": { - "@javelin/ecs": "0.1.0" + "@javelin/ecs": "0.1.1" }, "peerDependencies": { "@javelin/ecs": ">=0.0.1"