From 432434b9f9f50bd1a4504222649226cbc6c66e18 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Mon, 11 Nov 2024 17:56:15 -0400 Subject: [PATCH] Bump version to 2.7.0 --- CONTRIBUTING.md | 2 +- README.md | 2 +- docs/cheat_sheet.md | 16 ++++++++-------- lib/ruby_wasm/version.rb | 2 +- package-lock.json | 12 ++++++------ packages/gems/js/lib/js/version.rb | 2 +- .../npm-packages/ruby-3.2-wasm-wasi/Gemfile.lock | 4 ++-- .../npm-packages/ruby-3.2-wasm-wasi/package.json | 2 +- .../npm-packages/ruby-3.3-wasm-wasi/Gemfile.lock | 4 ++-- .../npm-packages/ruby-3.3-wasm-wasi/package.json | 2 +- .../ruby-head-wasm-emscripten/package.json | 2 +- .../ruby-head-wasm-wasi/Gemfile.lock | 6 +++--- .../ruby-head-wasm-wasi/package.json | 2 +- .../ruby-head-wasm-wasip2/Gemfile.lock | 6 +++--- .../ruby-head-wasm-wasip2/package.json | 2 +- .../npm-packages/ruby-wasm-emscripten/README.md | 2 +- .../ruby-wasm-wasi/example/hello.html | 2 +- .../ruby-wasm-wasi/example/lucky.html | 2 +- .../ruby-wasm-wasi/example/script-src/index.html | 2 +- .../npm-packages/ruby-wasm-wasi/package.json | 2 +- 20 files changed, 38 insertions(+), 38 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4a4ab5727..55f111bf66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -129,5 +129,5 @@ $ npm install --save @ruby/wasm-wasi@latest # or if you want the nightly snapshot $ npm install --save @ruby/wasm-wasi@next # or you can specify the exact snapshot version -$ npm install --save @ruby/wasm-wasi@2.6.2-2024-06-29-a +$ npm install --save @ruby/wasm-wasi@2.7.0-2024-11-11-a ``` diff --git a/README.md b/README.md index 63c76d42f5..01fd4a01e3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Create and save `index.html` page with the following contents: ```html - + + + + + diff --git a/packages/npm-packages/ruby-wasm-wasi/example/lucky.html b/packages/npm-packages/ruby-wasm-wasi/example/lucky.html index 8e2651a090..b4d3d8c863 100644 --- a/packages/npm-packages/ruby-wasm-wasi/example/lucky.html +++ b/packages/npm-packages/ruby-wasm-wasi/example/lucky.html @@ -1,5 +1,5 @@ - +
+ diff --git a/packages/npm-packages/ruby-wasm-wasi/package.json b/packages/npm-packages/ruby-wasm-wasi/package.json index 12eb884f5b..c8a0fb2939 100644 --- a/packages/npm-packages/ruby-wasm-wasi/package.json +++ b/packages/npm-packages/ruby-wasm-wasi/package.json @@ -1,6 +1,6 @@ { "name": "@ruby/wasm-wasi", - "version": "2.6.2", + "version": "2.7.0", "description": "WebAssembly port of CRuby with WASI", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",