Skip to content

Commit

Permalink
Version Packages (#541)
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 Nov 20, 2023
1 parent 9d5db04 commit 1c746ea
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-deers-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-rings-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-wolves-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-buckets-fry.md

This file was deleted.

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

## 1.7.4

### Patch Changes

- 48796ca: Support for using src folder with no-app-not-found-runtime lint rule
- 48796ca: Use correct name for export of no-app-not-found-runtime lint rule
- c9167ea: Support for file extensions .mjs in no-unsupported-configs ESLint rule

## 1.7.3

## 1.7.2
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.7.3",
"version": "1.7.4",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
6 changes: 6 additions & 0 deletions packages/next-on-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudflare/next-on-pages

## 1.7.4

### Patch Changes

- 9d5db04: Fix broken `/__index.prefetch.rsc` rewrites that were being rewritten to `/__index` (and 404ing) due to to rsc suffix stripping that we do.

## 1.7.3

### 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.7.3",
"version": "1.7.4",
"bin": "./bin/index.js",
"exports": {
"./__experimental__next-dev": "./dist/next-dev/index.cjs"
Expand Down

0 comments on commit 1c746ea

Please sign in to comment.