diff --git a/.changeset/hip-lions-protect.md b/.changeset/hip-lions-protect.md deleted file mode 100644 index 53e7f42d6..000000000 --- a/.changeset/hip-lions-protect.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'notion-x-example-cra': major -'notion-x-example-full': major -'notion-x-example-minimal': major -'notion-client': major -'notion-compat': major -'notion-types': major -'notion-utils': major -'react-notion-x': major ---- - -Maintenance update diff --git a/.changeset/pretty-squids-greet.md b/.changeset/pretty-squids-greet.md deleted file mode 100644 index a7f18ffe9..000000000 --- a/.changeset/pretty-squids-greet.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'notion-client': patch -'react-notion-x': patch ---- - -Minor fixes diff --git a/examples/cra/CHANGELOG.md b/examples/cra/CHANGELOG.md new file mode 100644 index 000000000..79ecb6292 --- /dev/null +++ b/examples/cra/CHANGELOG.md @@ -0,0 +1,14 @@ +# notion-x-example-cra + +## 8.0.0 + +### Major Changes + +- 3c4b572: Maintenance update + +### Patch Changes + +- Updated dependencies [3c4b572] +- Updated dependencies [bac28e2] + - notion-types@8.0.0 + - react-notion-x@8.0.0 diff --git a/examples/cra/package.json b/examples/cra/package.json index f862075d2..25205111c 100644 --- a/examples/cra/package.json +++ b/examples/cra/package.json @@ -1,6 +1,6 @@ { "name": "notion-x-example-cra", - "version": "7.0.0", + "version": "8.0.0", "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 new file mode 100644 index 000000000..af001e8f2 --- /dev/null +++ b/examples/full/CHANGELOG.md @@ -0,0 +1,17 @@ +# notion-x-example-full + +## 8.0.0 + +### Major Changes + +- 3c4b572: Maintenance update + +### Patch Changes + +- Updated dependencies [3c4b572] +- Updated dependencies [bac28e2] + - notion-client@8.0.0 + - notion-compat@8.0.0 + - notion-types@8.0.0 + - notion-utils@8.0.0 + - react-notion-x@8.0.0 diff --git a/examples/full/package.json b/examples/full/package.json index 92bdfc0f0..41b31419b 100644 --- a/examples/full/package.json +++ b/examples/full/package.json @@ -1,6 +1,6 @@ { "name": "notion-x-example-full", - "version": "7.0.0", + "version": "8.0.0", "private": true, "type": "module", "scripts": { diff --git a/examples/minimal/CHANGELOG.md b/examples/minimal/CHANGELOG.md new file mode 100644 index 000000000..fab82e81f --- /dev/null +++ b/examples/minimal/CHANGELOG.md @@ -0,0 +1,16 @@ +# notion-x-example-minimal + +## 8.0.0 + +### Major Changes + +- 3c4b572: Maintenance update + +### Patch Changes + +- Updated dependencies [3c4b572] +- Updated dependencies [bac28e2] + - notion-client@8.0.0 + - notion-types@8.0.0 + - notion-utils@8.0.0 + - react-notion-x@8.0.0 diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 0de08e2ac..750b5b3e1 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -1,6 +1,6 @@ { "name": "notion-x-example-minimal", - "version": "7.0.0", + "version": "8.0.0", "private": true, "type": "module", "scripts": { diff --git a/packages/notion-client/CHANGELOG.md b/packages/notion-client/CHANGELOG.md new file mode 100644 index 000000000..af890f24d --- /dev/null +++ b/packages/notion-client/CHANGELOG.md @@ -0,0 +1,14 @@ +# notion-client + +## 8.0.0 + +### Major Changes + +- 3c4b572: Maintenance update + +### Patch Changes + +- bac28e2: Minor fixes +- Updated dependencies [3c4b572] + - notion-types@8.0.0 + - notion-utils@8.0.0 diff --git a/packages/notion-client/package.json b/packages/notion-client/package.json index cd785ce30..164864e25 100644 --- a/packages/notion-client/package.json +++ b/packages/notion-client/package.json @@ -1,6 +1,6 @@ { "name": "notion-client", - "version": "7.0.0", + "version": "8.0.0", "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 new file mode 100644 index 000000000..547a2f1c5 --- /dev/null +++ b/packages/notion-compat/CHANGELOG.md @@ -0,0 +1,13 @@ +# notion-compat + +## 8.0.0 + +### Major Changes + +- 3c4b572: Maintenance update + +### Patch Changes + +- Updated dependencies [3c4b572] + - notion-types@8.0.0 + - notion-utils@8.0.0 diff --git a/packages/notion-compat/package.json b/packages/notion-compat/package.json index c1ec6302c..302b12929 100644 --- a/packages/notion-compat/package.json +++ b/packages/notion-compat/package.json @@ -1,6 +1,6 @@ { "name": "notion-compat", - "version": "7.0.0", + "version": "8.0.0", "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 new file mode 100644 index 000000000..9924defed --- /dev/null +++ b/packages/notion-types/CHANGELOG.md @@ -0,0 +1,7 @@ +# notion-types + +## 8.0.0 + +### Major Changes + +- 3c4b572: Maintenance update diff --git a/packages/notion-types/package.json b/packages/notion-types/package.json index db81dca2f..dbcaaa7d7 100644 --- a/packages/notion-types/package.json +++ b/packages/notion-types/package.json @@ -1,6 +1,6 @@ { "name": "notion-types", - "version": "7.0.0", + "version": "8.0.0", "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 new file mode 100644 index 000000000..3f1cfcc13 --- /dev/null +++ b/packages/notion-utils/CHANGELOG.md @@ -0,0 +1,12 @@ +# notion-utils + +## 8.0.0 + +### Major Changes + +- 3c4b572: Maintenance update + +### Patch Changes + +- Updated dependencies [3c4b572] + - notion-types@8.0.0 diff --git a/packages/notion-utils/package.json b/packages/notion-utils/package.json index 430ec6b81..0553bf1fa 100644 --- a/packages/notion-utils/package.json +++ b/packages/notion-utils/package.json @@ -1,6 +1,6 @@ { "name": "notion-utils", - "version": "7.0.0", + "version": "8.0.0", "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 new file mode 100644 index 000000000..4443dd10f --- /dev/null +++ b/packages/react-notion-x/CHANGELOG.md @@ -0,0 +1,14 @@ +# react-notion-x + +## 8.0.0 + +### Major Changes + +- 3c4b572: Maintenance update + +### Patch Changes + +- bac28e2: Minor fixes +- Updated dependencies [3c4b572] + - notion-types@8.0.0 + - notion-utils@8.0.0 diff --git a/packages/react-notion-x/package.json b/packages/react-notion-x/package.json index 05f28e8c4..a8cc66b1a 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.0.0", + "version": "8.0.0", "type": "module", "description": "Fast and accurate React renderer for Notion.", "repository": "NotionX/react-notion-x",