From 4c1ffef3e4753ffccd71e9b1524aa4faa1de652f Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:26:00 -0700 Subject: [ci] release (#5078) Co-authored-by: github-actions[bot] --- packages/integrations/solid/CHANGELOG.md | 6 ++++++ packages/integrations/solid/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'packages/integrations/solid') diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index 575298726..488e660e1 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/solid-js +## 1.2.1 + +### Patch Changes + +- [#5089](https://github.com/withastro/astro/pull/5089) [`0173c2b2d`](https://github.com/withastro/astro/commit/0173c2b2dfa49b3cb6afec7a411cdbad272b8fde) Thanks [@bluwy](https://github.com/bluwy)! - Suppress warnings for dependency crawling + ## 1.2.0 ### Minor Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index b9bff301e..df1fc3199 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "1.2.0", + "version": "1.2.1", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", -- cgit v1.2.3