From fce2041fb576d0c635422dad1b17cc9f5abf1f4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Jan 2024 02:26:28 +0000 Subject: [PATCH] [ci] release --- .changeset/olive-squids-think.md | 6 ------ examples/playground/CHANGELOG.md | 9 +++++++++ examples/playground/package.json | 4 ++-- packages/form/CHANGELOG.md | 6 ++++++ packages/form/package.json | 2 +- pnpm-lock.yaml | 2 +- 6 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 .changeset/olive-squids-think.md diff --git a/.changeset/olive-squids-think.md b/.changeset/olive-squids-think.md deleted file mode 100644 index b0a15dc..0000000 --- a/.changeset/olive-squids-think.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@examples/playground": patch -"simple-stack-form": patch ---- - -Add Solid JS template diff --git a/examples/playground/CHANGELOG.md b/examples/playground/CHANGELOG.md index 733f651..5e2b1a3 100644 --- a/examples/playground/CHANGELOG.md +++ b/examples/playground/CHANGELOG.md @@ -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)]: + - simple-stack-form@0.1.7 + ## 0.0.2 ### Patch Changes diff --git a/examples/playground/package.json b/examples/playground/package.json index 0187955..5cefcc4 100644 --- a/examples/playground/package.json +++ b/examples/playground/package.json @@ -1,7 +1,7 @@ { "name": "@examples/playground", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "private": true, "scripts": { "dev": "astro dev", @@ -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", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 951931f..fd9c762 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -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 diff --git a/packages/form/package.json b/packages/form/package.json index d7ffc32..1c66edc 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -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": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 27b5c8b..4d56770 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,7 +63,7 @@ importers: specifier: ^2.11.0 version: 2.11.0 simple-stack-form: - specifier: ^0.1.0 + specifier: ^0.1.7 version: link:../../packages/form simple-stack-stream: specifier: ^0.0.3