Skip to content

Commit bda3c5c

Browse files
github-actions[bot]nibtime
authored andcommitted
Version Packages
1 parent b4a6e11 commit bda3c5c

File tree

9 files changed

+31
-31
lines changed

9 files changed

+31
-31
lines changed

.changeset/cyan-trees-sneeze.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/healthy-ducks-lay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-crabs-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/selfish-zebras-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-monkeys-attend.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/e2e/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# e2e
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- 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)]:
12+
- @next-safe/middleware@0.8.0
13+
314
## 0.5.0
415

516
### Minor Changes

apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"yarn.build": {
66
"input": [

packages/next-safe-middleware/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @next-safe/middleware
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#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))
8+
9+
* [#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
10+
11+
- `matchChain` function that allows to disable chain execution for certain requests with a matcher (predicate on `NextRequest`)
12+
- `continued` function that allows to continue a middleware response to a middleware chain
13+
- `isPageRequest` matcher that matches only requests to Next.js pages
14+
15+
### Patch Changes
16+
17+
- [#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
18+
19+
* [#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
20+
321
## 0.7.0
422

523
### Minor Changes

packages/next-safe-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-safe/middleware",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)