Skip to content

Commit

Permalink
Version Packages (#446)
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 15, 2023
1 parent 0168496 commit 6c34550
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-dragons-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-rules-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-sheep-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-swans-peel.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.1

## 1.6.0

## 1.5.1
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.0",
"version": "1.6.1",
"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.1

### Patch Changes

- 0168496: Fix named capture groups in `has` entries in the build output config not applying to route destination paths.
- f764fff: Fix `process.env` not being enumerable due to being a proxy.
- 1e25a97: Fix dynamic parameters with an underscore leading to an incorrect param being provided.
- c06b437: Normalize the injected function entrypoints for Windows.

## 1.6.0

### Minor 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.0",
"version": "1.6.1",
"bin": "./bin/index.js",
"scripts": {
"lint": "eslint src templates",
Expand Down

0 comments on commit 6c34550

Please sign in to comment.