Skip to content

Commit 8d776fa

Browse files
chore(changeset): release packages (#230)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 467747f commit 8d776fa

File tree

16 files changed

+70
-41
lines changed

16 files changed

+70
-41
lines changed

.changeset/strange-crabs-laugh.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/node-cjs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"dependencies": {
1212
"@types/three": "^0.159.0",
13-
"recast-navigation": "0.16.0",
13+
"recast-navigation": "0.16.1",
1414
"three": "^0.159.0"
1515
}
1616
}

examples/node-esm-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"@types/three": "^0.159.0",
14-
"recast-navigation": "0.16.0",
14+
"recast-navigation": "0.16.1",
1515
"three": "^0.159.0"
1616
}
1717
}

examples/react-scripts-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react": "^18.2.0",
99
"react-dom": "^18.2.0",
1010
"react-scripts": "5.0.1",
11-
"recast-navigation": "0.16.0",
11+
"recast-navigation": "0.16.1",
1212
"suspend-react": "^0.1.3",
1313
"three": "^0.159.0"
1414
},

examples/vite-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@react-three/fiber": "^8.15.12",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
15-
"recast-navigation": "0.16.0",
15+
"recast-navigation": "0.16.1",
1616
"suspend-react": "^0.1.3",
1717
"three": "^0.159.0"
1818
},

packages/recast-navigation-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @recast-navigation/core
22

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- 467747f: feat: add usage oriented aliases to 'Arrays' such as 'TriAreasArray'
8+
- @recast-navigation/wasm@0.16.1
9+
310
## 0.16.0
411

512
### Minor Changes

packages/recast-navigation-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "isaac@isaacmason.com",
77
"url": "https://isaacmason.com/"
88
},
9-
"version": "0.16.0",
9+
"version": "0.16.1",
1010
"license": "MIT",
1111
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
1212
"bugs": {
@@ -25,7 +25,7 @@
2525
"build": "rollup --config rollup.config.js --bundleConfigAsCjs"
2626
},
2727
"dependencies": {
28-
"@recast-navigation/wasm": "0.16.0"
28+
"@recast-navigation/wasm": "0.16.1"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "^7.22.11",

packages/recast-navigation-generators/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @recast-navigation/generators
22

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- 467747f: feat: add usage oriented aliases to 'Arrays' such as 'TriAreasArray'
8+
- Updated dependencies [467747f]
9+
- @recast-navigation/core@0.16.1
10+
- @recast-navigation/wasm@0.16.1
11+
312
## 0.16.0
413

514
### Patch Changes

packages/recast-navigation-generators/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "isaac@isaacmason.com",
77
"url": "https://isaacmason.com/"
88
},
9-
"version": "0.16.0",
9+
"version": "0.16.1",
1010
"license": "MIT",
1111
"homepage": "https://github.com/isaac-mason/recast-navigation-js",
1212
"bugs": {
@@ -25,8 +25,8 @@
2525
"build": "rollup --config rollup.config.js --bundleConfigAsCjs"
2626
},
2727
"dependencies": {
28-
"@recast-navigation/core": "0.16.0",
29-
"@recast-navigation/wasm": "0.16.0"
28+
"@recast-navigation/core": "0.16.1",
29+
"@recast-navigation/wasm": "0.16.1"
3030
},
3131
"devDependencies": {
3232
"@rollup/plugin-commonjs": "^25.0.7",

packages/recast-navigation-three/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @recast-navigation/three
22

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [467747f]
8+
- @recast-navigation/generators@0.16.1
9+
- @recast-navigation/core@0.16.1
10+
311
## 0.16.0
412

513
### Patch Changes

0 commit comments

Comments
 (0)