Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/empty-years-stand.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/monocle-nextjs-next-16.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wide-files-own.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/monocle-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @spur.us/monocle-nextjs

## 0.6.0

### Minor Changes

- c37895d: Accept Next.js 16 as a peer dependency.

The declared range stopped at `^15.2.3`, so installing into a Next 16 project failed peer resolution and needed `--legacy-peer-deps`. The SDK already worked on Next 16 once installed; only the range was out of date.

### Patch Changes

- Updated dependencies [7a3ad91]
- Updated dependencies [f1fda46]
- @spur.us/monocle-react@1.2.2

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/monocle-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spur.us/monocle-nextjs",
"version": "0.5.0",
"version": "0.6.0",
"description": "Monocle Next.js library",
"keywords": [
"spur",
Expand Down
7 changes: 7 additions & 0 deletions packages/monocle-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spur.us/monocle-react

## 1.2.2

### Patch Changes

- 7a3ad91: Remove script src from monocle script error
- f1fda46: Improve MonocleProvider script load error

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/monocle-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spur.us/monocle-react",
"version": "1.2.1",
"version": "1.2.2",
"description": "Monocle React library",
"keywords": [
"spur",
Expand Down