Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2024
1 parent 1248f72 commit fce2041
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/olive-squids-think.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- [#24](https://github.com/bholmesdev/simple-stack/pull/24) [`a3f27ed`](https://github.com/bholmesdev/simple-stack/commit/a3f27ede1ab4810442099e770bed086f11204811) Thanks [@dsnjunior](https://github.com/dsnjunior)! - Add Solid JS template

- Updated dependencies [[`a3f27ed`](https://github.com/bholmesdev/simple-stack/commit/a3f27ede1ab4810442099e770bed086f11204811)]:
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/playground",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -24,7 +24,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sanitize-html": "^2.11.0",
"simple-stack-form": "^0.1.0",
"simple-stack-form": "^0.1.7",
"simple-stack-stream": "^0.0.3",
"solid-js": "^1.8.7",
"tailwindcss": "^3.0.24",
Expand Down
6 changes: 6 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# simple-stack-form

## 0.1.7

### Patch Changes

- [#24](https://github.com/bholmesdev/simple-stack/pull/24) [`a3f27ed`](https://github.com/bholmesdev/simple-stack/commit/a3f27ede1ab4810442099e770bed086f11204811) Thanks [@dsnjunior](https://github.com/dsnjunior)! - Add Solid JS template

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-stack-form",
"version": "0.1.6",
"version": "0.1.7",
"description": "A simple form library for Astro projects",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fce2041

Please sign in to comment.