Skip to content

Commit f2f2a0f

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

8 files changed

Lines changed: 21 additions & 22 deletions

File tree

.changeset/fuzzy-wombats-itch.md

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

.changeset/old-forks-poke.md

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

.changeset/spicy-buses-cover.md

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

.changeset/swift-chefs-beam.md

Lines changed: 0 additions & 5 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.2.2
4+
5+
### Patch Changes
6+
7+
- [#13](https://github.com/nibtime/next-safe-middleware/pull/13) [`67469d7`](https://github.com/nibtime/next-safe-middleware/commit/67469d732b7d9bff6fe507cf94852525a10c991e) Thanks [@nibtime](https://github.com/nibtime)! - update `_middleware` with configuration capabilites from new builder interface
8+
9+
* [#13](https://github.com/nibtime/next-safe-middleware/pull/13) [`67469d7`](https://github.com/nibtime/next-safe-middleware/commit/67469d732b7d9bff6fe507cf94852525a10c991e) Thanks [@nibtime](https://github.com/nibtime)! - add types and detection for reporting data payloads. Use them in `/api/reporting` endpoint.
10+
11+
* Updated dependencies [[`67469d7`](https://github.com/nibtime/next-safe-middleware/commit/67469d732b7d9bff6fe507cf94852525a10c991e), [`6b8bbc1`](https://github.com/nibtime/next-safe-middleware/commit/6b8bbc19e37685695952cc32928f2f3b51ca9f0e)]:
12+
- @next-safe/middleware@0.4.0
13+
314
## 0.2.1
415

516
### 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.1",
3+
"version": "0.2.2",
44
"private": true,
55
"babelMacros": {
66
"twin": {

packages/next-safe-middleware/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#13](https://github.com/nibtime/next-safe-middleware/pull/13) [`67469d7`](https://github.com/nibtime/next-safe-middleware/commit/67469d732b7d9bff6fe507cf94852525a10c991e) Thanks [@nibtime](https://github.com/nibtime)! - provide a uniform middleware builder and configuration interface
8+
9+
* [`6b8bbc1`](https://github.com/nibtime/next-safe-middleware/commit/6b8bbc19e37685695952cc32928f2f3b51ca9f0e) Thanks [@nibtime](https://github.com/nibtime)! - add configuration options to `strictDynamic` (allowUnsafeEval, reportOnly)
10+
311
## 0.3.1
412

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

0 commit comments

Comments
 (0)