Skip to content

Commit d632ec0

Browse files
authored
chore(main): release 0.2.0 (#7)
1 parent cea717d commit d632ec0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ All notable changes to the "Stone.js Use React" extension will be documented in
55
## Unreleased
66

77

8+
## [0.2.0](https://github.com/stone-foundation/stone-js-use-react/compare/v0.1.0...v0.2.0) (2025-06-16)
9+
10+
11+
### Features
12+
13+
* split backend and frontend modules for frontend compatibility ([#6](https://github.com/stone-foundation/stone-js-use-react/issues/6)) ([cea717d](https://github.com/stone-foundation/stone-js-use-react/commit/cea717df59d931171c9b983d21c54ed07570bf46))
14+
815
## 0.1.0 (2025-06-13)
916

1017

1118
### Features
1219

1320
* initial release with full SSR/SPA React integration ([#1](https://github.com/stone-foundation/stone-js-use-react/issues/1)) ([24ac478](https://github.com/stone-foundation/stone-js-use-react/commit/24ac47827834abe5b56b9c1fd2db34239644d86b))
14-

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stone-js/use-react",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "React integration for Stone.js, universal rendering, SSR hydration, layouts, pages, snapshots, head management, and more.",
55
"author": "Mr. Stone <evensstone@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)