Skip to content

Commit f62a796

Browse files
committedNov 8, 2024·
🔍
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

+9
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+
- notion-types@7.1.1
10+
- react-notion-x@7.2.1
11+
312
## 7.1.0
413

514
### Minor 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.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

+12
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+
- notion-client@7.1.1
10+
- notion-compat@7.1.1
11+
- notion-types@7.1.1
12+
- notion-utils@7.1.1
13+
- react-notion-x@7.2.1
14+
315
## 7.1.0
416

517
### Minor 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.1.0",
3+
"version": "7.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

‎examples/minimal/CHANGELOG.md

+11
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+
- notion-client@7.1.1
10+
- notion-types@7.1.1
11+
- notion-utils@7.1.1
12+
- react-notion-x@7.2.1
13+
314
## 7.1.0
415

516
### Minor 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.1.0",
3+
"version": "7.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

‎packages/notion-client/CHANGELOG.md

+9
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+
- notion-types@7.1.1
10+
- notion-utils@7.1.1
11+
312
## 7.1.0
413

514
### Minor Changes

‎packages/notion-client/package.json

+1-1
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

+9
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+
- notion-types@7.1.1
10+
- notion-utils@7.1.1
11+
312
## 7.1.0
413

514
### Minor Changes

‎packages/notion-compat/package.json

+1-1
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

+6
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

+1-1
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

+8
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+
- notion-types@7.1.1
10+
311
## 7.1.0
412

513
### Minor Changes

‎packages/notion-utils/package.json

+1-1
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

+9
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+
- notion-types@7.1.1
10+
- notion-utils@7.1.1
11+
312
## 7.2.0
413

514
### Minor 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.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)
Please sign in to comment.