Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Nov 2, 2024
1 parent 8fae6df commit 098bc06
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions next-superjson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# next-superjson

## 1.0.1

### Patch Changes

- Freeze version of next-superjson-plugin used

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions next-superjson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-superjson",
"version": "1.0.0",
"version": "1.0.1",
"description": "Automatically transform your Next.js Pages to use SuperJSON, without losing swc support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/remorses/next-superjson"
},
"dependencies": {
"@swc/core": "1.4",
"@swc/core": "1.4.17",
"@swc/types": "0.1.12",
"next-superjson-plugin": "0.6.3"
},
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 1.0.6

### Patch Changes

- Updated dependencies [undefined]
- [email protected]

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 098bc06

Please sign in to comment.