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 Mar 6, 2022
1 parent b084027 commit 2e3fe4d
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-doors-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-carrots-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-files-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-goats-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-pants-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-pigs-double.md

This file was deleted.

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

## 0.3.0

### Minor Changes

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

### Patch Changes

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

- 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)]:
- @next-safe/middleware@0.5.0

## 0.2.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.2.2",
"version": "0.3.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.5.0

### Minor Changes

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

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

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

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

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

1 comment on commit 2e3fe4d

@vercel
Copy link

@vercel vercel bot commented on 2e3fe4d Mar 6, 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.