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 Dec 8, 2024
1 parent c726f1a commit b567903
Show file tree
Hide file tree
Showing 18 changed files with 79 additions and 42 deletions.
6 changes: 0 additions & 6 deletions .changeset/rare-guests-camp.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/three-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.36.0",
"recast-navigation": "0.36.1",
"three": "^0.167.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/three-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.36.0",
"recast-navigation": "0.36.1",
"three": "^0.167.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/three-vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"recast-navigation": "0.36.0",
"recast-navigation": "0.36.1",
"three": "^0.169.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/three-vite-worker-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"recast-navigation": "0.36.0",
"recast-navigation": "0.36.1",
"three": "^0.167.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/recast-navigation-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @recast-navigation/core

## 0.36.1

### Patch Changes

- Updated dependencies [c726f1a]
- @recast-navigation/wasm@0.36.1

## 0.36.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.36.0",
"version": "0.36.1",
"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.36.0"
"@recast-navigation/wasm": "0.36.1"
},
"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.36.1

### Patch Changes

- Updated dependencies [c726f1a]
- @recast-navigation/wasm@0.36.1
- @recast-navigation/core@0.36.1

## 0.36.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.36.0",
"version": "0.36.1",
"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.36.0",
"@recast-navigation/wasm": "0.36.0"
"@recast-navigation/core": "0.36.1",
"@recast-navigation/wasm": "0.36.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/recast-navigation-playcanvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @recast-navigation/playcanvas

## 0.36.1

### Patch Changes

- @recast-navigation/core@0.36.1
- @recast-navigation/generators@0.36.1

## 0.36.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/recast-navigation-playcanvas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@recast-navigation/playcanvas",
"description": "Utilities for using recast-navigation with PlayCanvas",
"version": "0.36.0",
"version": "0.36.1",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand All @@ -22,8 +22,8 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/core": "0.36.0",
"@recast-navigation/generators": "0.36.0"
"@recast-navigation/core": "0.36.1",
"@recast-navigation/generators": "0.36.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/recast-navigation-three/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @recast-navigation/three

## 0.36.1

### Patch Changes

- @recast-navigation/core@0.36.1
- @recast-navigation/generators@0.36.1

## 0.36.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.36.0",
"version": "0.36.1",
"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.36.0",
"@recast-navigation/generators": "0.36.0"
"@recast-navigation/core": "0.36.1",
"@recast-navigation/generators": "0.36.1"
},
"peerDependencies": {
"@types/three": "0.x.x",
Expand Down
6 changes: 6 additions & 0 deletions packages/recast-navigation-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @recast-navigation/wasm

## 0.36.1

### Patch Changes

- c726f1a: fix: memory cleanup for some result classes and structs

## 0.36.0

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

## 0.36.1

### Patch Changes

- c726f1a: fix: memory cleanup for some result classes and structs
- @recast-navigation/core@0.36.1
- @recast-navigation/generators@0.36.1

## 0.36.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.36.0",
"version": "0.36.1",
"license": "MIT",
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
"bugs": {
Expand Down Expand Up @@ -59,8 +59,8 @@
"lint": "eslint src"
},
"dependencies": {
"@recast-navigation/core": "0.36.0",
"@recast-navigation/generators": "0.36.0"
"@recast-navigation/core": "0.36.1",
"@recast-navigation/generators": "0.36.1"
},
"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 @@ -4257,15 +4257,15 @@ __metadata:
languageName: node
linkType: hard

"@recast-navigation/core@npm:0.36.0, @recast-navigation/core@workspace:packages/recast-navigation-core":
"@recast-navigation/core@npm:0.36.1, @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.36.0"
"@recast-navigation/wasm": "npm:0.36.1"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -4281,16 +4281,16 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/generators@npm:0.36.0, @recast-navigation/generators@workspace:packages/recast-navigation-generators":
"@recast-navigation/generators@npm:0.36.1, @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.36.0"
"@recast-navigation/wasm": "npm:0.36.0"
"@recast-navigation/core": "npm:0.36.1"
"@recast-navigation/wasm": "npm:0.36.1"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -4312,8 +4312,8 @@ __metadata:
"@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.36.0"
"@recast-navigation/generators": "npm:0.36.0"
"@recast-navigation/core": "npm:0.36.1"
"@recast-navigation/generators": "npm:0.36.1"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -4338,8 +4338,8 @@ __metadata:
"@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.36.0"
"@recast-navigation/generators": "npm:0.36.0"
"@recast-navigation/core": "npm:0.36.1"
"@recast-navigation/generators": "npm:0.36.1"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.0.1"
Expand All @@ -4358,7 +4358,7 @@ __metadata:
languageName: unknown
linkType: soft

"@recast-navigation/wasm@npm:0.36.0, @recast-navigation/wasm@workspace:packages/recast-navigation-wasm":
"@recast-navigation/wasm@npm:0.36.1, @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 @@ -13874,7 +13874,7 @@ __metadata:
languageName: unknown
linkType: soft

"recast-navigation@npm:0.36.0, recast-navigation@workspace:*, recast-navigation@workspace:^, recast-navigation@workspace:packages/recast-navigation":
"recast-navigation@npm:0.36.1, 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 @@ -13886,8 +13886,8 @@ __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.36.0"
"@recast-navigation/generators": "npm:0.36.0"
"@recast-navigation/core": "npm:0.36.1"
"@recast-navigation/generators": "npm:0.36.1"
"@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 @@ -15128,7 +15128,7 @@ __metadata:
resolution: "three-node-cjs-example@workspace:examples/three-node-cjs-example"
dependencies:
"@types/three": "npm:^0.167.1"
recast-navigation: "npm:0.36.0"
recast-navigation: "npm:0.36.1"
three: "npm:^0.167.1"
languageName: unknown
linkType: soft
Expand All @@ -15138,7 +15138,7 @@ __metadata:
resolution: "three-node-esm-example@workspace:examples/three-node-esm-example"
dependencies:
"@types/three": "npm:^0.167.1"
recast-navigation: "npm:0.36.0"
recast-navigation: "npm:0.36.1"
three: "npm:^0.167.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -15184,7 +15184,7 @@ __metadata:
resolution: "three-vite-example@workspace:examples/three-vite-example"
dependencies:
"@types/three": "npm:^0.169.0"
recast-navigation: "npm:0.36.0"
recast-navigation: "npm:0.36.1"
three: "npm:^0.169.0"
typescript: "npm:^5.4.3"
vite: "npm:^5.4.8"
Expand All @@ -15196,7 +15196,7 @@ __metadata:
resolution: "three-vite-worker-example@workspace:examples/three-vite-worker-example"
dependencies:
"@types/three": "npm:^0.169.0"
recast-navigation: "npm:0.36.0"
recast-navigation: "npm:0.36.1"
three: "npm:^0.167.1"
typescript: "npm:^5.4.3"
vite: "npm:^5.4.8"
Expand Down

0 comments on commit b567903

Please sign in to comment.