Skip to content

Commit

Permalink
chore(changeset): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and isaac-mason committed Aug 19, 2024
1 parent d617943 commit 39ccf74
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 61 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-coins-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-chicken-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-squids-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-sloths-love.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tame-cheetahs-float.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/node-cjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"recast-navigation": "0.33.0",
"recast-navigation": "0.34.0",
"three": "^0.167.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/node-esm-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"recast-navigation": "0.33.0",
"recast-navigation": "0.34.0",
"three": "^0.167.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-wasm-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@react-three/fiber": "^8.16.3",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"recast-navigation": "0.33.0",
"recast-navigation": "0.34.0",
"suspend-react": "^0.1.3",
"three": "^0.167.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-worker-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@react-three/fiber": "^8.16.3",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"recast-navigation": "0.33.0",
"recast-navigation": "0.34.0",
"suspend-react": "^0.1.3",
"three": "^0.167.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/recast-navigation-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @recast-navigation/core

## 0.34.0

### Patch Changes

- @recast-navigation/wasm@0.34.0

## 0.33.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/recast-navigation-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "https://isaacmason.com/"
},
"version": "0.33.0",
"version": "0.34.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -27,7 +27,7 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/wasm": "0.33.0"
"@recast-navigation/wasm": "0.34.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/recast-navigation-generators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @recast-navigation/generators

## 0.34.0

### Patch Changes

- 03ab142: fix: set tiled navmesh intermediates to undefined after freeing wasm memory
- @recast-navigation/core@0.34.0
- @recast-navigation/wasm@0.34.0

## 0.33.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/recast-navigation-generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "https://isaacmason.com/"
},
"version": "0.33.0",
"version": "0.34.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -27,8 +27,8 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/core": "0.33.0",
"@recast-navigation/wasm": "0.33.0"
"@recast-navigation/core": "0.34.0",
"@recast-navigation/wasm": "0.34.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
Expand Down
17 changes: 17 additions & 0 deletions packages/recast-navigation-three/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @recast-navigation/three

## 0.34.0

### Minor Changes

- 06fffde: feat: remove resize from DebugDrawer, three LineMaterial no longer requires manually setting resolution

If using an older version of three.js, you may need to manually set the resolution of the LineMaterial on `debugDrawer.lineMaterial`.

### Patch Changes

- 175a8c8: fix: dispose DebugDrawer materials and geometry
- ae5bbff: feat: refactor DebugDrawer handling of vertex data
- 06fffde: feat: increase linewidth for DebugDrawer default line material
- Updated dependencies [03ab142]
- @recast-navigation/generators@0.34.0
- @recast-navigation/core@0.34.0

## 0.33.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/recast-navigation-three/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "https://isaacmason.com/"
},
"version": "0.33.0",
"version": "0.34.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -27,8 +27,8 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/core": "0.33.0",
"@recast-navigation/generators": "0.33.0"
"@recast-navigation/core": "0.34.0",
"@recast-navigation/generators": "0.34.0"
},
"peerDependencies": {
"@types/three": "0.x.x",
Expand Down
2 changes: 2 additions & 0 deletions packages/recast-navigation-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @recast-navigation/wasm

## 0.34.0

## 0.33.0

## 0.32.0
Expand Down
2 changes: 1 addition & 1 deletion packages/recast-navigation-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "https://isaacmason.com/"
},
"version": "0.33.0",
"version": "0.34.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand Down
13 changes: 13 additions & 0 deletions packages/recast-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# recast-navigation

## 0.34.0

### Patch Changes

- Updated dependencies [03ab142]
- Updated dependencies [175a8c8]
- Updated dependencies [ae5bbff]
- Updated dependencies [06fffde]
- Updated dependencies [06fffde]
- @recast-navigation/generators@0.34.0
- @recast-navigation/three@0.34.0
- @recast-navigation/core@0.34.0

## 0.33.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/recast-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"email": "[email protected]",
"url": "https://isaacmason.com/"
},
"version": "0.33.0",
"version": "0.34.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand Down Expand Up @@ -67,9 +67,9 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/core": "0.33.0",
"@recast-navigation/generators": "0.33.0",
"@recast-navigation/three": "0.33.0"
"@recast-navigation/core": "0.34.0",
"@recast-navigation/generators": "0.34.0",
"@recast-navigation/three": "0.34.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5250,15 +5250,15 @@ __metadata:
languageName: node
linkType: hard

"@recast-navigation/core@npm:0.33.0, @recast-navigation/core@workspace:packages/recast-navigation-core":
"@recast-navigation/core@npm:0.34.0, @recast-navigation/core@workspace:packages/recast-navigation-core":
version: 0.0.0-use.local
resolution: "@recast-navigation/core@workspace:packages/recast-navigation-core"
dependencies:
"@babel/core": "npm:^7.24.5"
"@babel/preset-env": "npm:^7.24.5"
"@babel/preset-typescript": "npm:^7.24.1"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.9"
"@recast-navigation/wasm": "npm:0.33.0"
"@recast-navigation/wasm": "npm:0.34.0"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -5275,16 +5275,16 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/generators@npm:0.33.0, @recast-navigation/generators@workspace:packages/recast-navigation-generators":
"@recast-navigation/generators@npm:0.34.0, @recast-navigation/generators@workspace:packages/recast-navigation-generators":
version: 0.0.0-use.local
resolution: "@recast-navigation/generators@workspace:packages/recast-navigation-generators"
dependencies:
"@babel/core": "npm:^7.24.5"
"@babel/preset-env": "npm:^7.24.5"
"@babel/preset-typescript": "npm:^7.24.1"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.9"
"@recast-navigation/core": "npm:0.33.0"
"@recast-navigation/wasm": "npm:0.33.0"
"@recast-navigation/core": "npm:0.34.0"
"@recast-navigation/wasm": "npm:0.34.0"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -5299,16 +5299,16 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/three@npm:0.33.0, @recast-navigation/three@workspace:packages/recast-navigation-three":
"@recast-navigation/three@npm:0.34.0, @recast-navigation/three@workspace:packages/recast-navigation-three":
version: 0.0.0-use.local
resolution: "@recast-navigation/three@workspace:packages/recast-navigation-three"
dependencies:
"@babel/core": "npm:^7.24.5"
"@babel/preset-env": "npm:^7.24.5"
"@babel/preset-typescript": "npm:^7.24.1"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.9"
"@recast-navigation/core": "npm:0.33.0"
"@recast-navigation/generators": "npm:0.33.0"
"@recast-navigation/core": "npm:0.34.0"
"@recast-navigation/generators": "npm:0.34.0"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -5328,7 +5328,7 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/wasm@npm:0.33.0, @recast-navigation/wasm@workspace:packages/recast-navigation-wasm":
"@recast-navigation/wasm@npm:0.34.0, @recast-navigation/wasm@workspace:packages/recast-navigation-wasm":
version: 0.0.0-use.local
resolution: "@recast-navigation/wasm@workspace:packages/recast-navigation-wasm"
dependencies:
Expand Down Expand Up @@ -15068,7 +15068,7 @@ __metadata:
resolution: "node-cjs-example@workspace:examples/node-cjs-example"
dependencies:
"@types/three": "npm:^0.167.1"
recast-navigation: "npm:0.33.0"
recast-navigation: "npm:0.34.0"
three: "npm:^0.167.1"
languageName: unknown
linkType: soft
Expand All @@ -15087,7 +15087,7 @@ __metadata:
resolution: "node-esm-example@workspace:examples/node-esm-example"
dependencies:
"@types/three": "npm:^0.167.1"
recast-navigation: "npm:0.33.0"
recast-navigation: "npm:0.34.0"
three: "npm:^0.167.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -16836,7 +16836,7 @@ __metadata:
languageName: unknown
linkType: soft

"recast-navigation@npm:0.33.0, recast-navigation@workspace:*, recast-navigation@workspace:^, recast-navigation@workspace:packages/recast-navigation":
"recast-navigation@npm:0.34.0, recast-navigation@workspace:*, recast-navigation@workspace:^, recast-navigation@workspace:packages/recast-navigation":
version: 0.0.0-use.local
resolution: "recast-navigation@workspace:packages/recast-navigation"
dependencies:
Expand All @@ -16848,9 +16848,9 @@ __metadata:
"@pmndrs/assets": "npm:^1.6.0"
"@react-three/drei": "npm:^9.105.4"
"@react-three/fiber": "npm:^8.16.3"
"@recast-navigation/core": "npm:0.33.0"
"@recast-navigation/generators": "npm:0.33.0"
"@recast-navigation/three": "npm:0.33.0"
"@recast-navigation/core": "npm:0.34.0"
"@recast-navigation/generators": "npm:0.34.0"
"@recast-navigation/three": "npm:0.34.0"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand Down Expand Up @@ -19452,7 +19452,7 @@ __metadata:
"@vitejs/plugin-react": "npm:^4.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.2.0"
recast-navigation: "npm:0.33.0"
recast-navigation: "npm:0.34.0"
suspend-react: "npm:^0.1.3"
three: "npm:^0.167.1"
typescript: "npm:^5.4.3"
Expand All @@ -19472,7 +19472,7 @@ __metadata:
"@vitejs/plugin-react": "npm:^4.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.2.0"
recast-navigation: "npm:0.33.0"
recast-navigation: "npm:0.34.0"
suspend-react: "npm:^0.1.3"
three: "npm:^0.167.1"
typescript: "npm:^5.4.3"
Expand Down

0 comments on commit 39ccf74

Please sign in to comment.