diff --git a/.changeset/flat-flowers-shave.md b/.changeset/flat-flowers-shave.md deleted file mode 100644 index 24ab56b..0000000 --- a/.changeset/flat-flowers-shave.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@untitled-docs/changelog-utils": patch -"@untitled-docs/table-of-contents": patch -"@untitled-docs/gatsby-plugin-package-changelog": patch -"@untitled-docs/gatsby-plugin-package-mdx": patch -"@untitled-docs/gatsby-source-packages": patch ---- - -Update package.json diff --git a/packages/changelog-utils/CHANGELOG.md b/packages/changelog-utils/CHANGELOG.md index 89501e0..4f21746 100644 --- a/packages/changelog-utils/CHANGELOG.md +++ b/packages/changelog-utils/CHANGELOG.md @@ -1,8 +1,13 @@ # @untitled-docs/changelog-utils -## 0.0.1 +## 0.0.2 + ### Patch Changes +- [`493b8ff`](https://github.com/Thinkmill/untitled-docs/commit/493b8ff9a11e10f00d77f48b2fe52d1a70692f20) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update package.json +## 0.0.1 + +### Patch Changes - [`d377f19`](https://github.com/Thinkmill/untitled-docs/commit/d377f19a716fe11fe4ee050524e9a4125f3818ad) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release diff --git a/packages/changelog-utils/package.json b/packages/changelog-utils/package.json index 1e130e1..ac9707e 100644 --- a/packages/changelog-utils/package.json +++ b/packages/changelog-utils/package.json @@ -1,6 +1,6 @@ { "name": "@untitled-docs/changelog-utils", - "version": "0.0.1", + "version": "0.0.2", "main": "dist/changelog-utils.cjs.js", "module": "dist/changelog-utils.esm.js", "license": "MIT", diff --git a/packages/gatsby-plugin-package-changelog/CHANGELOG.md b/packages/gatsby-plugin-package-changelog/CHANGELOG.md new file mode 100644 index 0000000..44e3e0d --- /dev/null +++ b/packages/gatsby-plugin-package-changelog/CHANGELOG.md @@ -0,0 +1,8 @@ +# @untitled-docs/gatsby-plugin-package-changelog + +## 0.0.1 +### Patch Changes + + + +- [`493b8ff`](https://github.com/Thinkmill/untitled-docs/commit/493b8ff9a11e10f00d77f48b2fe52d1a70692f20) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update package.json diff --git a/packages/gatsby-plugin-package-changelog/package.json b/packages/gatsby-plugin-package-changelog/package.json index f86e3b6..1de2ea7 100644 --- a/packages/gatsby-plugin-package-changelog/package.json +++ b/packages/gatsby-plugin-package-changelog/package.json @@ -1,6 +1,6 @@ { "name": "@untitled-docs/gatsby-plugin-package-changelog", - "version": "0.0.0", + "version": "0.0.1", "dependencies": { "@babel/runtime": "^7.8.3", "find-versions": "^3.2.0", diff --git a/packages/gatsby-plugin-package-mdx/CHANGELOG.md b/packages/gatsby-plugin-package-mdx/CHANGELOG.md new file mode 100644 index 0000000..34dadc7 --- /dev/null +++ b/packages/gatsby-plugin-package-mdx/CHANGELOG.md @@ -0,0 +1,8 @@ +# @untitled-docs/gatsby-plugin-package-mdx + +## 0.0.1 +### Patch Changes + + + +- [`493b8ff`](https://github.com/Thinkmill/untitled-docs/commit/493b8ff9a11e10f00d77f48b2fe52d1a70692f20) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update package.json diff --git a/packages/gatsby-plugin-package-mdx/package.json b/packages/gatsby-plugin-package-mdx/package.json index 41a285c..67c4d0c 100644 --- a/packages/gatsby-plugin-package-mdx/package.json +++ b/packages/gatsby-plugin-package-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@untitled-docs/gatsby-plugin-package-mdx", - "version": "0.0.0", + "version": "0.0.1", "peerDependencies": { "gatsby": "*" }, diff --git a/packages/gatsby-source-packages/CHANGELOG.md b/packages/gatsby-source-packages/CHANGELOG.md new file mode 100644 index 0000000..7b0af72 --- /dev/null +++ b/packages/gatsby-source-packages/CHANGELOG.md @@ -0,0 +1,8 @@ +# @untitled-docs/gatsby-source-packages + +## 0.0.1 +### Patch Changes + + + +- [`493b8ff`](https://github.com/Thinkmill/untitled-docs/commit/493b8ff9a11e10f00d77f48b2fe52d1a70692f20) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update package.json diff --git a/packages/gatsby-source-packages/package.json b/packages/gatsby-source-packages/package.json index a5a3693..879c0d9 100644 --- a/packages/gatsby-source-packages/package.json +++ b/packages/gatsby-source-packages/package.json @@ -1,6 +1,6 @@ { "name": "@untitled-docs/gatsby-source-packages", - "version": "0.0.0", + "version": "0.0.1", "dependencies": { "@babel/runtime": "^7.8.3", "@manypkg/get-packages": "^1.0.1", diff --git a/packages/table-of-contents/CHANGELOG.md b/packages/table-of-contents/CHANGELOG.md new file mode 100644 index 0000000..a03660d --- /dev/null +++ b/packages/table-of-contents/CHANGELOG.md @@ -0,0 +1,8 @@ +# @untitled-docs/table-of-contents + +## 0.0.1 +### Patch Changes + + + +- [`493b8ff`](https://github.com/Thinkmill/untitled-docs/commit/493b8ff9a11e10f00d77f48b2fe52d1a70692f20) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update package.json diff --git a/packages/table-of-contents/package.json b/packages/table-of-contents/package.json index 1306edc..42574fe 100644 --- a/packages/table-of-contents/package.json +++ b/packages/table-of-contents/package.json @@ -1,6 +1,6 @@ { "name": "@untitled-docs/table-of-contents", - "version": "0.0.0", + "version": "0.0.1", "main": "dist/table-of-contents.cjs.js", "module": "dist/table-of-contents.esm.js", "dependencies": {