Skip to content

Commit 5b85672

Browse files
committed
Upgrade to v2.alpha.2
1 parent 0f4003a commit 5b85672

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require "standard/rake"
44
task :build_dummy_js do
55
package_path = File.join(__FILE__, "test/dummy/package.json")
66
puts package_path
7-
superglue_version = ENV["SUPERGLUEJS_PATH"] || "^2.0.0-alpha.1"
7+
superglue_version = ENV["SUPERGLUEJS_PATH"] || "^2.0.0-alpha.2"
88

99
if File.exist?(package_path)
1010
package = JSON.parse(File.read(package_path))

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0.alpha.1
1+
2.0.0.alpha.2

lib/generators/superglue/install/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def create_files
4040
insert_jsx_rendering_defaults
4141

4242
say "Installing Superglue and friends"
43-
run "yarn add react react-dom @reduxjs/toolkit react-redux @thoughtbot/superglue@2.0.0-alpha.1"
43+
run "yarn add react react-dom @reduxjs/toolkit react-redux @thoughtbot/superglue@2.0.0-alpha.2"
4444

4545
if use_typescript
4646
run "yarn add -D @types/react-dom @types/react @types/node @thoughtbot/candy_wrapper"

test/dummy/package-lock.json

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

test/dummy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@reduxjs/toolkit": "^2.8.2",
12-
"@thoughtbot/superglue": "^2.0.0-alpha.1",
12+
"@thoughtbot/superglue": "^2.0.0-alpha.2",
1313
"react": "^19.1.0",
1414
"react-dom": "^19.1.0",
1515
"react-redux": "^9.2.0"

0 commit comments

Comments
 (0)