Skip to content

Commit fbb0abc

Browse files
committed
feat: upgrade to version 2.0.0-beta.1 with major improvements in @quantajs/react integration and updated changelogs
1 parent 2dbdba0 commit fbb0abc

File tree

6 files changed

+30
-4
lines changed

6 files changed

+30
-4
lines changed

.changeset/pre.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"mode": "pre",
33
"tag": "beta",
44
"initialVersions": {
5-
"@quantajs/core": "1.0.0"
5+
"@quantajs/core": "1.0.0",
6+
"@quantajs/react": "1.0.1-beta.0"
67
},
78
"changesets": [
8-
"better-cities-relate"
9+
"better-cities-relate",
10+
"stale-bananas-strive"
911
]
1012
}

.changeset/stale-bananas-strive.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@quantajs/core': major
3+
'@quantajs/react': major
4+
---
5+
6+
A clean, performant React integration that makes QuantaJS as easy to use in React, with minimal setup and maximum functionality for the QuantaJS state management library.

packages/core/CHANGELOG.md

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

3+
## 2.0.0-beta.1
4+
5+
### Major Changes
6+
7+
- A clean, performant React integration that makes QuantaJS as easy to use in React, with minimal setup and maximum functionality for the QuantaJS state management library.
8+
39
## 1.0.1-beta.0
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/quanta-js/quanta/issues"
2121
},
2222
"homepage": "https://quantajs.com",
23-
"version": "1.0.1-beta.0",
23+
"version": "2.0.0-beta.1",
2424
"type": "module",
2525
"license": "MIT",
2626
"scripts": {

packages/react/CHANGELOG.md

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

3+
## 2.0.0-beta.1
4+
5+
### Major Changes
6+
7+
- A clean, performant React integration that makes QuantaJS as easy to use in React, with minimal setup and maximum functionality for the QuantaJS state management library.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @quantajs/core@2.0.0-beta.1
13+
314
All notable changes to this project will be documented in this file.
415

516
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -19,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1930
- Comprehensive documentation and examples
2031

2132
### Features
33+
2234
- Reactive state management with automatic React re-renders
2335
- Support for selectors to prevent unnecessary re-renders
2436
- Integration with QuantaJS core features (reactive, computed, watch)

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/quanta-js/quanta/issues"
2323
},
2424
"homepage": "https://quantajs.com",
25-
"version": "1.0.1-beta.0",
25+
"version": "2.0.0-beta.1",
2626
"type": "module",
2727
"license": "MIT",
2828
"scripts": {

0 commit comments

Comments
 (0)