Skip to content

Commit

Permalink
chore: update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and gaspar09 committed Sep 20, 2022
1 parent 0093240 commit 1f0faf5
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-insects-doubt.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/remote-nx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vercel/remote-nx

## 1.0.1

### Patch Changes

- Updated dependencies [0093240]
- @vercel/remote@1.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/remote-nx",
"version": "1.0.0",
"version": "1.0.1",
"description": "Remote caching for @nrwl/nx using Vercel Remote Cache",
"license": "MPL-2.0",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/remote-rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vercel/remote-rush

## 1.0.1

### Patch Changes

- Updated dependencies [0093240]
- @vercel/remote@1.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-rush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/remote-rush",
"version": "1.0.0",
"version": "1.0.1",
"description": "Remote caching for Rush using Vercel Remote Cache",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vercel/remote

## 1.0.1

### Patch Changes

- 0093240: Switch fetcher from vercel/fetch to node-fetch

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/remote",
"version": "1.0.0",
"version": "1.0.1",
"description": "An SDK for remote artifact caching on Vercel",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 1f0faf5

Please sign in to comment.