From 932f5f54b31dd112b746c2b4024ad6f5a2ba3619 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 12 Jan 2025 15:20:44 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/cra/CHANGELOG.md | 9 +++++++++ examples/cra/package.json | 2 +- examples/full/CHANGELOG.md | 12 ++++++++++++ examples/full/package.json | 2 +- examples/minimal/CHANGELOG.md | 11 +++++++++++ examples/minimal/package.json | 2 +- packages/notion-client/CHANGELOG.md | 9 +++++++++ packages/notion-client/package.json | 2 +- packages/notion-compat/CHANGELOG.md | 9 +++++++++ packages/notion-compat/package.json | 2 +- packages/notion-types/CHANGELOG.md | 6 ++++++ packages/notion-types/package.json | 2 +- packages/notion-utils/CHANGELOG.md | 8 ++++++++ packages/notion-utils/package.json | 2 +- packages/react-notion-x/CHANGELOG.md | 9 +++++++++ packages/react-notion-x/package.json | 2 +- 16 files changed, 81 insertions(+), 8 deletions(-) diff --git a/examples/cra/CHANGELOG.md b/examples/cra/CHANGELOG.md index 4d3ab0742..61b2f6ef1 100644 --- a/examples/cra/CHANGELOG.md +++ b/examples/cra/CHANGELOG.md @@ -1,5 +1,14 @@ # notion-x-example-cra +## 7.1.6 + +### Patch Changes + +- Fix signed urls +- Updated dependencies + - notion-types@7.1.6 + - react-notion-x@7.2.6 + ## 7.1.5 ### Patch Changes diff --git a/examples/cra/package.json b/examples/cra/package.json index 7a279c3ce..9527d8f22 100644 --- a/examples/cra/package.json +++ b/examples/cra/package.json @@ -1,6 +1,6 @@ { "name": "notion-x-example-cra", - "version": "7.1.5", + "version": "7.1.6", "private": true, "scripts": { "dev": "DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-scripts start", diff --git a/examples/full/CHANGELOG.md b/examples/full/CHANGELOG.md index b3038d6b8..cd8eebd5c 100644 --- a/examples/full/CHANGELOG.md +++ b/examples/full/CHANGELOG.md @@ -1,5 +1,17 @@ # notion-x-example-full +## 7.1.6 + +### Patch Changes + +- Fix signed urls +- Updated dependencies + - notion-client@7.1.6 + - notion-compat@7.1.6 + - notion-types@7.1.6 + - notion-utils@7.1.6 + - react-notion-x@7.2.6 + ## 7.1.5 ### Patch Changes diff --git a/examples/full/package.json b/examples/full/package.json index f8858a7c8..415afc7e2 100644 --- a/examples/full/package.json +++ b/examples/full/package.json @@ -1,6 +1,6 @@ { "name": "notion-x-example-full", - "version": "7.1.5", + "version": "7.1.6", "private": true, "type": "module", "scripts": { diff --git a/examples/minimal/CHANGELOG.md b/examples/minimal/CHANGELOG.md index eefa09af2..6827dabd8 100644 --- a/examples/minimal/CHANGELOG.md +++ b/examples/minimal/CHANGELOG.md @@ -1,5 +1,16 @@ # notion-x-example-minimal +## 7.1.6 + +### Patch Changes + +- Fix signed urls +- Updated dependencies + - notion-client@7.1.6 + - notion-types@7.1.6 + - notion-utils@7.1.6 + - react-notion-x@7.2.6 + ## 7.1.5 ### Patch Changes diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 8c5b7ec01..e0611ff11 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -1,6 +1,6 @@ { "name": "notion-x-example-minimal", - "version": "7.1.5", + "version": "7.1.6", "private": true, "type": "module", "scripts": { diff --git a/packages/notion-client/CHANGELOG.md b/packages/notion-client/CHANGELOG.md index c5f822d3a..f96c49862 100644 --- a/packages/notion-client/CHANGELOG.md +++ b/packages/notion-client/CHANGELOG.md @@ -1,5 +1,14 @@ # notion-client +## 7.1.6 + +### Patch Changes + +- Fix signed urls +- Updated dependencies + - notion-types@7.1.6 + - notion-utils@7.1.6 + ## 7.1.5 ### Patch Changes diff --git a/packages/notion-client/package.json b/packages/notion-client/package.json index 0a85b158c..b4e1bda3a 100644 --- a/packages/notion-client/package.json +++ b/packages/notion-client/package.json @@ -1,6 +1,6 @@ { "name": "notion-client", - "version": "7.1.5", + "version": "7.1.6", "type": "module", "description": "Robust TypeScript client for the unofficial Notion API.", "repository": "NotionX/react-notion-x", diff --git a/packages/notion-compat/CHANGELOG.md b/packages/notion-compat/CHANGELOG.md index 2f530eb6e..fc48a37c3 100644 --- a/packages/notion-compat/CHANGELOG.md +++ b/packages/notion-compat/CHANGELOG.md @@ -1,5 +1,14 @@ # notion-compat +## 7.1.6 + +### Patch Changes + +- Fix signed urls +- Updated dependencies + - notion-types@7.1.6 + - notion-utils@7.1.6 + ## 7.1.5 ### Patch Changes diff --git a/packages/notion-compat/package.json b/packages/notion-compat/package.json index fc8fbe512..8624e7965 100644 --- a/packages/notion-compat/package.json +++ b/packages/notion-compat/package.json @@ -1,6 +1,6 @@ { "name": "notion-compat", - "version": "7.1.5", + "version": "7.1.6", "type": "module", "description": "Compatibility layer between the official Notion API and unofficial private API.", "repository": "NotionX/react-notion-x", diff --git a/packages/notion-types/CHANGELOG.md b/packages/notion-types/CHANGELOG.md index 9877a0106..8995c8e87 100644 --- a/packages/notion-types/CHANGELOG.md +++ b/packages/notion-types/CHANGELOG.md @@ -1,5 +1,11 @@ # notion-types +## 7.1.6 + +### Patch Changes + +- Fix signed urls + ## 7.1.5 ### Patch Changes diff --git a/packages/notion-types/package.json b/packages/notion-types/package.json index 226d848bc..97de72ad8 100644 --- a/packages/notion-types/package.json +++ b/packages/notion-types/package.json @@ -1,6 +1,6 @@ { "name": "notion-types", - "version": "7.1.5", + "version": "7.1.6", "type": "module", "description": "TypeScript types for core Notion data structures.", "repository": "NotionX/react-notion-x", diff --git a/packages/notion-utils/CHANGELOG.md b/packages/notion-utils/CHANGELOG.md index 507474967..49c35f762 100644 --- a/packages/notion-utils/CHANGELOG.md +++ b/packages/notion-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # notion-utils +## 7.1.6 + +### Patch Changes + +- Fix signed urls +- Updated dependencies + - notion-types@7.1.6 + ## 7.1.5 ### Patch Changes diff --git a/packages/notion-utils/package.json b/packages/notion-utils/package.json index 1971b480e..bdd203e6c 100644 --- a/packages/notion-utils/package.json +++ b/packages/notion-utils/package.json @@ -1,6 +1,6 @@ { "name": "notion-utils", - "version": "7.1.5", + "version": "7.1.6", "type": "module", "description": "Useful utilities for working with Notion data. Isomorphic.", "repository": "NotionX/react-notion-x", diff --git a/packages/react-notion-x/CHANGELOG.md b/packages/react-notion-x/CHANGELOG.md index 65b396251..936ab4e75 100644 --- a/packages/react-notion-x/CHANGELOG.md +++ b/packages/react-notion-x/CHANGELOG.md @@ -1,5 +1,14 @@ # react-notion-x +## 7.2.6 + +### Patch Changes + +- Fix signed urls +- Updated dependencies + - notion-types@7.1.6 + - notion-utils@7.1.6 + ## 7.2.5 ### Patch Changes diff --git a/packages/react-notion-x/package.json b/packages/react-notion-x/package.json index 0cc7859c5..7e9094419 100644 --- a/packages/react-notion-x/package.json +++ b/packages/react-notion-x/package.json @@ -1,6 +1,6 @@ { "name": "react-notion-x", - "version": "7.2.5", + "version": "7.2.6", "type": "module", "description": "Fast and accurate React renderer for Notion.", "repository": "NotionX/react-notion-x",