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 Apr 5, 2022
1 parent 8340307 commit 6bf1daf
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-buckets-tell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/honest-dryers-lie.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/moody-dolls-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pumas-kneel.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- [#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

### Patch Changes

- [#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`

- requires CSP configuration for `frame-src` with self and origin for partytown iframe

- Updated dependencies [[`8340307`](https://github.com/nibtime/next-safe-middleware/commit/83403072598b8d4fc02d268a238339830534dae3), [`af9b7ad`](https://github.com/nibtime/next-safe-middleware/commit/af9b7ad621f4ddbcfe584abbc1d66df99258ad8c)]:
- @next-safe/middleware@0.6.0

## 0.3.2

### Patch 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.3.2",
"version": "0.4.0",
"private": true,
"yarn.build": {
"input": [
Expand Down
12 changes: 12 additions & 0 deletions packages/next-safe-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @next-safe/middleware

## 0.6.0

### Minor Changes

- [#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

### Patch Changes

- [#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).

- follow https://nextjs.org/docs/basic-features/script#off-loading-scripts-to-a-web-worker-experimental to set it up.

## 0.5.2

### Patch 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.5.2",
"version": "0.6.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
Expand Down

1 comment on commit 6bf1daf

@vercel
Copy link

@vercel vercel bot commented on 6bf1daf Apr 5, 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.