Skip to content

Commit b6bd319

Browse files
committed
chore(release): v-2.0.0-beta.2
1 parent 074d3fa commit b6bd319

File tree

6 files changed

+55
-2
lines changed

6 files changed

+55
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"changesets": [
99
"better-cities-relate",
10+
"slimy-rings-love",
1011
"stale-bananas-strive"
1112
]
1213
}

.changeset/slimy-rings-love.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
'@quantajs/core': major
3+
'@quantajs/react': major
4+
---
5+
6+
feat(core): add method to store for restoring initial state
7+
8+
- Introduced initialStateMap to track original state for each store
9+
- Implemented method on the store instance to restore the state
10+
- Triggered reactivity manually for both updated and deleted properties
11+
- Extended Store and StoreInstance types to include
12+
13+
refactor(react): support multiple stores in QuantaProvider and useStore hook
14+
15+
- Updated QuantaProvider to accept a object instead of a single
16+
- Modified QuantaContext to expose all stores by name
17+
- Updated hook to require store name and handle missing stores

packages/core/CHANGELOG.md

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

3+
## 2.0.0-beta.2
4+
5+
### Major Changes
6+
7+
- feat(core): add method to store for restoring initial state
8+
- Introduced initialStateMap to track original state for each store
9+
- Implemented method on the store instance to restore the state
10+
- Triggered reactivity manually for both updated and deleted properties
11+
- Extended Store and StoreInstance types to include
12+
13+
refactor(react): support multiple stores in QuantaProvider and useStore hook
14+
- Updated QuantaProvider to accept a object instead of a single
15+
- Modified QuantaContext to expose all stores by name
16+
- Updated hook to require store name and handle missing stores
17+
318
## 2.0.0-beta.1
419

520
### Major 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": "2.0.0-beta.1",
23+
"version": "2.0.0-beta.2",
2424
"type": "module",
2525
"license": "MIT",
2626
"scripts": {

packages/react/CHANGELOG.md

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

3+
## 2.0.0-beta.2
4+
5+
### Major Changes
6+
7+
- feat(core): add method to store for restoring initial state
8+
- Introduced initialStateMap to track original state for each store
9+
- Implemented method on the store instance to restore the state
10+
- Triggered reactivity manually for both updated and deleted properties
11+
- Extended Store and StoreInstance types to include
12+
13+
refactor(react): support multiple stores in QuantaProvider and useStore hook
14+
- Updated QuantaProvider to accept a object instead of a single
15+
- Modified QuantaContext to expose all stores by name
16+
- Updated hook to require store name and handle missing stores
17+
18+
### Patch Changes
19+
20+
- Updated dependencies
21+
- @quantajs/core@2.0.0-beta.2
22+
323
## 2.0.0-beta.1
424

525
### Major Changes

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": "2.0.0-beta.1",
25+
"version": "2.0.0-beta.2",
2626
"type": "module",
2727
"license": "MIT",
2828
"scripts": {

0 commit comments

Comments
 (0)