Skip to content

Commit eb6f19f

Browse files
committed
docs(website): update changelog files
1 parent 3cfe963 commit eb6f19f

17 files changed

+139
-0
lines changed

website/docs/changelog/core/cppjs-core-create-app.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# create-cpp.js
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
319
## 1.0.1
420

521
### Major Changes

website/docs/changelog/core/cppjs-core-embind-jsi.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cpp.js/core-embind-jsi
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- fix: workaround for race condition with turbomodule in android.
8+
39
## 1.0.0
410

511
### Major Changes

website/docs/changelog/core/cppjs.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# cpp.js
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- fix: workaround for race condition with turbomodule in android.
8+
9+
## 1.0.1
10+
11+
### Patch Changes
12+
13+
- fix: include prebuilt/_/{config.general.name}/_.h in dependency header search paths
14+
315
## 1.0.0
416

517
### Major Changes

website/docs/changelog/plugins/cppjs-plugin-metro.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cpp.js/plugin-metro
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.0
411

512
### Major Changes

website/docs/changelog/plugins/cppjs-plugin-react-native.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @cpp.js/plugin-react-native
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- fix: workaround for race condition with turbomodule in android.
8+
- Updated dependencies
9+
10+
11+
12+
313
## 1.0.0
414

515
### Major Changes

website/docs/changelog/plugins/cppjs-plugin-rollup.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cpp.js/plugin-rollup
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.0
411

512
### Major Changes

website/docs/changelog/plugins/cppjs-plugin-vite.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cpp.js/plugin-vite
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
10+
311
## 1.0.0
412

513
### Major Changes

website/docs/changelog/plugins/cppjs-plugin-webpack-loader.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cpp.js/plugin-webpack-loader
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.0
411

512
### Major Changes

website/docs/changelog/plugins/cppjs-plugin-webpack.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cpp.js/plugin-webpack
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.0
411

512
### Major Changes

website/docs/changelog/samples/cppjs-sample-backend-nodejs-wasm.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cpp.js/sample-backend-nodejs-wasm
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.0
411

512
### Major Changes

website/docs/changelog/samples/cppjs-sample-cloud-cloudflare-worker.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cpp.js/sample-cloud-cloudflare-worker
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.0
411

512
### Major Changes

website/docs/changelog/samples/cppjs-sample-mobile-reactnative-cli.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @cpp.js/sample-mobile-reactnative-cli
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
10+
11+
312
## 1.0.0
413

514
### Major Changes

website/docs/changelog/samples/cppjs-sample-web-react-rspack.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cpp.js/sample-web-react-rspack
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
10+
311
## 1.0.0
412

513
### Major Changes

website/docs/changelog/samples/cppjs-sample-web-react-vite.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cpp.js/sample-web-react-vite
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.0
411

512
### Major Changes

website/docs/changelog/samples/cppjs-sample-web-svelte-vite.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cpp.js/sample-web-svelte-vite
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.0
411

512
### Major Changes

website/docs/changelog/samples/cppjs-sample-web-vanilla.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cpp.js/sample-web-vanilla
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.0
411

512
### Major Changes

website/docs/changelog/samples/cppjs-sample-web-vue-vite.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cpp.js/sample-web-vue-vite
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.0
411

512
### Major Changes

0 commit comments

Comments
 (0)