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 7, 2022
1 parent b40cc05 commit e9617c7
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-tomatoes-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-beds-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-papayas-sleep.md

This file was deleted.

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.3.1

### Patch Changes

- [#18](https://github.com/nibtime/next-safe-middleware/pull/18) [`b40cc05`](https://github.com/nibtime/next-safe-middleware/commit/b40cc0550ae8d67a97795c992155791628dd15be) Thanks [@nibtime](https://github.com/nibtime)! - add a custom css-in-js styled `pages/404.tsx`

- Updated dependencies [[`b40cc05`](https://github.com/nibtime/next-safe-middleware/commit/b40cc0550ae8d67a97795c992155791628dd15be), [`b40cc05`](https://github.com/nibtime/next-safe-middleware/commit/b40cc0550ae8d67a97795c992155791628dd15be)]:
- @next-safe/middleware@0.5.1

## 0.3.0

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

## 0.5.1

### Patch Changes

- [#18](https://github.com/nibtime/next-safe-middleware/pull/18) [`b40cc05`](https://github.com/nibtime/next-safe-middleware/commit/b40cc0550ae8d67a97795c992155791628dd15be) Thanks [@nibtime](https://github.com/nibtime)! - use correct call order in `render()` of custom `Document` components. That should prevent things from breaking in ISR mode.

* [#18](https://github.com/nibtime/next-safe-middleware/pull/18) [`b40cc05`](https://github.com/nibtime/next-safe-middleware/commit/b40cc0550ae8d67a97795c992155791628dd15be) Thanks [@nibtime](https://github.com/nibtime)! - fetch script/style hashes for `/404` route if a request has no route/page. This makes strict CSP work with a custom `pages/404.js`.

## 0.5.0

### Minor Changes
Expand Down
7 changes: 5 additions & 2 deletions 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.5.0",
"version": "0.5.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
Expand All @@ -11,7 +11,10 @@
"node": ">=10"
},
"yarn.build": {
"input": ["src", "rollup.config.js"],
"input": [
"src",
"rollup.config.js"
],
"output": "dist"
},
"scripts": {
Expand Down

1 comment on commit e9617c7

@vercel
Copy link

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