Skip to content

Commit 04e4395

Browse files
committed
Release 10.1.0-rc.0
1 parent ea5480c commit 04e4395

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shakapacker (10.0.0)
4+
shakapacker (10.1.0.rc.0)
55
activesupport (>= 5.2)
66
package_json
77
rack-proxy (>= 0.6.1)

lib/shakapacker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Shakapacker
22
# Change the version in package.json too, please!
3-
VERSION = "10.0.0".freeze
3+
VERSION = "10.1.0.rc.0".freeze
44
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shakapacker",
3-
"version": "10.0.0",
3+
"version": "10.1.0-rc.0",
44
"description": "Use webpack to manage app-like JavaScript modules in Rails",
55
"homepage": "https://github.com/shakacode/shakapacker",
66
"bugs": {

packages/shakapacker-rspack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shakapacker-rspack",
3-
"version": "10.1.0",
3+
"version": "10.1.0-rc.0",
44
"description": "Managed rspack build support for Shakapacker",
55
"homepage": "https://github.com/shakacode/shakapacker",
66
"bugs": {
@@ -26,7 +26,7 @@
2626
"README.md"
2727
],
2828
"dependencies": {
29-
"shakapacker": "~10.1.0",
29+
"shakapacker": "~10.1.0-rc.0",
3030
"@rspack/core": "~2.0.1",
3131
"@rspack/cli": "~2.0.1",
3232
"rspack-manifest-plugin": "~5.2.1"

packages/shakapacker-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shakapacker-webpack",
3-
"version": "10.1.0",
3+
"version": "10.1.0-rc.0",
44
"description": "Managed webpack build support for Shakapacker",
55
"homepage": "https://github.com/shakacode/shakapacker",
66
"bugs": {
@@ -26,7 +26,7 @@
2626
"README.md"
2727
],
2828
"dependencies": {
29-
"shakapacker": "~10.1.0",
29+
"shakapacker": "~10.1.0-rc.0",
3030
"webpack": "~5.106.2",
3131
"webpack-cli": "~7.0.2",
3232
"webpack-assets-manifest": "~6.5.1"

0 commit comments

Comments
 (0)