Skip to content

Commit 58712a8

Browse files
RELEASING: Releasing 2 package(s) (#38)
Releases: statebuilder@0.7.2 counter@0.0.5 [skip ci] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4971dc commit 58712a8

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/cold-pugs-walk.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [74b96d77ffe8f1b08d01110bfc4302ecc2e45ce4]
8+
- statebuilder@0.7.2
9+
310
## 0.0.4
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.4",
3+
"version": "0.0.5",
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.7.2
4+
5+
### Patch Changes
6+
7+
- 74b96d77ffe8f1b08d01110bfc4302ecc2e45ce4: State provider replace directive
8+
39
## 0.7.1
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.1",
3+
"version": "0.7.2",
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)