Skip to content

Commit e61b2fc

Browse files
committed
set everything to 0.25.0
1 parent 8de1a44 commit e61b2fc

File tree

9 files changed

+8
-32
lines changed

9 files changed

+8
-32
lines changed

.yarn/versions/4441e130.yml

-24
This file was deleted.

packages/quickjs-ffi-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jitl/quickjs-ffi-types",
3-
"version": "0.0.0",
3+
"version": "0.25.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/justjake/quickjs-emscripten"

packages/tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@jitl/tsconfig",
33
"private": true,
4-
"version": "0.0.0"
4+
"version": "0.25.0"
55
}

packages/variant-quickjs-browser-debug-asyncify-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jitl/quickjs-browser-debug-asyncify-wasm",
3-
"version": "0.0.0",
3+
"version": "0.25.0",
44
"type": "module",
55
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
66
"sideEffects": false,

packages/variant-quickjs-browser-debug-sync-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jitl/quickjs-browser-debug-sync-wasm",
3-
"version": "0.0.0",
3+
"version": "0.25.0",
44
"type": "module",
55
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
66
"sideEffects": false,

packages/variant-quickjs-browser-release-sync-singlefile/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jitl/quickjs-browser-release-sync-singlefile",
3-
"version": "0.0.0",
3+
"version": "0.25.0",
44
"type": "module",
55
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
66
"sideEffects": false,

packages/variant-quickjs-node-cjs-release-asyncify-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jitl/quickjs-node-cjs-release-asyncify-wasm",
3-
"version": "0.0.0",
3+
"version": "0.25.0",
44
"description": "Variant of quickjs library: Node.js CommonJS module",
55
"sideEffects": false,
66
"repository": {

packages/variant-quickjs-node-esm-release-asyncify-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jitl/quickjs-node-esm-release-asyncify-wasm",
3-
"version": "0.0.0",
3+
"version": "0.25.0",
44
"type": "module",
55
"description": "Variant of quickjs library: Node.js ESModule",
66
"sideEffects": false,

packages/variant-quickjs-node-esm-release-sync-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jitl/quickjs-node-esm-release-sync-wasm",
3-
"version": "0.0.0",
3+
"version": "0.25.0",
44
"type": "module",
55
"description": "Variant of quickjs library: Node.js ESModule",
66
"sideEffects": false,

0 commit comments

Comments
 (0)