Skip to content

Commit f62a796

Browse files
🔍
1 parent 214bc90 commit f62a796

File tree

16 files changed

+81
-8
lines changed

16 files changed

+81
-8
lines changed

examples/cra/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# notion-x-example-cra
22

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- Fix build
8+
- Updated dependencies
9+
10+
11+
312
## 7.1.0
413

514
### Minor Changes

examples/cra/package.json

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

examples/full/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# notion-x-example-full
22

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- Fix build
8+
- Updated dependencies
9+
10+
11+
12+
13+
14+
315
## 7.1.0
416

517
### Minor Changes

examples/full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-full",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/minimal/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# notion-x-example-minimal
22

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- Fix build
8+
- Updated dependencies
9+
10+
11+
12+
13+
314
## 7.1.0
415

516
### Minor Changes

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-minimal",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/notion-client/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# notion-client
22

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- Fix build
8+
- Updated dependencies
9+
10+
11+
312
## 7.1.0
413

514
### Minor Changes

packages/notion-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-client",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"type": "module",
55
"description": "Robust TypeScript client for the unofficial Notion API.",
66
"repository": "NotionX/react-notion-x",

packages/notion-compat/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# notion-compat
22

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- Fix build
8+
- Updated dependencies
9+
10+
11+
312
## 7.1.0
413

514
### Minor Changes

packages/notion-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-compat",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"type": "module",
55
"description": "Compatibility layer between the official Notion API and unofficial private API.",
66
"repository": "NotionX/react-notion-x",

packages/notion-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# notion-types
22

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- Fix build
8+
39
## 7.1.0
410

511
### Minor Changes

packages/notion-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-types",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"type": "module",
55
"description": "TypeScript types for core Notion data structures.",
66
"repository": "NotionX/react-notion-x",

packages/notion-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# notion-utils
22

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- Fix build
8+
- Updated dependencies
9+
10+
311
## 7.1.0
412

513
### Minor Changes

packages/notion-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-utils",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"type": "module",
55
"description": "Useful utilities for working with Notion data. Isomorphic.",
66
"repository": "NotionX/react-notion-x",

packages/react-notion-x/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# react-notion-x
22

3+
## 7.2.1
4+
5+
### Patch Changes
6+
7+
- Fix build
8+
- Updated dependencies
9+
10+
11+
312
## 7.2.0
413

514
### Minor Changes

packages/react-notion-x/package.json

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

0 commit comments

Comments
 (0)