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 1, 2022
1 parent 6b8bbc1 commit f2f2a0f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-wombats-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-forks-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-buses-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-chefs-beam.md

This file was deleted.

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

## 0.2.2

### Patch Changes

- [#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

* [#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.

* Updated dependencies [[`67469d7`](https://github.com/nibtime/next-safe-middleware/commit/67469d732b7d9bff6fe507cf94852525a10c991e), [`6b8bbc1`](https://github.com/nibtime/next-safe-middleware/commit/6b8bbc19e37685695952cc32928f2f3b51ca9f0e)]:
- @next-safe/middleware@0.4.0

## 0.2.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.2.1",
"version": "0.2.2",
"private": true,
"babelMacros": {
"twin": {
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.4.0

### Minor Changes

- [#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

* [`6b8bbc1`](https://github.com/nibtime/next-safe-middleware/commit/6b8bbc19e37685695952cc32928f2f3b51ca9f0e) Thanks [@nibtime](https://github.com/nibtime)! - add configuration options to `strictDynamic` (allowUnsafeEval, reportOnly)

## 0.3.1

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

1 comment on commit f2f2a0f

@vercel
Copy link

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