Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s) (#41)
Browse files Browse the repository at this point in the history
Releases:
  statebuilder@0.7.8
  counter@0.0.11

[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 10, 2024
1 parent e1210ad commit 89cbaf6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-garlics-arrive.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.11

### Patch Changes

- Updated dependencies [e1210adb7204931012c50bb5e4ce47738e049e8d]
- statebuilder@0.7.8

## 0.0.10

### 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.10",
"version": "0.0.11",
"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 @@
# statebuilder

## 0.7.8

### Patch Changes

- e1210adb7204931012c50bb5e4ce47738e049e8d: Fix env variables transform

## 0.7.7

### 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.7.7",
"version": "0.7.8",
"license": "MIT",
"homepage": "https://github.com/riccardoperra/statebuilder",
"description": "Experimental pluggable state management system powered by SolidJS reactivity",
Expand Down

0 comments on commit 89cbaf6

Please sign in to comment.