Skip to content

Commit 9996335

Browse files
😍
1 parent 3c203f3 commit 9996335

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.3
4+
5+
### Patch Changes
6+
7+
- twitter utils
8+
- Updated dependencies
9+
10+
11+
312
## 7.1.2
413

514
### Patch 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.2",
3+
"version": "7.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- twitter utils
8+
- Updated dependencies
9+
10+
11+
12+
13+
14+
315
## 7.1.2
416

517
### Patch 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.2",
3+
"version": "7.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- twitter utils
8+
- Updated dependencies
9+
10+
11+
12+
13+
314
## 7.1.2
415

516
### Patch 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.2",
3+
"version": "7.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- twitter utils
8+
- Updated dependencies
9+
10+
11+
312
## 7.1.2
413

514
### Patch 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.2",
3+
"version": "7.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- twitter utils
8+
- Updated dependencies
9+
10+
11+
312
## 7.1.2
413

514
### Patch 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.2",
3+
"version": "7.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- twitter utils
8+
39
## 7.1.2
410

511
### Patch 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.2",
3+
"version": "7.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- twitter utils
8+
- Updated dependencies
9+
10+
311
## 7.1.2
412

513
### Patch 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.2",
3+
"version": "7.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- twitter utils
8+
- Updated dependencies
9+
10+
11+
312
## 7.2.2
413

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

0 commit comments

Comments
 (0)