Skip to content

Commit e81d0d9

Browse files
RELEASING: Releasing 2 package(s) (#33)
Releases: [email protected] [email protected] [skip ci] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 46892dd commit e81d0d9

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/shaggy-rivers-clean.md

-5
This file was deleted.

examples/counter/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# counter
22

3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [46892dd10b64f0a9c6570a69aad71d153a5cd2ee]
8+
9+
310
## 0.0.0
411

512
### Patch Changes

examples/counter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "counter",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"scripts": {
55
"dev": "solid-start dev",
66
"build": "solid-start build",

packages/state/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# statebuilder
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 46892dd10b64f0a9c6570a69aad71d153a5cd2ee: add before event to command plugin
8+
39
## 0.6.0
410

511
### Minor Changes

packages/state/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "statebuilder",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
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)