Skip to content

Commit 2bbf3de

Browse files
committed
Version bump for alpha
1 parent 6825a6e commit 2bbf3de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# News
22

3+
## 1.0.0.alpha
4+
* Breaking change with how the fragments work. Where prior it was
5+
`{type: fragment_name, partial: partial_name, path: path}` the payload is now
6+
changed to`{id: key, path: path}`. This should only affect superglue users.
7+
* Rest of API is stablizing with next release of Superglue v2
8+
39
## 0.38.0 (Jul 13, 2025)
410
* Add ability to render a partial as a layout
511
* Add child! which works only within an array! block

lib/props_template/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Props
2-
VERSION = "0.38.0".freeze
2+
VERSION = "1.0.0.alpha".freeze
33
end

0 commit comments

Comments
 (0)