Skip to content

Commit 6b5e0c4

Browse files
chore: changeset bump
1 parent 4611def commit 6b5e0c4

File tree

8 files changed

+31
-4
lines changed

8 files changed

+31
-4
lines changed

examples/cra/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# notion-x-example-cra
22

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 7.0.1
411

512
### Major Changes

examples/cra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-cra",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"private": true,
55
"scripts": {
66
"dev": "DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-scripts start",

examples/full/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# notion-x-example-full
22

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 7.0.1
411

512
### Major Changes

examples/full/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-full",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/minimal/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# notion-x-example-minimal
22

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 7.0.1
411

512
### Major Changes

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-minimal",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/react-notion-x/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-notion-x
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- Move react-pdf to be optional
8+
39
## 7.0.1
410

511
### Major Changes

packages/react-notion-x/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notion-x",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"type": "module",
55
"description": "Fast and accurate React renderer for Notion.",
66
"repository": "NotionX/react-notion-x",

0 commit comments

Comments
 (0)