Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 29, 2023
1 parent 5ec794c commit 447b991
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-snails-clap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-jokes-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-moons-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-falcons-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-toys-yawn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/red-crabs-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-mice-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-years-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-chairs-pretend.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- Updated dependencies [[`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`5ec794c`](https://github.com/nibtime/next-safe-middleware/commit/5ec794c3a4af3e426c0ecf732efa96d4316fc4ef), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5)]:
- @next-safe/middleware@0.10.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"yarn.build": {
"input": [
Expand Down
9 changes: 9 additions & 0 deletions apps/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# e2e

## 0.6.3

### Patch Changes

- [`5ec794c`](https://github.com/nibtime/next-safe-middleware/commit/5ec794c3a4af3e426c0ecf732efa96d4316fc4ef) - fix(middleware): Added forgotten redirect/notFound fields into gsspWithNonce function.
fix(e2e): Aadded test pages to test redirect/notFound fields in gsspWithNonce.
- Updated dependencies [[`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`5ec794c`](https://github.com/nibtime/next-safe-middleware/commit/5ec794c3a4af3e426c0ecf732efa96d4316fc4ef), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5)]:
- @next-safe/middleware@0.10.1

## 0.6.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.6.2",
"version": "0.6.3",
"private": true,
"yarn.build": {
"input": [
Expand Down
11 changes: 11 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @strict-csp/builder

## 0.1.0

### Minor Changes

- [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - :sparkles: extract typings and construction aspects of CSP to dedicated package

### Patch Changes

- [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - fix(types): add ws: and wss: to SchemeSource (fixes [#67](https://github.com/nibtime/next-safe-middleware/issues/67))
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strict-csp/builder",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
Expand Down
24 changes: 24 additions & 0 deletions packages/next-safe-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @next-safe/middleware

## 0.10.1

### Patch Changes

- [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - build: require `next >=12.2.4` as peer dep

- includes important [routing bug fixes related to middleware](https://github.com/nibtime/next-safe-middleware/issues/34#issuecomment-1193511064)

* [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - fix(document): avoid unnecessary excess script hashes with Hash-based by proxy

- [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - fix(middleware): avoid caching bug with CSP manifest (on Vercel only)

* [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - refactor: use new `@strict-csp/builder` package as workspace dependency

- [`5ec794c`](https://github.com/nibtime/next-safe-middleware/commit/5ec794c3a4af3e426c0ecf732efa96d4316fc4ef) - fix(middleware): Added forgotten redirect/notFound fields into gsspWithNonce function.
fix(e2e): Aadded test pages to test redirect/notFound fields in gsspWithNonce.

* [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - fix(document): prevent inline style hashes from overriding CSP from middleware after on-demand ISR

- [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - fix(middleware): add ws: and wss: as `connect-src` for `next dev` (fixes [#67](https://github.com/nibtime/next-safe-middleware/issues/67))

- Updated dependencies [[`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5)]:
- @strict-csp/builder@0.1.0

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

0 comments on commit 447b991

Please sign in to comment.