Skip to content

Commit 740d0af

Browse files
🦉
1 parent 991b31d commit 740d0af

18 files changed

+115
-26
lines changed

.changeset/hip-lions-protect.md

-12
This file was deleted.

.changeset/pretty-squids-greet.md

-6
This file was deleted.

examples/cra/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# notion-x-example-cra
2+
3+
## 7.0.1
4+
5+
### Major Changes
6+
7+
- 3c4b572: Maintenance update
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3c4b572]
12+
- Updated dependencies [bac28e2]
13+
14+

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.0",
3+
"version": "7.0.1",
44
"private": true,
55
"scripts": {
66
"dev": "DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-scripts start",

examples/full/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# notion-x-example-full
2+
3+
## 7.0.1
4+
5+
### Major Changes
6+
7+
- 3c4b572: Maintenance update
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3c4b572]
12+
- Updated dependencies [bac28e2]
13+
14+
15+
16+
17+

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.0",
3+
"version": "7.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/minimal/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# notion-x-example-minimal
2+
3+
## 7.0.1
4+
5+
### Major Changes
6+
7+
- 3c4b572: Maintenance update
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3c4b572]
12+
- Updated dependencies [bac28e2]
13+
14+
15+
16+

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.0",
3+
"version": "7.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/notion-client/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# notion-client
2+
3+
## 7.0.1
4+
5+
### Major Changes
6+
7+
- 3c4b572: Maintenance update
8+
9+
### Patch Changes
10+
11+
- bac28e2: Minor fixes
12+
- Updated dependencies [3c4b572]
13+
14+

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.0.0",
3+
"version": "7.0.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

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# notion-compat
2+
3+
## 7.0.1
4+
5+
### Major Changes
6+
7+
- 3c4b572: Maintenance update
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3c4b572]
12+
13+

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.0.0",
3+
"version": "7.0.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

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# notion-types
2+
3+
## 7.0.1
4+
5+
### Major Changes
6+
7+
- 3c4b572: Maintenance update

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.0.0",
3+
"version": "7.0.1",
44
"type": "module",
55
"description": "TypeScript types for core Notion data structures.",
66
"repository": "NotionX/react-notion-x",

packages/notion-utils/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# notion-utils
2+
3+
## 7.0.1
4+
5+
### Major Changes
6+
7+
- 3c4b572: Maintenance update
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3c4b572]
12+

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.0.0",
3+
"version": "7.0.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

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# react-notion-x
2+
3+
## 7.0.1
4+
5+
### Major Changes
6+
7+
- 3c4b572: Maintenance update
8+
9+
### Patch Changes
10+
11+
- bac28e2: Minor fixes
12+
- Updated dependencies [3c4b572]
13+
14+

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.0",
3+
"version": "7.0.1",
44
"type": "module",
55
"description": "Fast and accurate React renderer for Notion.",
66
"repository": "NotionX/react-notion-x",

0 commit comments

Comments
 (0)