Skip to content

Commit

Permalink
Version Packages (#6)
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 23, 2024
1 parent 01691d6 commit a786115
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-pandas-exist.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Updated dependencies [01691d6]
- @zemd/http-client@2.0.0

## 1.0.1

### 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.1",
"version": "1.0.2",
"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": "^1.0.0",
"@zemd/http-client": "^2.0.0",
"zod": "^3.23.8"
}
}
7 changes: 7 additions & 0 deletions apis/flickr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zemd/flickr-rest-api

## 0.0.2

### Patch Changes

- Updated dependencies [01691d6]
- @zemd/http-client@2.0.0

## 0.0.1

### 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.1",
"version": "0.0.2",
"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": "^1.0.0",
"@zemd/http-client": "^2.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

## 2.0.0

### Major Changes

- 01691d6: Make it possible to map and validate response, and make typescript to highlight proper types

## 1.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": "1.0.0",
"version": "2.0.0",
"license": "Apache-2.0",
"description": "A lightweight framework to build your custom fetch",
"author": {
Expand Down

0 comments on commit a786115

Please sign in to comment.