From 09dce9f6b0d3efe2536acd104e5afcd7b5c6e45d Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Sat, 29 Jun 2024 06:55:21 +0000 Subject: [PATCH] Bump version to 2.6.2 --- CONTRIBUTING.md | 2 +- README.md | 2 +- docs/cheat_sheet.md | 16 ++++++++-------- lib/ruby_wasm/version.rb | 2 +- package-lock.json | 18 ++++++++---------- packages/gems/js/lib/js/version.rb | 2 +- .../ruby-3.2-wasm-wasi/package.json | 2 +- .../ruby-3.3-wasm-wasi/package.json | 2 +- .../ruby-head-wasm-emscripten/package.json | 2 +- .../ruby-head-wasm-wasi/package.json | 2 +- .../ruby-wasm-emscripten/README.md | 2 +- .../npm-packages/ruby-wasm-wasi/Gemfile.lock | 4 ++-- .../ruby-wasm-wasi/example/hello.html | 2 +- .../ruby-wasm-wasi/example/lucky.html | 2 +- .../example/script-src/index.html | 2 +- .../npm-packages/ruby-wasm-wasi/package.json | 2 +- 16 files changed, 31 insertions(+), 33 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14029ac06b..16a8f91cba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,5 +127,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.1-2024-05-22-a +$ npm install --save @ruby/wasm-wasi@2.6.2-2024-06-29-a ``` diff --git a/README.md b/README.md index 97842627ea..63c76d42f5 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 552ca4c8df..8e2651a090 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 9ab30629e3..0ea6b2e1f2 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.1", + "version": "2.6.2", "description": "WebAssembly port of CRuby with WASI", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",