From 042db4ef488e7d384088dade9ef401fe0daf4685 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 Jan 2025 15:57:07 +0000 Subject: [PATCH] chore(release): version update --- .changeset/blue-ghosts-talk.md | 5 ----- .changeset/eleven-taxis-guess.md | 5 ----- .changeset/small-sloths-sleep.md | 5 ----- packages/notion-api-zod-schema/CHANGELOG.md | 10 ++++++++++ packages/notion-api-zod-schema/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/blue-ghosts-talk.md delete mode 100644 .changeset/eleven-taxis-guess.md delete mode 100644 .changeset/small-sloths-sleep.md diff --git a/.changeset/blue-ghosts-talk.md b/.changeset/blue-ghosts-talk.md deleted file mode 100644 index 08bd047..0000000 --- a/.changeset/blue-ghosts-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@alanlu-dev/notion-api-zod-schema': patch ---- - -chore(deps): bump package versions diff --git a/.changeset/eleven-taxis-guess.md b/.changeset/eleven-taxis-guess.md deleted file mode 100644 index f2195ee..0000000 --- a/.changeset/eleven-taxis-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@alanlu-dev/notion-api-zod-schema': patch ---- - -chore: update the author's GitHub link diff --git a/.changeset/small-sloths-sleep.md b/.changeset/small-sloths-sleep.md deleted file mode 100644 index 699c7d4..0000000 --- a/.changeset/small-sloths-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@alanlu-dev/notion-api-zod-schema': patch ---- - -chore: update author's email address diff --git a/packages/notion-api-zod-schema/CHANGELOG.md b/packages/notion-api-zod-schema/CHANGELOG.md index f14843e..cf723b7 100644 --- a/packages/notion-api-zod-schema/CHANGELOG.md +++ b/packages/notion-api-zod-schema/CHANGELOG.md @@ -1,5 +1,15 @@ # @alanlu-dev/notion-api-zod-schema +## 1.0.7 + +### Patch Changes + +- [`92361e6`](https://github.com/alanlu-dev/notion-kit/commit/92361e61b5bf4ef08b66199465508c7a8d760a61) Thanks [@alanlu-tw](https://github.com/alanlu-tw)! - chore(deps): bump package versions + +- [`fe264ab`](https://github.com/alanlu-dev/notion-kit/commit/fe264abc5305805ecf18ac0c988625f832b1990b) Thanks [@alanlu-tw](https://github.com/alanlu-tw)! - chore: update the author's GitHub link + +- [`b4a4e58`](https://github.com/alanlu-dev/notion-kit/commit/b4a4e589106ad4e4aa9e43d4d972a245fd9cec9a) Thanks [@alanlu-tw](https://github.com/alanlu-tw)! - chore: update author's email address + ## 1.0.6 ### Patch Changes diff --git a/packages/notion-api-zod-schema/package.json b/packages/notion-api-zod-schema/package.json index 29b1199..2dc743a 100644 --- a/packages/notion-api-zod-schema/package.json +++ b/packages/notion-api-zod-schema/package.json @@ -1,7 +1,7 @@ { "name": "@alanlu-dev/notion-api-zod-schema", "type": "module", - "version": "1.0.6", + "version": "1.0.7", "description": "Zod schemas for the Notion API (unofficial)", "author": "Alan Lu (https://github.com/alanlu-tw)", "license": "MIT",