Skip to content

Commit

Permalink
Version bump to 0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Dec 7, 2023
1 parent 24bffd6 commit 50a294e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file.

## 0.52

Backward breaking changes. Superglue now uses props_template 0.31.0 which
removes the use of virtual_path_of_template in favor of a simplier
controller_path and action_name identifier. See
https://github.com/thoughtbot/props_template/blob/main/NEWS.md#0310-dec-6-2023
for a migration path.


## 0.51

Backward breaking changes! Superglue now uses props_template 0.30.0 which no
longer autocamelize keys. See
https://github.com/thoughtbot/props_template/blob/main/NEWS.md#0300-nov-25-2023
for details and a migration path.


## 0.50
Updates generators to use redux starter kit. Superglue will also generate
a few handy slices for use. Generators will also use a new Rails helper
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.51.1
0.52.0
2 changes: 1 addition & 1 deletion superglue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thoughtbot/superglue",
"version": "0.51.1",
"version": "0.52.0",
"description": "Use a vanilla Rails with React and Redux",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 50a294e

Please sign in to comment.