Skip to content

Commit bd85c5e

Browse files
Remove -next prerel suffix
1 parent 7e364a1 commit bd85c5e

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

package-lock.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/npm-packages/ruby-3_2-wasm-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"rollup": "^3.2.2"
3838
},
3939
"dependencies": {
40-
"@ruby/wasm-wasi": "0.0.0-next"
40+
"@ruby/wasm-wasi": "^2.0.0"
4141
}
4242
}

packages/npm-packages/ruby-head-wasm-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"rollup-plugin-polyfill-node": "^0.12.0"
4040
},
4141
"dependencies": {
42-
"@ruby/wasm-wasi": "0.0.0-next"
42+
"@ruby/wasm-wasi": "^2.0.0"
4343
}
4444
}

packages/npm-packages/ruby-wasm-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ruby/wasm-wasi",
3-
"version": "0.0.0-next",
3+
"version": "2.0.0",
44
"description": "WebAssembly port of CRuby with WASI",
55
"main": "./dist/index.cjs.js",
66
"umd:main": "./dist/index.umd.js",

0 commit comments

Comments
 (0)