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 Aug 2, 2022
1 parent 4f06858 commit e931cbd
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 33 deletions.
9 changes: 0 additions & 9 deletions .changeset/angry-pigs-rhyme.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/hungry-gifts-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-walls-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-lions-train.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#64](https://github.com/nibtime/next-safe-middleware/pull/64) [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282) Thanks [@nibtime](https://github.com/nibtime)! - feat: CSP object Converter for converting external tool output

### Patch Changes

- Updated dependencies [[`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282), [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282), [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282)]:
- @next-safe/middleware@0.10.0

## 0.1.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.1.0",
"version": "0.2.0",
"private": true,
"yarn.build": {
"input": [
Expand Down
7 changes: 7 additions & 0 deletions apps/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# e2e

## 0.6.2

### Patch Changes

- Updated dependencies [[`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282), [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282), [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282)]:
- @next-safe/middleware@0.10.0

## 0.6.1

### 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.1",
"version": "0.6.2",
"private": true,
"yarn.build": {
"input": [
Expand Down
20 changes: 20 additions & 0 deletions packages/next-safe-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @next-safe/middleware

## 0.10.0

### Minor Changes

- [#64](https://github.com/nibtime/next-safe-middleware/pull/64) [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282) Thanks [@nibtime](https://github.com/nibtime)! - feat: :sparkles: Hash-based CSP with trusted proxy loader to support Firefox and Safari (fixes [#63](https://github.com/nibtime/next-safe-middleware/issues/63))

- Avoids broken SRI validation of Firefox and Safari together with `strict-dynamic`

- an important precursor for alternative configuration methods to middleware, that can't dynamically opt-out from `strict-dynamic` by user agent

* [#64](https://github.com/nibtime/next-safe-middleware/pull/64) [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282) Thanks [@nibtime](https://github.com/nibtime)! - rebuild/refactor lib into many small modules with CSP manifest (fixes [#40](https://github.com/nibtime/next-safe-middleware/issues/40))

- writes out a single file to `.next/static/~csp/csp-manifest.json` with all information about trustable sources identified during SSR

- precursor for a multi-package approach to support alternative configuration methods (described in https://github.com/nibtime/next-safe-middleware/discussions/60#discussioncomment-3259782)

- perf: fetch CSP manifest only once on first access and cache for all subsequent middlewares

- [#64](https://github.com/nibtime/next-safe-middleware/pull/64) [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282) Thanks [@nibtime](https://github.com/nibtime)! - feat(csp): new `CspBuilder` class with fluent interface for safe and easy CSP construction + manipulation

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

2 comments on commit e931cbd

@vercel
Copy link

@vercel vercel bot commented on e931cbd Aug 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

e2e-next-safe-middleware – ./apps/e2e

e2e-next-safe-middleware-nibtime.vercel.app
e2e-next-safe-middleware.vercel.app
e2e-next-safe-middleware-git-main-nibtime.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e931cbd Aug 2, 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.