Skip to content

Commit c27a0cf

Browse files
RELEASING: Releasing 2 package(s) (#42)
Releases: statebuilder@0.8.0 counter@0.0.12 [skip ci] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eb2cc7a commit c27a0cf

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/quick-masks-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/counter/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [48c76b202466795004f0b5d69b2524a49db40256]
8+
- statebuilder@0.8.0
9+
310
## 0.0.11
411

512
### Patch Changes

examples/counter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "counter",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"scripts": {
55
"dev": "solid-start dev",
66
"build": "solid-start build",

packages/state/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 48c76b202466795004f0b5d69b2524a49db40256: add `provide` store syntax helper
8+
39
## 0.7.8
410

511
### Patch Changes

packages/state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "statebuilder",
3-
"version": "0.7.8",
3+
"version": "0.8.0",
44
"license": "MIT",
55
"homepage": "https://github.com/riccardoperra/statebuilder",
66
"description": "Experimental pluggable state management system powered by SolidJS reactivity",

0 commit comments

Comments
 (0)