Skip to content

Commit

Permalink
chore: changeset bump
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Nov 7, 2024
1 parent 4611def commit 6b5e0c4
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 4 deletions.
7 changes: 7 additions & 0 deletions examples/cra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# notion-x-example-cra

## 7.0.2

### Patch Changes

- Updated dependencies
- [email protected]

## 7.0.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/cra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-x-example-cra",
"version": "7.0.1",
"version": "7.0.2",
"private": true,
"scripts": {
"dev": "DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-scripts start",
Expand Down
7 changes: 7 additions & 0 deletions examples/full/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# notion-x-example-full

## 7.0.2

### Patch Changes

- Updated dependencies
- [email protected]

## 7.0.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-x-example-full",
"version": "7.0.1",
"version": "7.0.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/minimal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# notion-x-example-minimal

## 7.0.2

### Patch Changes

- Updated dependencies
- [email protected]

## 7.0.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-x-example-minimal",
"version": "7.0.1",
"version": "7.0.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-notion-x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-notion-x

## 7.1.0

### Minor Changes

- Move react-pdf to be optional

## 7.0.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-notion-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-notion-x",
"version": "7.0.1",
"version": "7.1.0",
"type": "module",
"description": "Fast and accurate React renderer for Notion.",
"repository": "NotionX/react-notion-x",
Expand Down

0 comments on commit 6b5e0c4

Please sign in to comment.