Skip to content

Commit

Permalink
changeset: add local owner context
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Oct 27, 2023
1 parent cc23c8e commit ec29662
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-hotels-stare.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.0-20231027182437

### Patch Changes

- Updated dependencies [cc23c8e]
- statebuilder@0.0.0-20231027182437

## 0.0.13

### 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.13",
"version": "0.0.0-20231027182437",
"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.0.0-20231027182437

### Patch Changes

- cc23c8e: local owner context

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "git",
"url": "https://github.com/riccardoperra/statebuilder"
},
"version": "0.5.0",
"version": "0.0.0-20231027182437",
"source": "src/index.ts",
"module": "dist/index.js",
"main": "dist/index.js",
Expand Down

0 comments on commit ec29662

Please sign in to comment.