Skip to content

Commit

Permalink
v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3mcd committed Mar 24, 2021
1 parent c6fb879 commit 084d652
Show file tree
Hide file tree
Showing 12 changed files with 95 additions and 10 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.21.0](https://github.com/3mcd/javelin/compare/v0.20.0...v0.21.0) (2021-03-24)


### Bug Fixes

* fix tests ([debfc16](https://github.com/3mcd/javelin/commit/debfc16a283260d318c4a21bc101065e4c90c5f6))
* use WeakMap for system ids ([8982d44](https://github.com/3mcd/javelin/commit/8982d44850ce9f1374b977ba04beccf9aa5bd1bb))
* **world:** assign systems auto-incrementing unique ids ([#144](https://github.com/3mcd/javelin/issues/144)) ([861afcb](https://github.com/3mcd/javelin/commit/861afcb61e459c1dcbfd81bfee939939a264b270))


### Features

* query improvements, monitors, triggers and not filters ([#149](https://github.com/3mcd/javelin/issues/149)) ([9f7e45a](https://github.com/3mcd/javelin/commit/9f7e45a9d6ee42b46f0f537e8f798c7c70b34388))
* **pack:** add pack lib ([#146](https://github.com/3mcd/javelin/issues/146)) ([d8ffb52](https://github.com/3mcd/javelin/commit/d8ffb527a097b431e0a0e7303539c3fece284213))
* world.snapshot ([#145](https://github.com/3mcd/javelin/issues/145)) ([32b7b53](https://github.com/3mcd/javelin/commit/32b7b533e061a62343d6532281949bd8db5ea602))





# [0.20.0](https://github.com/3mcd/javelin/compare/v0.19.4...v0.20.0) (2021-03-04)


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.21.0](https://github.com/3mcd/javelin/compare/v0.20.0...v0.21.0) (2021-03-24)


### Features

* query improvements, monitors, triggers and not filters ([#149](https://github.com/3mcd/javelin/issues/149)) ([9f7e45a](https://github.com/3mcd/javelin/commit/9f7e45a9d6ee42b46f0f537e8f798c7c70b34388))





# [0.20.0](https://github.com/3mcd/javelin/compare/v0.19.4...v0.20.0) (2021-03-04)

**Note:** Version bump only for package @javelin/example-networking
Expand Down
8 changes: 4 additions & 4 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.20.0",
"version": "0.21.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand All @@ -13,9 +13,9 @@
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@javelin/ecs": "0.20.0",
"@javelin/hrtime-loop": "0.20.0",
"@javelin/net": "0.20.0",
"@javelin/ecs": "0.21.0",
"@javelin/hrtime-loop": "0.21.0",
"@javelin/net": "0.21.0",
"@msgpack/msgpack": "^1.12.1",
"@web-udp/client": "^4.2.1",
"@web-udp/server": "^4.2.1",
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.20.0",
"version": "0.21.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
20 changes: 20 additions & 0 deletions packages/ecs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.21.0](https://github.com/3mcd/javelin/compare/v0.20.0...v0.21.0) (2021-03-24)


### Bug Fixes

* fix tests ([debfc16](https://github.com/3mcd/javelin/commit/debfc16a283260d318c4a21bc101065e4c90c5f6))
* use WeakMap for system ids ([8982d44](https://github.com/3mcd/javelin/commit/8982d44850ce9f1374b977ba04beccf9aa5bd1bb))
* **world:** assign systems auto-incrementing unique ids ([#144](https://github.com/3mcd/javelin/issues/144)) ([861afcb](https://github.com/3mcd/javelin/commit/861afcb61e459c1dcbfd81bfee939939a264b270))


### Features

* query improvements, monitors, triggers and not filters ([#149](https://github.com/3mcd/javelin/issues/149)) ([9f7e45a](https://github.com/3mcd/javelin/commit/9f7e45a9d6ee42b46f0f537e8f798c7c70b34388))
* **pack:** add pack lib ([#146](https://github.com/3mcd/javelin/issues/146)) ([d8ffb52](https://github.com/3mcd/javelin/commit/d8ffb527a097b431e0a0e7303539c3fece284213))
* world.snapshot ([#145](https://github.com/3mcd/javelin/issues/145)) ([32b7b53](https://github.com/3mcd/javelin/commit/32b7b533e061a62343d6532281949bd8db5ea602))





# [0.20.0](https://github.com/3mcd/javelin/compare/v0.19.4...v0.20.0) (2021-03-04)


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.20.0",
"version": "0.21.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/javelin-ecs.bundle.js",
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.21.0](https://github.com/3mcd/javelin/compare/v0.20.0...v0.21.0) (2021-03-24)


### Features

* **pack:** add pack lib ([#146](https://github.com/3mcd/javelin/issues/146)) ([d8ffb52](https://github.com/3mcd/javelin/commit/d8ffb527a097b431e0a0e7303539c3fece284213))





# [0.20.0](https://github.com/3mcd/javelin/compare/v0.19.4...v0.20.0) (2021-03-04)

**Note:** Version bump only for package @javelin/hrtime-loop
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.20.0",
"version": "0.21.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/net/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.

# [0.21.0](https://github.com/3mcd/javelin/compare/v0.20.0...v0.21.0) (2021-03-24)


### Features

* query improvements, monitors, triggers and not filters ([#149](https://github.com/3mcd/javelin/issues/149)) ([9f7e45a](https://github.com/3mcd/javelin/commit/9f7e45a9d6ee42b46f0f537e8f798c7c70b34388))
* world.snapshot ([#145](https://github.com/3mcd/javelin/issues/145)) ([32b7b53](https://github.com/3mcd/javelin/commit/32b7b533e061a62343d6532281949bd8db5ea602))





# [0.20.0](https://github.com/3mcd/javelin/compare/v0.19.4...v0.20.0) (2021-03-04)

**Note:** Version bump only for package @javelin/net
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.20.0",
"version": "0.21.0",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
"@javelin/ecs": "0.20.0"
"@javelin/ecs": "0.21.0"
},
"peerDependencies": {
"@javelin/ecs": ">=0.0.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.21.0](https://github.com/3mcd/javelin/compare/v0.20.0...v0.21.0) (2021-03-24)


### Features

* **pack:** add pack lib ([#146](https://github.com/3mcd/javelin/issues/146)) ([d8ffb52](https://github.com/3mcd/javelin/commit/d8ffb527a097b431e0a0e7303539c3fece284213))
2 changes: 1 addition & 1 deletion packages/pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@javelin/pack",
"version": "0.20.0",
"version": "0.21.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/javelin-pack.bundle.js",
Expand Down

0 comments on commit 084d652

Please sign in to comment.