Skip to content

Commit

Permalink
Merge pull request #14 from riccardoperra/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
riccardoperra authored Feb 25, 2023
2 parents 91547c7 + b1becf0 commit 3022018
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-suns-dress.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# counter

## 0.0.7

### Patch Changes

- Updated dependencies [91547c7]
- statebuilder@0.3.0

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counter",
"version": "0.0.6",
"version": "0.0.7",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
Expand Down
6 changes: 6 additions & 0 deletions packages/state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# plustate

## 0.3.0

### Minor Changes

- 91547c7: feat: refactor types for implicit inference

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statebuilder",
"version": "0.2.4",
"version": "0.3.0",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 3022018

Please sign in to comment.