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 Jan 15, 2025
1 parent 7725861 commit 6171fb3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-snails-kneel.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/mitthooks-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @weissaufschwarz/mitthooks-nextjs

## 0.1.3

### Patch Changes

- e33e446: FIx vulnerability: If a Next.js application is performing
authorization in middleware based on pathname, it was possible for this
authorization to be bypassed.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mitthooks-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weissaufschwarz/mitthooks-nextjs",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions test/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @repo/nextjs

## 0.1.2

### Patch Changes

- Updated dependencies [e33e446]
- @weissaufschwarz/mitthooks-nextjs@0.1.3
2 changes: 1 addition & 1 deletion test/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/nextjs",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 6171fb3

Please sign in to comment.