From 96bc7f2982de16c8f2f3e8e20e45bc015a7abc7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:25:10 +0000 Subject: [PATCH] Version Packages --- .changeset/cool-tools-teach.md | 5 ----- .changeset/three-ears-guess.md | 5 ----- .changeset/young-islands-open.md | 5 ----- packages/figma-api-client/CHANGELOG.md | 13 +++++++++++++ packages/figma-api-client/package.json | 2 +- packages/figma-rest-api-spec/CHANGELOG.md | 6 ++++++ packages/figma-rest-api-spec/package.json | 2 +- 7 files changed, 21 insertions(+), 17 deletions(-) delete mode 100644 .changeset/cool-tools-teach.md delete mode 100644 .changeset/three-ears-guess.md delete mode 100644 .changeset/young-islands-open.md diff --git a/.changeset/cool-tools-teach.md b/.changeset/cool-tools-teach.md deleted file mode 100644 index 39bf792..0000000 --- a/.changeset/cool-tools-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plainbrew/figma-api-client": minor ---- - -headers option を createClient 時に渡せるようにした diff --git a/.changeset/three-ears-guess.md b/.changeset/three-ears-guess.md deleted file mode 100644 index 42b0cf0..0000000 --- a/.changeset/three-ears-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plainbrew/figma-api-client": patch ---- - -@plainbrew/figma-rest-api-spec を devDependencies から dependencies に変更し、versioning 調整 diff --git a/.changeset/young-islands-open.md b/.changeset/young-islands-open.md deleted file mode 100644 index 362d7d4..0000000 --- a/.changeset/young-islands-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plainbrew/figma-rest-api-spec": minor ---- - -ComponentPropertyDefinition / ComponentProperty を type 別スキーマに分割 diff --git a/packages/figma-api-client/CHANGELOG.md b/packages/figma-api-client/CHANGELOG.md index c3eb82b..bfbdffe 100644 --- a/packages/figma-api-client/CHANGELOG.md +++ b/packages/figma-api-client/CHANGELOG.md @@ -1,5 +1,18 @@ # @plainbrew/figma-api-client +## 0.5.0 + +### Minor Changes + +- [#48](https://github.com/plainbrew/figma-api-client/pull/48) [`f305575`](https://github.com/plainbrew/figma-api-client/commit/f3055757504a9f56aaca972d412840dcb7f41939) Thanks [@amotarao](https://github.com/amotarao)! - headers option を createClient 時に渡せるようにした + +### Patch Changes + +- [#45](https://github.com/plainbrew/figma-api-client/pull/45) [`3f3f230`](https://github.com/plainbrew/figma-api-client/commit/3f3f230a4c94962946591c62849101294d33f98e) Thanks [@amotarao](https://github.com/amotarao)! - @plainbrew/figma-rest-api-spec を devDependencies から dependencies に変更し、versioning 調整 + +- Updated dependencies [[`71fcd48`](https://github.com/plainbrew/figma-api-client/commit/71fcd480982e532f384b670a1f9c185fc5082ab6)]: + - @plainbrew/figma-rest-api-spec@0.2.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/figma-api-client/package.json b/packages/figma-api-client/package.json index 7832179..3b19fec 100644 --- a/packages/figma-api-client/package.json +++ b/packages/figma-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@plainbrew/figma-api-client", - "version": "0.4.0", + "version": "0.5.0", "description": "", "keywords": [], "license": "MIT", diff --git a/packages/figma-rest-api-spec/CHANGELOG.md b/packages/figma-rest-api-spec/CHANGELOG.md index 6ed65d0..bd28c0a 100644 --- a/packages/figma-rest-api-spec/CHANGELOG.md +++ b/packages/figma-rest-api-spec/CHANGELOG.md @@ -1,5 +1,11 @@ # @plainbrew/figma-rest-api-spec +## 0.2.0 + +### Minor Changes + +- [#46](https://github.com/plainbrew/figma-api-client/pull/46) [`71fcd48`](https://github.com/plainbrew/figma-api-client/commit/71fcd480982e532f384b670a1f9c185fc5082ab6) Thanks [@amotarao](https://github.com/amotarao)! - ComponentPropertyDefinition / ComponentProperty を type 別スキーマに分割 + ## 0.1.1 ### Patch Changes diff --git a/packages/figma-rest-api-spec/package.json b/packages/figma-rest-api-spec/package.json index 2c613f0..27ead29 100644 --- a/packages/figma-rest-api-spec/package.json +++ b/packages/figma-rest-api-spec/package.json @@ -1,6 +1,6 @@ { "name": "@plainbrew/figma-rest-api-spec", - "version": "0.1.1", + "version": "0.2.0", "description": "OpenAPI specification for the Figma REST API", "license": "MIT", "repository": {