Skip to content

Commit

Permalink
chore(changeset): release packages (#330)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 20, 2024
1 parent cb6290c commit 309c211
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-turtles-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-buttons-tie.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 @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@types/three": "^0.160.0",
"recast-navigation": "0.21.0",
"recast-navigation": "0.22.0",
"three": "^0.160.0"
}
}
2 changes: 1 addition & 1 deletion examples/node-esm-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@types/three": "^0.160.0",
"recast-navigation": "0.21.0",
"recast-navigation": "0.22.0",
"three": "^0.160.0"
}
}
2 changes: 1 addition & 1 deletion examples/react-scripts-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"recast-navigation": "0.21.0",
"recast-navigation": "0.22.0",
"suspend-react": "^0.1.3",
"three": "^0.160.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@react-three/fiber": "^8.15.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recast-navigation": "0.21.0",
"recast-navigation": "0.22.0",
"suspend-react": "^0.1.3",
"three": "^0.160.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/recast-navigation-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @recast-navigation/core

## 0.22.0

### Minor Changes

- cb6290c: feat(NavMeshQuery): rename computePath maxPolyPathLength option to maxPathPolys
- cb6290c: feat(NavMeshQuery): add maxStraightPathPoints option to computePath

### Patch Changes

- @recast-navigation/wasm@0.22.0

## 0.21.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.21.0",
"version": "0.22.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -26,7 +26,7 @@
"lint": "eslint --ext .ts src"
},
"dependencies": {
"@recast-navigation/wasm": "0.21.0"
"@recast-navigation/wasm": "0.22.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/recast-navigation-generators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @recast-navigation/generators

## 0.22.0

### Patch Changes

- Updated dependencies [cb6290c]
- Updated dependencies [cb6290c]
- @recast-navigation/core@0.22.0
- @recast-navigation/wasm@0.22.0

## 0.21.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.21.0",
"version": "0.22.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -26,8 +26,8 @@
"lint": "eslint --ext .ts src"
},
"dependencies": {
"@recast-navigation/core": "0.21.0",
"@recast-navigation/wasm": "0.21.0"
"@recast-navigation/core": "0.22.0",
"@recast-navigation/wasm": "0.22.0"
},
"devDependencies": {
"@isaac-mason/eslint-config-typescript": "^0.0.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/recast-navigation-three/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @recast-navigation/three

## 0.22.0

### Patch Changes

- Updated dependencies [cb6290c]
- Updated dependencies [cb6290c]
- @recast-navigation/core@0.22.0
- @recast-navigation/generators@0.22.0

## 0.21.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.21.0",
"version": "0.22.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -26,8 +26,8 @@
"lint": "eslint --ext .ts src"
},
"dependencies": {
"@recast-navigation/core": "0.21.0",
"@recast-navigation/generators": "0.21.0"
"@recast-navigation/core": "0.22.0",
"@recast-navigation/generators": "0.22.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.22.0

## 0.21.0

### Minor Changes
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.21.0",
"version": "0.22.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand Down
10 changes: 10 additions & 0 deletions packages/recast-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# recast-navigation

## 0.22.0

### Patch Changes

- Updated dependencies [cb6290c]
- Updated dependencies [cb6290c]
- @recast-navigation/core@0.22.0
- @recast-navigation/generators@0.22.0
- @recast-navigation/three@0.22.0

## 0.21.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.21.0",
"version": "0.22.0",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand Down Expand Up @@ -66,9 +66,9 @@
"lint": "eslint --ext .ts src"
},
"dependencies": {
"@recast-navigation/core": "0.21.0",
"@recast-navigation/generators": "0.21.0",
"@recast-navigation/three": "0.21.0"
"@recast-navigation/core": "0.22.0",
"@recast-navigation/generators": "0.22.0",
"@recast-navigation/three": "0.22.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5033,13 +5033,13 @@ __metadata:
languageName: node
linkType: hard

"@recast-navigation/core@npm:0.21.0, @recast-navigation/core@workspace:packages/recast-navigation-core":
"@recast-navigation/core@npm:0.22.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.4"
"@isaac-mason/eslint-config-typescript": "npm:^0.0.5"
"@recast-navigation/wasm": "npm:0.21.0"
"@recast-navigation/wasm": "npm:0.22.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
"@rollup/plugin-terser": "npm:^0.4.3"
Expand All @@ -5055,13 +5055,13 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/generators@npm:0.21.0, @recast-navigation/generators@workspace:packages/recast-navigation-generators":
"@recast-navigation/generators@npm:0.22.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:
"@isaac-mason/eslint-config-typescript": "npm:^0.0.5"
"@recast-navigation/core": "npm:0.21.0"
"@recast-navigation/wasm": "npm:0.21.0"
"@recast-navigation/core": "npm:0.22.0"
"@recast-navigation/wasm": "npm:0.22.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
"@rollup/plugin-terser": "npm:^0.4.3"
Expand All @@ -5075,13 +5075,13 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/three@npm:0.21.0, @recast-navigation/three@workspace:packages/recast-navigation-three":
"@recast-navigation/three@npm:0.22.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:
"@isaac-mason/eslint-config-typescript": "npm:^0.0.5"
"@recast-navigation/core": "npm:0.21.0"
"@recast-navigation/generators": "npm:0.21.0"
"@recast-navigation/core": "npm:0.22.0"
"@recast-navigation/generators": "npm:0.22.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
"@rollup/plugin-terser": "npm:^0.4.3"
Expand All @@ -5100,7 +5100,7 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/wasm@npm:0.21.0, @recast-navigation/wasm@workspace:packages/recast-navigation-wasm":
"@recast-navigation/wasm@npm:0.22.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 @@ -18006,7 +18006,7 @@ __metadata:
resolution: "node-cjs-example@workspace:examples/node-cjs-example"
dependencies:
"@types/three": "npm:^0.160.0"
recast-navigation: "npm:0.21.0"
recast-navigation: "npm:0.22.0"
three: "npm:^0.160.0"
languageName: unknown
linkType: soft
Expand All @@ -18025,7 +18025,7 @@ __metadata:
resolution: "node-esm-example@workspace:examples/node-esm-example"
dependencies:
"@types/three": "npm:^0.160.0"
recast-navigation: "npm:0.21.0"
recast-navigation: "npm:0.22.0"
three: "npm:^0.160.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -20729,7 +20729,7 @@ __metadata:
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react-scripts: "npm:5.0.1"
recast-navigation: "npm:0.21.0"
recast-navigation: "npm:0.22.0"
suspend-react: "npm:^0.1.3"
three: "npm:^0.160.0"
languageName: unknown
Expand Down Expand Up @@ -20943,7 +20943,7 @@ __metadata:
languageName: unknown
linkType: soft

"recast-navigation@npm:0.21.0, recast-navigation@workspace:*, recast-navigation@workspace:^, recast-navigation@workspace:packages/recast-navigation":
"recast-navigation@npm:0.22.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 @@ -20953,9 +20953,9 @@ __metadata:
"@pmndrs/assets": "npm:^1.6.0"
"@react-three/drei": "npm:^9.97.0"
"@react-three/fiber": "npm:^8.15.12"
"@recast-navigation/core": "npm:0.21.0"
"@recast-navigation/generators": "npm:0.21.0"
"@recast-navigation/three": "npm:0.21.0"
"@recast-navigation/core": "npm:0.22.0"
"@recast-navigation/generators": "npm:0.22.0"
"@recast-navigation/three": "npm:0.22.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
"@rollup/plugin-terser": "npm:^0.4.3"
Expand Down Expand Up @@ -24308,7 +24308,7 @@ __metadata:
"@vitejs/plugin-react": "npm:^4.2.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
recast-navigation: "npm:0.21.0"
recast-navigation: "npm:0.22.0"
suspend-react: "npm:^0.1.3"
three: "npm:^0.160.0"
typescript: "npm:^5.4.3"
Expand Down

0 comments on commit 309c211

Please sign in to comment.