Skip to content

Commit

Permalink
Version Packages (#625)
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 Jan 8, 2024
1 parent ea73acc commit 1e516e3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-pumpkins-sleep.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.8.5

## 1.8.4

## 1.8.3
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.8.4",
"version": "1.8.5",
"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.8.5

### Patch Changes

- ea73acc: fix variables not getting recorded correctly in `next-dev`

## 1.8.4

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

0 comments on commit 1e516e3

Please sign in to comment.