Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.3.4 #54

Merged
merged 1 commit into from
Jun 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.4 (2020-06-14)


### Bug Fixes

* use Number for clock.dt ([55ce8d2](https://github.com/3mcd/javelin/commit/55ce8d2acd482008fc28c85ef760bc6050011dc3))





## 0.3.3 (2020-06-13)

**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.3.4 (2020-06-14)


### Bug Fixes

* use Number for clock.dt ([55ce8d2](https://github.com/3mcd/javelin/commit/55ce8d2acd482008fc28c85ef760bc6050011dc3))





## 0.3.3 (2020-06-13)

**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.3.3",
"version": "0.3.4",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand All @@ -12,7 +12,7 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@javelin/ecs": "0.3.3",
"@javelin/ecs": "0.3.4",
"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.3.4 (2020-06-14)


### Bug Fixes

* use Number for clock.dt ([55ce8d2](https://github.com/3mcd/javelin/commit/55ce8d2acd482008fc28c85ef760bc6050011dc3))





## 0.3.3 (2020-06-13)

**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.3.3",
"version": "0.3.4",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand All @@ -12,7 +12,7 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@javelin/ecs": "0.3.3",
"@javelin/ecs": "0.3.4",
"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.3.4 (2020-06-14)


### Bug Fixes

* use Number for clock.dt ([55ce8d2](https://github.com/3mcd/javelin/commit/55ce8d2acd482008fc28c85ef760bc6050011dc3))





## 0.3.3 (2020-06-13)

**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.3.3",
"version": "0.3.4",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand All @@ -12,9 +12,9 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@javelin/ecs": "0.3.3",
"@javelin/hrtime-loop": "0.3.3",
"@javelin/net": "0.3.3",
"@javelin/ecs": "0.3.4",
"@javelin/hrtime-loop": "0.3.4",
"@javelin/net": "0.3.4",
"@msgpack/msgpack": "^1.12.1",
"@web-udp/client": "^4.0.2",
"@web-udp/server": "^4.0.2",
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.3.3",
"version": "0.3.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
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.3.4 (2020-06-14)


### Bug Fixes

* use Number for clock.dt ([55ce8d2](https://github.com/3mcd/javelin/commit/55ce8d2acd482008fc28c85ef760bc6050011dc3))





## 0.3.3 (2020-06-13)

**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.3.3",
"version": "0.3.4",
"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.3.4 (2020-06-14)


### Bug Fixes

* use Number for clock.dt ([55ce8d2](https://github.com/3mcd/javelin/commit/55ce8d2acd482008fc28c85ef760bc6050011dc3))





## 0.3.3 (2020-06-13)

**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.3.3",
"version": "0.3.4",
"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.3.4 (2020-06-14)


### Bug Fixes

* use Number for clock.dt ([55ce8d2](https://github.com/3mcd/javelin/commit/55ce8d2acd482008fc28c85ef760bc6050011dc3))





## 0.3.3 (2020-06-13)

**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.3.3",
"version": "0.3.4",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
"@javelin/ecs": "0.3.3"
"@javelin/ecs": "0.3.4"
},
"peerDependencies": {
"@javelin/ecs": ">=0.0.1"
Expand Down