Skip to content

Commit 88d93bf

Browse files
chore: release v7.3.0
1 parent 3d5e3ae commit 88d93bf

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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

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

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "NotionX/react-notion-x",
66
"author": "Travis Fischer <[email protected]>",
77
"license": "MIT",
8-
"version": "7.2.6",
8+
"version": "7.3.0",
99
"packageManager": "[email protected]",
1010
"engines": {
1111
"node": ">=18"

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.2.6",
3+
"version": "7.3.0",
44
"type": "module",
55
"description": "Robust TypeScript client for the unofficial Notion API.",
66
"repository": "NotionX/react-notion-x",

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.2.6",
3+
"version": "7.3.0",
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/package.json

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

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.2.6",
3+
"version": "7.3.0",
44
"type": "module",
55
"description": "Useful utilities for working with Notion data. Isomorphic.",
66
"repository": "NotionX/react-notion-x",

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

0 commit comments

Comments
 (0)