Skip to content

Commit

Permalink
Version Packages (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 24, 2024
1 parent 2d534c6 commit 96c895b
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/lucky-peas-run.md

This file was deleted.

11 changes: 11 additions & 0 deletions apis/figma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zemd/figma-rest-api

## 2.0.0

### Major Changes

- 3772bdf: improving type safety for getting results instead Response, adding tests

### Patch Changes

- Updated dependencies [3772bdf]
- @zemd/http-client@3.0.0

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apis/figma/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zemd/figma-rest-api",
"type": "module",
"version": "1.0.2",
"version": "2.0.0",
"license": "Apache-2.0",
"description": "Figma API client.",
"author": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.4"
},
"dependencies": {
"@zemd/http-client": "^2.0.0",
"@zemd/http-client": "^3.0.0",
"zod": "^3.23.8"
}
}
11 changes: 11 additions & 0 deletions apis/flickr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zemd/flickr-rest-api

## 1.0.0

### Major Changes

- 3772bdf: improving type safety for getting results instead Response, adding tests

### Patch Changes

- Updated dependencies [3772bdf]
- @zemd/http-client@3.0.0

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apis/flickr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zemd/flickr-rest-api",
"type": "module",
"version": "0.0.2",
"version": "1.0.0",
"license": "Apache-2.0",
"description": "Flickr API client simplified.",
"author": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.4"
},
"dependencies": {
"@zemd/http-client": "^2.0.0",
"@zemd/http-client": "^3.0.0",
"zod": "^3.23.8"
}
}
6 changes: 6 additions & 0 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zemd/http-client

## 3.0.0

### Major Changes

- 3772bdf: improving type safety for getting results instead Response, adding tests

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zemd/http-client",
"type": "module",
"version": "2.0.0",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "A lightweight framework to build your custom fetch",
"author": {
Expand Down

0 comments on commit 96c895b

Please sign in to comment.