Skip to content

Commit

Permalink
Release tracking (#563)
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
SferaDev and github-actions[bot] authored Nov 26, 2024
1 parent 1e5d876 commit 31cc990
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/1bcjke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/1zngjn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/56sgho.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-ducks-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/oecsjg.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/netlify-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# netlify-api

## 0.7.0

### Minor Changes

- a64ae61: Add getAllCertificates endpoint to fetch SSL certificates for a site

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-api",
"version": "0.6.1",
"version": "0.7.0",
"description": "Netlify API client for Node.js",
"author": "SferaDev",
"license": "ISC",
Expand Down
11 changes: 11 additions & 0 deletions packages/vercel-api-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# vercel-api-js

## 0.16.0

### Minor Changes

- bfcf8aa: Add support for microfrontends in the 'getDeployment' and 'createDeployment' endpoints
- 1e5d876: Add observabilityConfiguration and observabilityData to various project endpoints

### Patch Changes

- 445b9fc: Add new 'v0-web' option to source field in deployment API

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel-api-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel-api-js",
"version": "0.15.0",
"version": "0.16.0",
"description": "Vercel API client for Node.js",
"author": "SferaDev",
"license": "ISC",
Expand Down
7 changes: 7 additions & 0 deletions packages/zoom-api-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# zoom-api-js

## 0.1.0

### Minor Changes

- bc329fc: Initial release
2 changes: 1 addition & 1 deletion packages/zoom-api-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zoom-api-js",
"version": "0.0.1",
"version": "0.1.0",
"description": "Zoom API client for Node.js",
"author": "SferaDev",
"license": "ISC",
Expand Down

0 comments on commit 31cc990

Please sign in to comment.