Skip to content

Commit 6bf1daf

Browse files
github-actions[bot]nibtime
authored andcommitted
Version Packages
1 parent 8340307 commit 6bf1daf

File tree

8 files changed

+29
-26
lines changed

8 files changed

+29
-26
lines changed

.changeset/angry-buckets-tell.md

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

.changeset/honest-dryers-lie.md

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

.changeset/moody-dolls-provide.md

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

.changeset/warm-pumas-kneel.md

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

apps/e2e/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#24](https://github.com/nibtime/next-safe-middleware/pull/24) [`af9b7ad`](https://github.com/nibtime/next-safe-middleware/commit/af9b7ad621f4ddbcfe584abbc1d66df99258ad8c) Thanks [@nibtime](https://github.com/nibtime)! - provide components and extend pages for exhaustive inline style testing
8+
9+
### Patch Changes
10+
11+
- [#26](https://github.com/nibtime/next-safe-middleware/pull/26) [`8340307`](https://github.com/nibtime/next-safe-middleware/commit/83403072598b8d4fc02d268a238339830534dae3) Thanks [@nibtime](https://github.com/nibtime)! - add a test inline script with `<Script strategy="worker>"` to `_app.tsx`
12+
13+
- requires CSP configuration for `frame-src` with self and origin for partytown iframe
14+
15+
- Updated dependencies [[`8340307`](https://github.com/nibtime/next-safe-middleware/commit/83403072598b8d4fc02d268a238339830534dae3), [`af9b7ad`](https://github.com/nibtime/next-safe-middleware/commit/af9b7ad621f4ddbcfe584abbc1d66df99258ad8c)]:
16+
- @next-safe/middleware@0.6.0
17+
318
## 0.3.2
419

520
### Patch 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.3.2",
3+
"version": "0.4.0",
44
"private": true,
55
"yarn.build": {
66
"input": [

packages/next-safe-middleware/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#24](https://github.com/nibtime/next-safe-middleware/pull/24) [`af9b7ad`](https://github.com/nibtime/next-safe-middleware/commit/af9b7ad621f4ddbcfe584abbc1d66df99258ad8c) Thanks [@nibtime](https://github.com/nibtime)! - support exhaustive inline style hashing and noncing in `document` and `strictInlineStyles` middleware
8+
9+
### Patch Changes
10+
11+
- [#26](https://github.com/nibtime/next-safe-middleware/pull/26) [`8340307`](https://github.com/nibtime/next-safe-middleware/commit/83403072598b8d4fc02d268a238339830534dae3) Thanks [@nibtime](https://github.com/nibtime)! - update `getPreNextScripts` for the new `<Script strategy="worker>"` with [partytown](https://partytown.builder.io/#web-workers) introduced in [Next 12.1.1](https://github.com/vercel/next.js/releases/tag/v12.1.1).
12+
13+
- follow https://nextjs.org/docs/basic-features/script#off-loading-scripts-to-a-web-worker-experimental to set it up.
14+
315
## 0.5.2
416

517
### Patch 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.5.2",
3+
"version": "0.6.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)