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 9, 2022
1 parent 47f34d0 commit faaa69e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-starfishes-carry.md

This file was deleted.

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

### Patch Changes

- Updated dependencies [[`0e5fe59`](https://github.com/nibtime/next-safe-middleware/commit/0e5fe590612624fa4727817f2fd3b77b4d07a87e)]:
- @next-safe/middleware@0.5.2

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

## 0.5.2

### Patch Changes

- [#20](https://github.com/nibtime/next-safe-middleware/pull/20) [`0e5fe59`](https://github.com/nibtime/next-safe-middleware/commit/0e5fe590612624fa4727817f2fd3b77b4d07a87e) Thanks [@nibtime](https://github.com/nibtime)! - add hash of empty string to style hashes. CSS-in-js frameworks like stitches seem to need it to not break during hydration

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

1 comment on commit faaa69e

@vercel
Copy link

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