Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cool-tools-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-ears-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-islands-open.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/figma-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/figma-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plainbrew/figma-api-client",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/figma-rest-api-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/figma-rest-api-spec/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down