Skip to content

Commit

Permalink
Version Packages (#465)
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 Sep 29, 2023
1 parent cd2f7ee commit a6b9d0e
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-tools-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-mails-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-toys-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-squids-visit.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/eslint-plugin-next-on-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-plugin-next-on-pages

## 1.6.2

## 1.6.1

## 1.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next-on-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-next-on-pages",
"version": "1.6.1",
"version": "1.6.2",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
9 changes: 9 additions & 0 deletions packages/next-on-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cloudflare/next-on-pages

## 1.6.2

### Patch Changes

- cd2f7ee: correctly handle newly introduced .prefetch.rsc suffixes
- 5b4a5b7: improve package managers and package handling by using the package-manager-manager third party library
- b585099: Avoid using the Vercel custom config hack for Bun package manager support when a version of the Vercel CLI that supports Bun is used.
- 628f6bb: Ignore invalid nodejs i18n functions with valid alternatives.

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-on-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/next-on-pages",
"version": "1.6.1",
"version": "1.6.2",
"bin": "./bin/index.js",
"scripts": {
"lint": "eslint src templates",
Expand Down

0 comments on commit a6b9d0e

Please sign in to comment.