Skip to content

Commit

Permalink
Update v0.4.2 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: 3mcd <3mcd@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and 3mcd authored Jun 18, 2020
1 parent fa71d15 commit 5bd95f5
Show file tree
Hide file tree
Showing 17 changed files with 106 additions and 25 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.

## 0.4.2 (2020-06-18)


### Bug Fixes

* fix tests and make storage.create() and insert() component typing looser ([fa71d15](https://github.com/3mcd/javelin/commit/fa71d1592c916f73b294b213bfacf2a63c3f26e0))





## 0.4.1 (2020-06-16)

**Note:** Version bump only for package javelin
Expand Down
11 changes: 11 additions & 0 deletions examples/basic/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.

## 0.4.2 (2020-06-18)


### Bug Fixes

* fix tests and make storage.create() and insert() component typing looser ([fa71d15](https://github.com/3mcd/javelin/commit/fa71d1592c916f73b294b213bfacf2a63c3f26e0))





## 0.4.1 (2020-06-16)

**Note:** Version bump only for package @javelin/example-basic
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@javelin/example-basic",
"private": true,
"version": "0.4.1",
"version": "0.4.2",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand All @@ -12,7 +12,7 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@javelin/ecs": "0.4.1",
"@javelin/ecs": "0.4.2",
"pixi.js": "^5.2.3",
"webpack-dev-server": "^3.10.3"
},
Expand Down
11 changes: 11 additions & 0 deletions examples/filters/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.

## 0.4.2 (2020-06-18)


### Bug Fixes

* fix tests and make storage.create() and insert() component typing looser ([fa71d15](https://github.com/3mcd/javelin/commit/fa71d1592c916f73b294b213bfacf2a63c3f26e0))





## 0.4.1 (2020-06-16)

**Note:** Version bump only for package @javelin/example-filters
Expand Down
4 changes: 2 additions & 2 deletions examples/filters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@javelin/example-filters",
"private": true,
"version": "0.4.1",
"version": "0.4.2",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand All @@ -12,7 +12,7 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@javelin/ecs": "0.4.1",
"@javelin/ecs": "0.4.2",
"webpack-dev-server": "^3.10.3"
},
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions examples/networking/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.

## 0.4.2 (2020-06-18)


### Bug Fixes

* fix tests and make storage.create() and insert() component typing looser ([fa71d15](https://github.com/3mcd/javelin/commit/fa71d1592c916f73b294b213bfacf2a63c3f26e0))





## 0.4.1 (2020-06-16)

**Note:** Version bump only for package @javelin/example-networking
Expand Down
10 changes: 5 additions & 5 deletions examples/networking/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@javelin/example-networking",
"private": true,
"version": "0.4.1",
"version": "0.4.2",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand All @@ -13,10 +13,10 @@
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@javelin/devtool": "0.4.1",
"@javelin/ecs": "0.4.1",
"@javelin/hrtime-loop": "0.4.1",
"@javelin/net": "0.4.1",
"@javelin/devtool": "0.4.2",
"@javelin/ecs": "0.4.2",
"@javelin/hrtime-loop": "0.4.2",
"@javelin/net": "0.4.2",
"@msgpack/msgpack": "^1.12.1",
"@web-udp/client": "^4.1.0",
"@web-udp/server": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.4.1",
"version": "0.4.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/devtool/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.

## 0.4.2 (2020-06-18)


### Bug Fixes

* fix tests and make storage.create() and insert() component typing looser ([fa71d15](https://github.com/3mcd/javelin/commit/fa71d1592c916f73b294b213bfacf2a63c3f26e0))





## 0.4.1 (2020-06-16)

**Note:** Version bump only for package @javelin/devtool
6 changes: 3 additions & 3 deletions packages/devtool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@javelin/devtool",
"version": "0.4.1",
"version": "0.4.2",
"main": "dist/javelin-devtool.js",
"module": "dist/javelin-devtool.es5.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@javelin/ecs": "0.4.1",
"@javelin/net": "0.4.1",
"@javelin/ecs": "0.4.2",
"@javelin/net": "0.4.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ecs/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.

## 0.4.2 (2020-06-18)


### Bug Fixes

* fix tests and make storage.create() and insert() component typing looser ([fa71d15](https://github.com/3mcd/javelin/commit/fa71d1592c916f73b294b213bfacf2a63c3f26e0))





## 0.4.1 (2020-06-16)

**Note:** Version bump only for package @javelin/ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@javelin/ecs",
"version": "0.4.1",
"version": "0.4.2",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/hrtime-loop/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.

## 0.4.2 (2020-06-18)


### Bug Fixes

* fix tests and make storage.create() and insert() component typing looser ([fa71d15](https://github.com/3mcd/javelin/commit/fa71d1592c916f73b294b213bfacf2a63c3f26e0))





## 0.4.1 (2020-06-16)

**Note:** Version bump only for package @javelin/hrtime-loop
Expand Down
2 changes: 1 addition & 1 deletion packages/hrtime-loop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@javelin/hrtime-loop",
"version": "0.4.1",
"version": "0.4.2",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/net/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.

## 0.4.2 (2020-06-18)


### Bug Fixes

* fix tests and make storage.create() and insert() component typing looser ([fa71d15](https://github.com/3mcd/javelin/commit/fa71d1592c916f73b294b213bfacf2a63c3f26e0))





## 0.4.1 (2020-06-16)

**Note:** Version bump only for package @javelin/net
Expand Down
4 changes: 2 additions & 2 deletions packages/net/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@javelin/net",
"version": "0.4.1",
"version": "0.4.2",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
"@javelin/ecs": "0.4.1"
"@javelin/ecs": "0.4.2"
},
"peerDependencies": {
"@javelin/ecs": ">=0.0.1"
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
dependencies:
regenerator-runtime "^0.13.2"

"@babel/runtime@^7.1.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6":
"@babel/runtime@^7.1.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2":
version "7.10.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839"
integrity sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==
Expand Down Expand Up @@ -5182,13 +5182,6 @@ history@^4.9.0:
tiny-warning "^1.0.0"
value-equal "^1.0.1"

history@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/history/-/history-5.0.0.tgz#0cabbb6c4bbf835addb874f8259f6d25101efd08"
integrity sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg==
dependencies:
"@babel/runtime" "^7.7.6"

hmac-drbg@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
Expand Down

0 comments on commit 5bd95f5

Please sign in to comment.