Skip to content

Commit 640bdc5

Browse files
github-actions[bot]nibtime
authored andcommitted
Version Packages
1 parent 2b8a0bb commit 640bdc5

6 files changed

Lines changed: 24 additions & 15 deletions

File tree

.changeset/breezy-countries-remain.md

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

.changeset/unlucky-mirrors-add.md

Lines changed: 0 additions & 6 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.2.0
4+
5+
### Minor Changes
6+
7+
- [#8](https://github.com/nibtime/next-safe-middleware/pull/8) [`84944a4`](https://github.com/nibtime/next-safe-middleware/commit/84944a42dbd3ee8ce139fea01e62cc86ea123c8b) Thanks [@nibtime](https://github.com/nibtime)! - add reporting middleware to configure reporting according to Reporting API spec
8+
9+
* [#10](https://github.com/nibtime/next-safe-middleware/pull/10) [`2b8a0bb`](https://github.com/nibtime/next-safe-middleware/commit/2b8a0bbd6e0e102e5f31db0c53d449573503c80b) Thanks [@nibtime](https://github.com/nibtime)! - `strictDynamic` middleware for easier strict-CSP configuration. With baked-in fallback logic for browser non-support.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`84944a4`](https://github.com/nibtime/next-safe-middleware/commit/84944a42dbd3ee8ce139fea01e62cc86ea123c8b), [`2b8a0bb`](https://github.com/nibtime/next-safe-middleware/commit/2b8a0bbd6e0e102e5f31db0c53d449573503c80b)]:
14+
- @next-safe/middleware@0.3.0
15+
316
## 0.1.1
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.1.1",
3+
"version": "0.2.0",
44
"private": true,
55
"babelMacros": {
66
"twin": {

packages/next-safe-middleware/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#8](https://github.com/nibtime/next-safe-middleware/pull/8) [`84944a4`](https://github.com/nibtime/next-safe-middleware/commit/84944a42dbd3ee8ce139fea01e62cc86ea123c8b) Thanks [@nibtime](https://github.com/nibtime)! - add reporting middleware to configure reporting according to Reporting API spec
8+
9+
* [#10](https://github.com/nibtime/next-safe-middleware/pull/10) [`2b8a0bb`](https://github.com/nibtime/next-safe-middleware/commit/2b8a0bbd6e0e102e5f31db0c53d449573503c80b) Thanks [@nibtime](https://github.com/nibtime)! - `strictDynamic` middleware for easier strict-CSP configuration. With baked-in fallback logic for browser non-support.
10+
311
## 0.2.0
412

513
### Minor Changes
@@ -12,4 +20,4 @@
1220

1321
### Minor Changes
1422

15-
- [#1](https://github.com/nibtime/next-safe-middleware/pull/1) [`06456a8`](https://github.com/nibtime/next-safe-middleware/commit/06456a83764a825a677e41c1e37ae2861d561ada) Thanks [@nibtime](https://github.com/nibtime)! - initial release of @next-safe/middleware and its companion app for e2e testing
23+
- [#1](https://github.com/nibtime/next-safe-middleware/pull/1) [`06456a8`](https://github.com/nibtime/next-safe-middleware/commit/06456a83764a825a677e41c1e37ae2861d561ada) Thanks [@nibtime](https://github.com/nibtime)! - initial release of @next-safe/middleware and its companion app for e2e testing

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

0 commit comments

Comments
 (0)