Skip to content

Commit

Permalink
Version Packages (#890)
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 Oct 4, 2024
1 parent 930a79f commit 96c331d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/eight-lies-check.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.13.5

## 1.13.4

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

## 1.13.5

### Patch Changes

- 930a79f: fix: webpack chunks not deduping with sentry (#886)

(duplicated changeset needed because the 1.13.4 npm release doesn't properly work)

## 1.13.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.13.4",
"version": "1.13.5",
"bin": "./bin/index.js",
"exports": {
".": {
Expand Down

0 comments on commit 96c331d

Please sign in to comment.