diff --git a/.changeset/eager-windows-learn.md b/.changeset/eager-windows-learn.md deleted file mode 100644 index 31401b0..0000000 --- a/.changeset/eager-windows-learn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"notion-to-jsx": major -"notion-to-utils": major ---- - -v1 diff --git a/packages/notion-to-jsx/CHANGELOG.md b/packages/notion-to-jsx/CHANGELOG.md new file mode 100644 index 0000000..d4b8963 --- /dev/null +++ b/packages/notion-to-jsx/CHANGELOG.md @@ -0,0 +1,7 @@ +# notion-to-jsx + +## 1.0.0 + +### Major Changes + +- 166c677: v1 diff --git a/packages/notion-to-jsx/package.json b/packages/notion-to-jsx/package.json index ad654e4..d6c14b3 100644 --- a/packages/notion-to-jsx/package.json +++ b/packages/notion-to-jsx/package.json @@ -1,6 +1,6 @@ { "name": "notion-to-jsx", - "version": "0.0.0", + "version": "1.0.0", "description": "Notion blocks to JSX renderer", "private": true, "repository": { @@ -20,7 +20,10 @@ "files": [ "dist" ], - "sideEffects": ["**/*.css", "**/*.css.ts"], + "sideEffects": [ + "**/*.css", + "**/*.css.ts" + ], "keywords": [ "notion", "jsx", diff --git a/packages/notion-to-utils/CHANGELOG.md b/packages/notion-to-utils/CHANGELOG.md index 6e5baff..1d71b60 100644 --- a/packages/notion-to-utils/CHANGELOG.md +++ b/packages/notion-to-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # notion-to-utils +## 1.0.0 + +### Major Changes + +- 166c677: v1 + ## 0.4.21 ### Patch Changes diff --git a/packages/notion-to-utils/package.json b/packages/notion-to-utils/package.json index 68f7802..fb72d25 100644 --- a/packages/notion-to-utils/package.json +++ b/packages/notion-to-utils/package.json @@ -1,6 +1,6 @@ { "name": "notion-to-utils", - "version": "0.4.21", + "version": "1.0.0", "description": "Notion to JSX utils", "private": false, "repository": {