Skip to content

Commit 9dcf85f

Browse files
committed
chore: bump package versions to 2.0.0-beta.24
Lockstep bump across the workspace; the registry-pinned Expo sample moves to the published beta.24 packages (pins + package-lock).
1 parent 4640dcb commit 9dcf85f

87 files changed

Lines changed: 120 additions & 120 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.

cppjs-core/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": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
44
"license": "MIT",
55
"homepage": "https://cpp.js.org",
66
"repository": "https://github.com/bugra9/cpp.js.git",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cpp.js",
3-
"version": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
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",

cppjs-core/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": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
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",

cppjs-packages/cppjs-package-curl/cppjs-package-curl-android/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/package-curl-android",
3-
"version": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
44
"nativeVersion": "8.20.0",
55
"description": "Android build of the precompiled libcurl (CURL) library, built with cpp.js. Use it together with the main package @cpp.js/package-curl.",
66
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-curl#readme",

cppjs-packages/cppjs-package-curl/cppjs-package-curl-ios/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/package-curl-ios",
3-
"version": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
44
"nativeVersion": "8.20.0",
55
"description": "iOS build of the precompiled libcurl (CURL) library, built with cpp.js. Use it together with the main package @cpp.js/package-curl.",
66
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-curl#readme",

cppjs-packages/cppjs-package-curl/cppjs-package-curl-wasm/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/package-curl-wasm",
3-
"version": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
44
"nativeVersion": "8.20.0",
55
"description": "WebAssembly build of the precompiled libcurl (CURL) library, built with cpp.js. Use it together with the main package @cpp.js/package-curl.",
66
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-curl#readme",

cppjs-packages/cppjs-package-curl/cppjs-package-curl/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/package-curl",
3-
"version": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
44
"nativeVersion": "8.20.0",
55
"description": "This package provides a CURL library compiled with Cpp.js, enabling seamless usage of CURL functionalities in JavaScript, WebAssembly and React Native projects. Client-side URL transfers for web and mobile applications.",
66
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-curl#readme",

cppjs-packages/cppjs-package-expat/cppjs-package-expat-android/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/package-expat-android",
3-
"version": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
44
"nativeVersion": "2.8.1",
55
"description": "Android build of the precompiled Expat XML parser library, built with cpp.js. Use it together with the main package @cpp.js/package-expat.",
66
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-expat#readme",

cppjs-packages/cppjs-package-expat/cppjs-package-expat-ios/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/package-expat-ios",
3-
"version": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
44
"nativeVersion": "2.8.1",
55
"description": "iOS build of the precompiled Expat XML parser library, built with cpp.js. Use it together with the main package @cpp.js/package-expat.",
66
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-expat#readme",

cppjs-packages/cppjs-package-expat/cppjs-package-expat-wasm/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/package-expat-wasm",
3-
"version": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
44
"nativeVersion": "2.8.1",
55
"description": "WebAssembly build of the precompiled Expat XML parser library, built with cpp.js. Use it together with the main package @cpp.js/package-expat.",
66
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-expat#readme",

0 commit comments

Comments
 (0)