Skip to content

Commit b0715ad

Browse files
committed
🚀 v1.0.0
1 parent de2f9c4 commit b0715ad

78 files changed

Lines changed: 414 additions & 139 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/pre.json

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

packages/cpp.js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cpp.js
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 🚀 first stable release
8+
39
## 1.0.0-beta.33
410

511
### Patch Changes

packages/cpp.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpp.js",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"homepage": "https://cpp.js.org",
66
"repository": "https://github.com/bugra9/cpp.js.git",

packages/cppjs-core-create-app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-cpp.js
22

3+
## 1.0.1
4+
5+
### Major Changes
6+
7+
- 🚀 first stable release
8+
39
## 1.0.0-beta.25
410

511
### Patch Changes

packages/cppjs-core-create-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cpp.js",
3-
"version": "1.0.0-beta.25",
3+
"version": "1.0.1",
44
"description": "Create Cpp.js Applications",
55
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-core-create-app#readme",
66
"repository": "https://github.com/bugra9/cpp.js.git",
@@ -21,7 +21,7 @@
2121
"@cpp.js/sample-backend-nodejs-wasm": "workspace:^",
2222
"@cpp.js/sample-cloud-cloudflare-worker": "workspace:^",
2323
"@cpp.js/sample-mobile-reactnative-cli": "workspace:^",
24-
"@cpp.js/sample-mobile-reactnative-expo": "1.0.0-beta.11",
24+
"@cpp.js/sample-mobile-reactnative-expo": "1.0.0",
2525
"fs-extra": "^11.2.0",
2626
"kleur": "^4.1.5",
2727
"prompts": "^2.4.2",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @cpp.js/core-docker
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 🚀 first stable release

packages/cppjs-core-docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp.js/core-docker",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0",
44
"private": "true",
55
"scripts": {
66
"build": "docker build --no-cache -t bugra9/cpp.js:latest -t bugra9/cpp.js:0.2.8 .",

packages/cppjs-core-embind-jsi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cpp.js/core-embind-jsi
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 🚀 first stable release
8+
39
## 1.0.0-beta.28
410

511
### Patch Changes

packages/cppjs-core-embind-jsi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp.js/core-embind-jsi",
3-
"version": "1.0.0-beta.28",
3+
"version": "1.0.0",
44
"description": "The Embind JSI integration tool enables seamless C++ integration with React Native and Expo.",
55
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-core-embind-jsi#readme",
66
"repository": "https://github.com/bugra9/cpp.js.git",

packages/cppjs-package-expat/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cpp.js/package-expat
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 🚀 first stable release
8+
39
## 1.0.0-beta.23
410

511
### Patch Changes

0 commit comments

Comments
 (0)