From 8baf6e09b5ec297e5722b64a24f8f5c9d54397b8 Mon Sep 17 00:00:00 2001 From: thinkmill-release-bot <124844276+thinkmill-release-bot@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:23:46 +1000 Subject: [PATCH] Version Packages (#611) Co-authored-by: github-actions[bot] --- .changeset/purple-seahorses-pump.md | 5 ----- .changeset/yellow-pets-work.md | 5 ----- packages/astro/CHANGELOG.md | 6 ++++++ packages/astro/package.json | 2 +- pnpm-lock.yaml | 2 +- templates/astro/CHANGELOG.md | 8 ++++++++ templates/astro/package.json | 4 ++-- 7 files changed, 18 insertions(+), 14 deletions(-) delete mode 100644 .changeset/purple-seahorses-pump.md delete mode 100644 .changeset/yellow-pets-work.md diff --git a/.changeset/purple-seahorses-pump.md b/.changeset/purple-seahorses-pump.md deleted file mode 100644 index d34f376ca..000000000 --- a/.changeset/purple-seahorses-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/astro': patch ---- - -Allow `astro@3` in `peerDependencies` diff --git a/.changeset/yellow-pets-work.md b/.changeset/yellow-pets-work.md deleted file mode 100644 index 1a20d62a9..000000000 --- a/.changeset/yellow-pets-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/templates-astro': patch ---- - -Upgrading template to Astro v3 diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index e6547d7f7..432c0c25b 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystatic/astro +## 1.0.1 + +### Patch Changes + +- 36cb6803: Allow `astro@3` in `peerDependencies` + ## 1.0.0 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 61de2efb9..adf47a79f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/astro", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 15694bda2..790384032 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -894,7 +894,7 @@ importers: specifiers: '@astrojs/markdoc': ^0.5.0 '@astrojs/react': ^3.0.0 - '@keystatic/astro': ^1.0.0 + '@keystatic/astro': ^1.0.1 '@keystatic/core': ^0.1.2 '@types/react': ^18.2.8 '@types/react-dom': ^18.0.11 diff --git a/templates/astro/CHANGELOG.md b/templates/astro/CHANGELOG.md index 7a742e6f6..aa35ed441 100644 --- a/templates/astro/CHANGELOG.md +++ b/templates/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/templates-astro +## 0.0.10 + +### Patch Changes + +- 36cb6803: Upgrading template to Astro v3 +- Updated dependencies [36cb6803] + - @keystatic/astro@1.0.1 + ## 0.0.9 ### Patch Changes diff --git a/templates/astro/package.json b/templates/astro/package.json index d860ea4d1..56099241b 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-astro", - "version": "0.0.9", + "version": "0.0.10", "license": "MIT", "scripts": { "dev": "astro dev --host 127.0.0.1", @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/markdoc": "^0.5.0", "@astrojs/react": "^3.0.0", - "@keystatic/astro": "^1.0.0", + "@keystatic/astro": "^1.0.1", "@keystatic/core": "^0.1.2", "@types/react": "^18.2.8", "@types/react-dom": "^18.0.11",