Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nibtime committed Jul 7, 2022
1 parent b4a6e11 commit bda3c5c
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-trees-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-ducks-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-crabs-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-zebras-appear.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/smart-monkeys-attend.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# e2e

## 0.6.0

### Minor Changes

- [#38](https://github.com/nibtime/next-safe-middleware/pull/38) [`be1c950`](https://github.com/nibtime/next-safe-middleware/commit/be1c950e438ac52c463bbb3d70ab15d4014c1827) Thanks [@nibtime](https://github.com/nibtime)! - upgrade to Next 12.2. with stable root-level middleware

### Patch Changes

- Updated dependencies [[`be1c950`](https://github.com/nibtime/next-safe-middleware/commit/be1c950e438ac52c463bbb3d70ab15d4014c1827), [`be1c950`](https://github.com/nibtime/next-safe-middleware/commit/be1c950e438ac52c463bbb3d70ab15d4014c1827), [`be1c950`](https://github.com/nibtime/next-safe-middleware/commit/be1c950e438ac52c463bbb3d70ab15d4014c1827), [`be1c950`](https://github.com/nibtime/next-safe-middleware/commit/be1c950e438ac52c463bbb3d70ab15d4014c1827)]:
- @next-safe/middleware@0.8.0

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"yarn.build": {
"input": [
Expand Down
18 changes: 18 additions & 0 deletions packages/next-safe-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @next-safe/middleware

## 0.8.0

### Minor Changes

- [#38](https://github.com/nibtime/next-safe-middleware/pull/38) [`be1c950`](https://github.com/nibtime/next-safe-middleware/commit/be1c950e438ac52c463bbb3d70ab15d4014c1827) Thanks [@nibtime](https://github.com/nibtime)! - Internal redesign for Next.js 12.2 (`req.page` deprecated) ([#37](https://github.com/nibtime/next-safe-middleware/issues/37))

* [#38](https://github.com/nibtime/next-safe-middleware/pull/38) [`be1c950`](https://github.com/nibtime/next-safe-middleware/commit/be1c950e438ac52c463bbb3d70ab15d4014c1827) Thanks [@nibtime](https://github.com/nibtime)! - provide new middleware abstractions for Next.js 12.2 stable middleware

- `matchChain` function that allows to disable chain execution for certain requests with a matcher (predicate on `NextRequest`)
- `continued` function that allows to continue a middleware response to a middleware chain
- `isPageRequest` matcher that matches only requests to Next.js pages

### Patch Changes

- [#38](https://github.com/nibtime/next-safe-middleware/pull/38) [`be1c950`](https://github.com/nibtime/next-safe-middleware/commit/be1c950e438ac52c463bbb3d70ab15d4014c1827) Thanks [@nibtime](https://github.com/nibtime)! - fix: `enhanceAppWithNonce` as separate function.Must spread `nonce` into `pageProps`, else fails with Next 12.2

* [#38](https://github.com/nibtime/next-safe-middleware/pull/38) [`be1c950`](https://github.com/nibtime/next-safe-middleware/commit/be1c950e438ac52c463bbb3d70ab15d4014c1827) Thanks [@nibtime](https://github.com/nibtime)! - fix: guard critical section with lockfile when writing out hashes for CSP to file at build time

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-safe-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-safe/middleware",
"version": "0.7.0",
"version": "0.8.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
Expand Down

1 comment on commit bda3c5c

@vercel
Copy link

@vercel vercel bot commented on bda3c5c Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.