Skip to content

Commit

Permalink
Release tracking (#540)
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 12, 2024
1 parent f27daa1 commit 6e97917
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/21e6ea.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/w593cp.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.6.1

### Patch Changes

- 8397d02: Remove mention of Enterprise plans from environment variable documentation

## 0.6.0

### Minor 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.0",
"version": "0.6.1",
"description": "Netlify API client for Node.js",
"author": "SferaDev",
"license": "ISC",
Expand Down
12 changes: 12 additions & 0 deletions packages/vercel-api-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# vercel-api-js

## 0.14.0

### Minor Changes

- 699dd5d: [BREAKING] Add new endpoint to get user info

### Patch Changes

- f27daa1: [BREAKING] Update field 'type' in AuthToken schema with new options 'otp' and 'sms'
- d4f12f9: Update customEnvironments type to use Record<string, any> instead of specific fields
- b7a8a1f: Add branchMatcher field to project responses

## 0.13.1

### Patch 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.13.1",
"version": "0.14.0",
"description": "Vercel API client for Node.js",
"author": "SferaDev",
"license": "ISC",
Expand Down

0 comments on commit 6e97917

Please sign in to comment.