Skip to content

Commit 3991343

Browse files
committedNov 21, 2024·
🍺
1 parent 8d1751e commit 3991343

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.5
4+
5+
### Patch Changes
6+
7+
- Fix images
8+
- Updated dependencies
9+
- notion-types@7.1.5
10+
- react-notion-x@7.2.5
11+
312
## 7.1.4
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.4",
3+
"version": "7.1.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Fix images
8+
- Updated dependencies
9+
- notion-client@7.1.5
10+
- notion-compat@7.1.5
11+
- notion-types@7.1.5
12+
- notion-utils@7.1.5
13+
- react-notion-x@7.2.5
14+
315
## 7.1.4
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.4",
3+
"version": "7.1.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Fix images
8+
- Updated dependencies
9+
- notion-client@7.1.5
10+
- notion-types@7.1.5
11+
- notion-utils@7.1.5
12+
- react-notion-x@7.2.5
13+
314
## 7.1.4
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.4",
3+
"version": "7.1.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Fix images
8+
- Updated dependencies
9+
- notion-types@7.1.5
10+
- notion-utils@7.1.5
11+
312
## 7.1.4
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.4",
3+
"version": "7.1.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Fix images
8+
- Updated dependencies
9+
- notion-types@7.1.5
10+
- notion-utils@7.1.5
11+
312
## 7.1.4
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.4",
3+
"version": "7.1.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Fix images
8+
39
## 7.1.4
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.4",
3+
"version": "7.1.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Fix images
8+
- Updated dependencies
9+
- notion-types@7.1.5
10+
311
## 7.1.4
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.4",
3+
"version": "7.1.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Fix images
8+
- Updated dependencies
9+
- notion-types@7.1.5
10+
- notion-utils@7.1.5
11+
312
## 7.2.4
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.4",
3+
"version": "7.2.5",
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.