Skip to content

Commit 2e3fe4d

Browse files
github-actions[bot]nibtime
authored andcommitted
Version Packages
1 parent b084027 commit 2e3fe4d

10 files changed

Lines changed: 27 additions & 32 deletions

File tree

.changeset/fuzzy-doors-report.md

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

.changeset/grumpy-carrots-reply.md

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

.changeset/modern-files-count.md

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

.changeset/perfect-goats-hug.md

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

.changeset/tall-pants-smoke.md

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

.changeset/tall-pigs-double.md

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

apps/e2e/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#17](https://github.com/nibtime/next-safe-middleware/pull/17) [`b084027`](https://github.com/nibtime/next-safe-middleware/commit/b0840272b32fbec265e5bee26607160b55cb9dc4) Thanks [@nibtime](https://github.com/nibtime)! - use `strictInlineStyles`in `_middleware` + include Inter Var by inline style in `_document` to test custom inline styles in `<Head>`
8+
9+
### Patch Changes
10+
11+
- [#15](https://github.com/nibtime/next-safe-middleware/pull/15) [`e7b4193`](https://github.com/nibtime/next-safe-middleware/commit/e7b4193e3935d945f2103ecd75f2826aaaad82cc) Thanks [@nibtime](https://github.com/nibtime)! - use API handler from lib to create reporting endpoint
12+
13+
- Updated dependencies [[`e7b4193`](https://github.com/nibtime/next-safe-middleware/commit/e7b4193e3935d945f2103ecd75f2826aaaad82cc), [`e7b4193`](https://github.com/nibtime/next-safe-middleware/commit/e7b4193e3935d945f2103ecd75f2826aaaad82cc), [`b084027`](https://github.com/nibtime/next-safe-middleware/commit/b0840272b32fbec265e5bee26607160b55cb9dc4), [`b084027`](https://github.com/nibtime/next-safe-middleware/commit/b0840272b32fbec265e5bee26607160b55cb9dc4)]:
14+
- @next-safe/middleware@0.5.0
15+
316
## 0.2.2
417

518
### 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.2.2",
3+
"version": "0.3.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.5.0
4+
5+
### Minor Changes
6+
7+
- [#15](https://github.com/nibtime/next-safe-middleware/pull/15) [`e7b4193`](https://github.com/nibtime/next-safe-middleware/commit/e7b4193e3935d945f2103ecd75f2826aaaad82cc) Thanks [@nibtime](https://github.com/nibtime)! - better bundling config + bundling of external utils. Saves around ~100% size for `_middleware` - important for edge where limit is 1MB
8+
9+
* [#15](https://github.com/nibtime/next-safe-middleware/pull/15) [`e7b4193`](https://github.com/nibtime/next-safe-middleware/commit/e7b4193e3935d945f2103ecd75f2826aaaad82cc) Thanks [@nibtime](https://github.com/nibtime)! - provide an API handler for easy creation of a report procesing endpoint by Next/Vercel cloud function
10+
11+
- [#17](https://github.com/nibtime/next-safe-middleware/pull/17) [`b084027`](https://github.com/nibtime/next-safe-middleware/commit/b0840272b32fbec265e5bee26607160b55cb9dc4) Thanks [@nibtime](https://github.com/nibtime)! - provide `strictInlineStyles` middleware. Extend `dist/document` to write out hashes of inline styles (Hash-based) or attach nonce to inline styles (Nonce-based).
12+
13+
* [#17](https://github.com/nibtime/next-safe-middleware/pull/17) [`b084027`](https://github.com/nibtime/next-safe-middleware/commit/b0840272b32fbec265e5bee26607160b55cb9dc4) Thanks [@nibtime](https://github.com/nibtime)! - add `tellsupported` config option (a function) to `strictDynamic`. Allows for strong customization of fallback behavior by parsed user agent.
14+
315
## 0.4.0
416

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

0 commit comments

Comments
 (0)