Skip to content

Commit f4ad02d

Browse files
chore: update versions (#16)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 16fffae commit f4ad02d

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/long-beds-share.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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [16fffae]
8+
- statebuilder@0.3.1
9+
310
## 0.0.7
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.7",
3+
"version": "0.0.8",
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
# plustate
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 16fffae: perf: improve type resolution performance
8+
39
## 0.3.0
410

511
### Minor 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.3.0",
3+
"version": "0.3.1",
44
"source": "src/index.ts",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)