Skip to content

Commit df317e3

Browse files
Version Packages (#84)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f6ab38 commit df317e3

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/legal-regions-lose.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apis/figma/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @zemd/figma-rest-api
22

3+
## 3.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [66436da]
8+
- @zemd/http-client@4.0.6
9+
310
## 3.0.16
411

512
### Patch Changes

apis/figma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zemd/figma-rest-api",
33
"type": "module",
4-
"version": "3.0.16",
4+
"version": "3.0.17",
55
"license": "Apache-2.0",
66
"description": "A lightweight fetch-based and type-safe Figma Rest API client.",
77
"keywords": [

packages/http-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zemd/http-client
22

3+
## 4.0.6
4+
5+
### Patch Changes
6+
7+
- 66436da: avoid parsing response if no content status is sent
8+
39
## 4.0.5
410

511
### Patch Changes

packages/http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zemd/http-client",
33
"type": "module",
4-
"version": "4.0.5",
4+
"version": "4.0.6",
55
"license": "Apache-2.0",
66
"description": "A lightweight framework to build your custom fetch",
77
"author": {

0 commit comments

Comments
 (0)