Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s) (#32)
Browse files Browse the repository at this point in the history
Releases:
  statebuilder@0.6.0
  counter@0.0.0

[skip ci]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 8, 2023
1 parent e0a19c3 commit 6eca988
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 29 deletions.
9 changes: 0 additions & 9 deletions .changeset/metal-teachers-talk.md

This file was deleted.

43 changes: 25 additions & 18 deletions examples/counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,40 @@
# counter

## 0.0.0

### Patch Changes

- Updated dependencies [3ce5a15]
- statebuilder@0.6.0

## 0.0.13

### Patch Changes

- Updated dependencies [8d627ba]
- statebuilder@0.5.0
- statebuilder@0.5.0

## 0.0.12

### Patch Changes

- Updated dependencies [01b51ae]
- Updated dependencies [ba05d21]
- statebuilder@0.4.3
- statebuilder@0.4.3

## 0.0.11

### Patch Changes

- Updated dependencies [19ef469]
- statebuilder@0.4.2
- statebuilder@0.4.2

## 0.0.10

### Patch Changes

- Updated dependencies [1f20a6d]
- statebuilder@0.4.1
- statebuilder@0.4.1

## 0.0.9

Expand All @@ -37,49 +44,49 @@
- Updated dependencies [3af22fa]
- Updated dependencies [80393f4]
- Updated dependencies [ffd7c02]
- statebuilder@0.4.0
- statebuilder@0.4.0

## 0.0.8

### Patch Changes

- Updated dependencies [16fffae]
- statebuilder@0.3.1
- statebuilder@0.3.1

## 0.0.7

### Patch Changes

- Updated dependencies [91547c7]
- statebuilder@0.3.0
- statebuilder@0.3.0

## 0.0.6

### Patch Changes

- Updated dependencies [e311052]
- statebuilder@0.2.4
- statebuilder@0.2.4

## 0.0.5

### Patch Changes

- Updated dependencies [2788c2c]
- statebuilder@0.2.3
- statebuilder@0.2.3

## 0.0.4

### Patch Changes

- Updated dependencies [ef18be4]
- statebuilder@0.2.2
- statebuilder@0.2.2

## 0.0.3

### Patch Changes

- Updated dependencies [d02e8cc]
- statebuilder@0.2.1
- statebuilder@0.2.1

## 0.0.2

Expand All @@ -88,7 +95,7 @@
- Updated dependencies [ee6ae05]
- Updated dependencies [dcaed18]
- Updated dependencies [39b6293]
- statebuilder@0.2.0
- statebuilder@0.2.0

## 0.0.1

Expand All @@ -102,39 +109,39 @@
- Updated dependencies [fb1a817]
- Updated dependencies [6ad5969]
- Updated dependencies [a984ef0]
- statebuilder@0.1.0
- statebuilder@0.1.0

## 0.0.1-unstable.4

### Patch Changes

- Updated dependencies [4dfe1e1]
- statebuilder@0.1.0-unstable.6
- statebuilder@0.1.0-unstable.6

## 0.0.1-unstable.3

### Patch Changes

- Updated dependencies [a8a78aa]
- statebuilder@0.1.0-unstable.5
- statebuilder@0.1.0-unstable.5

## 0.0.1-unstable.2

### Patch Changes

- Updated dependencies [c041c1f]
- statebuilder@0.1.0-unstable.4
- statebuilder@0.1.0-unstable.4

## 0.0.1-unstable.1

### Patch Changes

- Updated dependencies [a984ef0]
- statebuilder@0.1.0-unstable.3
- statebuilder@0.1.0-unstable.3

## 0.0.1-unstable.0

### Patch Changes

- Updated dependencies [bccf7b1]
- statebuilder@0.1.0-unstable.2
- statebuilder@0.1.0-unstable.2
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.0-20231028092513",
"version": "0.0.0",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
Expand Down
10 changes: 10 additions & 0 deletions packages/state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# statebuilder

## 0.6.0

### Minor Changes

- 3ce5a15: - States will now get resolved using their Container reactive context instead of the context where they are defined.
- Errors thrown through the state lifecycle will return a `StateBuilderError` class.
- Add the `remove` method to the Container API to destroy a state
- Add container hierarchy
- Export `ɵdefineResource` and`ɵWithResourceStorage` state resource API

## 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
@@ -1,6 +1,6 @@
{
"name": "statebuilder",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"homepage": "https://github.com/riccardoperra/statebuilder",
"description": "Experimental pluggable state management system powered by SolidJS reactivity",
Expand Down

0 comments on commit 6eca988

Please sign in to comment.