diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index 89e86898..972b815b 100644 --- a/examples/basic/CHANGELOG.md +++ b/examples/basic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.5](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-mdx-suite-example-basic@0.10.4...gatsby-mdx-suite-example-basic@0.10.5) (2022-03-04) + +**Note:** Version bump only for package gatsby-mdx-suite-example-basic + + + + + ## [0.10.4](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-mdx-suite-example-basic@0.10.3...gatsby-mdx-suite-example-basic@0.10.4) (2022-03-04) **Note:** Version bump only for package gatsby-mdx-suite-example-basic diff --git a/examples/basic/package.json b/examples/basic/package.json index 7049afbf..72d6f955 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-mdx-suite-example-basic", - "version": "0.10.4", + "version": "0.10.5", "description": "Basic implementation of the MDX suite. Mostly for testing and demonstration purposes.", "main": "index.js", "author": "Benedikt Rötsch ", @@ -25,17 +25,17 @@ "@consent-manager/integration-youtube": "^0.0.1", "@consent-manager/interface-default": "^0.0.1", "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0", + "@gatsby-mdx-suite/helpers": "^0.17.1", "@gatsby-mdx-suite/mdx-video": "^0.9.13", - "@gatsby-mdx-suite/mdx-vimeo": "^0.7.30", - "@gatsby-mdx-suite/mdx-youtube": "^0.12.24", + "@gatsby-mdx-suite/mdx-vimeo": "^0.7.31", + "@gatsby-mdx-suite/mdx-youtube": "^0.12.25", "@mdx-js/react": "^1.6.22", "deepmerge": "^4.2.2", "dotenv": "^10.0.0", "gatsby": "^4.9.1", "gatsby-plugin-netlify": "^4.1.0", - "gatsby-theme-mdx-suite-base": "^0.16.4", - "gatsby-theme-mdx-suite-core": "^0.14.4", + "gatsby-theme-mdx-suite-base": "^0.16.5", + "gatsby-theme-mdx-suite-core": "^0.14.5", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/examples/full/CHANGELOG.md b/examples/full/CHANGELOG.md index 66cc180c..7122aaf4 100644 --- a/examples/full/CHANGELOG.md +++ b/examples/full/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.5](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-mdx-suite-example-full@0.15.4...gatsby-mdx-suite-example-full@0.15.5) (2022-03-04) + +**Note:** Version bump only for package gatsby-mdx-suite-example-full + + + + + ## [0.15.4](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-mdx-suite-example-full@0.15.3...gatsby-mdx-suite-example-full@0.15.4) (2022-03-04) **Note:** Version bump only for package gatsby-mdx-suite-example-full diff --git a/examples/full/package.json b/examples/full/package.json index 2024c50d..5e59f5ae 100644 --- a/examples/full/package.json +++ b/examples/full/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-mdx-suite-example-full", - "version": "0.15.4", + "version": "0.15.5", "description": "Full implementation of the MDX suite. Mostly for testing and demonstration purposes.", "main": "index.js", "author": "Benedikt Rötsch ", @@ -26,25 +26,25 @@ "@consent-manager/integration-youtube": "^0.0.1", "@consent-manager/interface-default": "^0.0.1", "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0", - "@gatsby-mdx-suite/mdx-boxes": "^0.15.26", - "@gatsby-mdx-suite/mdx-layout": "^0.28.26", - "@gatsby-mdx-suite/mdx-mailchimp": "^0.1.17", - "@gatsby-mdx-suite/mdx-modal": "^0.1.27", - "@gatsby-mdx-suite/mdx-scroll-effects": "^0.4.8", - "@gatsby-mdx-suite/mdx-timeline": "^0.7.10", + "@gatsby-mdx-suite/helpers": "^0.17.1", + "@gatsby-mdx-suite/mdx-boxes": "^0.15.27", + "@gatsby-mdx-suite/mdx-layout": "^0.28.27", + "@gatsby-mdx-suite/mdx-mailchimp": "^0.1.18", + "@gatsby-mdx-suite/mdx-modal": "^0.1.28", + "@gatsby-mdx-suite/mdx-scroll-effects": "^0.4.9", + "@gatsby-mdx-suite/mdx-timeline": "^0.7.11", "@gatsby-mdx-suite/mdx-video": "^0.9.13", - "@gatsby-mdx-suite/mdx-vimeo": "^0.7.30", - "@gatsby-mdx-suite/mdx-youtube": "^0.12.24", + "@gatsby-mdx-suite/mdx-vimeo": "^0.7.31", + "@gatsby-mdx-suite/mdx-youtube": "^0.12.25", "@react-icons/all-files": "^4.1.0", "deepmerge": "^4.2.2", "dotenv": "^10.0.0", "gatsby": "^4.9.1", "gatsby-plugin-manifest": "^4.9.0", "gatsby-plugin-netlify": "^4.1.0", - "gatsby-theme-mdx-suite-base": "^0.16.4", - "gatsby-theme-mdx-suite-blog": "^0.4.29", - "gatsby-theme-mdx-suite-core": "^0.14.4", + "gatsby-theme-mdx-suite-base": "^0.16.5", + "gatsby-theme-mdx-suite-blog": "^0.4.30", + "gatsby-theme-mdx-suite-core": "^0.14.5", "gatsby-transformer-sqip": "^4.9.0", "gatsby-transformer-video": "^0.5.0", "prop-types": "^15.7.2", diff --git a/examples/minimal/CHANGELOG.md b/examples/minimal/CHANGELOG.md index a7c46732..d5ab0683 100644 --- a/examples/minimal/CHANGELOG.md +++ b/examples/minimal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.4](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-mdx-suite-example-minimal@0.5.3...gatsby-mdx-suite-example-minimal@0.5.4) (2022-03-04) + +**Note:** Version bump only for package gatsby-mdx-suite-example-minimal + + + + + ## [0.5.3](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-mdx-suite-example-minimal@0.5.2...gatsby-mdx-suite-example-minimal@0.5.3) (2022-03-04) **Note:** Version bump only for package gatsby-mdx-suite-example-minimal diff --git a/examples/minimal/package.json b/examples/minimal/package.json index b042d13a..c207a174 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-mdx-suite-example-minimal", - "version": "0.5.3", + "version": "0.5.4", "description": "Most minimal implementation of the MDX suite. Mostly for testing purposes.", "main": "index.js", "author": "Benedikt Rötsch ", @@ -21,14 +21,14 @@ }, "dependencies": { "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0", - "@gatsby-mdx-suite/mdx-image": "^0.10.8", - "@gatsby-mdx-suite/mdx-layout": "^0.28.26", - "@gatsby-mdx-suite/mdx-link": "^0.9.13", + "@gatsby-mdx-suite/helpers": "^0.17.1", + "@gatsby-mdx-suite/mdx-image": "^0.10.9", + "@gatsby-mdx-suite/mdx-layout": "^0.28.27", + "@gatsby-mdx-suite/mdx-link": "^0.9.14", "deepmerge": "^4.2.2", "gatsby": "^4.9.1", "gatsby-plugin-netlify": "^4.1.0", - "gatsby-theme-mdx-suite-core": "^0.14.4", + "gatsby-theme-mdx-suite-core": "^0.14.5", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/mdx/animation/CHANGELOG.md b/mdx/animation/CHANGELOG.md index da90b442..2f9d9d8a 100644 --- a/mdx/animation/CHANGELOG.md +++ b/mdx/animation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.20](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-animation@0.2.19...@gatsby-mdx-suite/mdx-animation@0.2.20) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-animation + + + + + ## [0.2.19](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-animation@0.2.18...@gatsby-mdx-suite/mdx-animation@0.2.19) (2021-11-09) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-animation diff --git a/mdx/animation/package.json b/mdx/animation/package.json index 701077b3..6759d483 100644 --- a/mdx/animation/package.json +++ b/mdx/animation/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-animation", - "version": "0.2.19", + "version": "0.2.20", "description": "Simply add animations to any element of your MDX document", "author": "Benedikt Rötsch ", "license": "MIT", @@ -26,7 +26,7 @@ "react": "^17.0.1" }, "dependencies": { - "@gatsby-mdx-suite/helpers": "^0.17.0", + "@gatsby-mdx-suite/helpers": "^0.17.1", "react-use": "^17.2.4" }, "publishConfig": { diff --git a/mdx/boxes/CHANGELOG.md b/mdx/boxes/CHANGELOG.md index f742b97f..fc9fbd9c 100644 --- a/mdx/boxes/CHANGELOG.md +++ b/mdx/boxes/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.27](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-boxes@0.15.26...@gatsby-mdx-suite/mdx-boxes@0.15.27) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-boxes + + + + + ## [0.15.26](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-boxes@0.15.25...@gatsby-mdx-suite/mdx-boxes@0.15.26) (2022-03-04) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-boxes diff --git a/mdx/boxes/package.json b/mdx/boxes/package.json index abc1ae11..ed819bc1 100644 --- a/mdx/boxes/package.json +++ b/mdx/boxes/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-boxes", - "version": "0.15.26", + "version": "0.15.27", "description": "Create layouts with grid of boxes", "author": "Benedikt Rötsch ", "license": "MIT", @@ -28,11 +28,11 @@ }, "dependencies": { "@emotion/is-prop-valid": "^1.1.0", - "@gatsby-mdx-suite/helpers": "^0.17.0", - "@gatsby-mdx-suite/mdx-color-set": "^0.4.25", - "@gatsby-mdx-suite/mdx-link": "^0.9.13", + "@gatsby-mdx-suite/helpers": "^0.17.1", + "@gatsby-mdx-suite/mdx-color-set": "^0.4.26", + "@gatsby-mdx-suite/mdx-link": "^0.9.14", "@gatsby-mdx-suite/mdx-video": "^0.9.13", - "gatsby-theme-mdx-suite-core": "^0.14.4", + "gatsby-theme-mdx-suite-core": "^0.14.5", "pure-react-carousel": "^1.27.6" }, "publishConfig": { diff --git a/mdx/color-set/CHANGELOG.md b/mdx/color-set/CHANGELOG.md index eeafc651..3cbc2828 100644 --- a/mdx/color-set/CHANGELOG.md +++ b/mdx/color-set/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.26](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-color-set@0.4.25...@gatsby-mdx-suite/mdx-color-set@0.4.26) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-color-set + + + + + ## [0.4.25](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-color-set@0.4.24...@gatsby-mdx-suite/mdx-color-set@0.4.25) (2021-11-09) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-color-set diff --git a/mdx/color-set/package.json b/mdx/color-set/package.json index c9b9bc8f..d241706f 100644 --- a/mdx/color-set/package.json +++ b/mdx/color-set/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-color-set", - "version": "0.4.25", + "version": "0.4.26", "description": "Apply color sets on any content region", "author": "Benedikt Rötsch ", "license": "MIT", @@ -26,7 +26,7 @@ }, "dependencies": { "@emotion/react": "^11.4.1", - "@gatsby-mdx-suite/helpers": "^0.17.0", + "@gatsby-mdx-suite/helpers": "^0.17.1", "deepmerge": "^4.2.2" }, "publishConfig": { diff --git a/mdx/copy/CHANGELOG.md b/mdx/copy/CHANGELOG.md index 7281306f..f968a5ff 100644 --- a/mdx/copy/CHANGELOG.md +++ b/mdx/copy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.9](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-copy@0.15.8...@gatsby-mdx-suite/mdx-copy@0.15.9) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-copy + + + + + ## [0.15.8](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-copy@0.15.7...@gatsby-mdx-suite/mdx-copy@0.15.8) (2021-11-09) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-copy diff --git a/mdx/copy/package.json b/mdx/copy/package.json index 56bc74af..80b59ca0 100644 --- a/mdx/copy/package.json +++ b/mdx/copy/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-copy", - "version": "0.15.8", + "version": "0.15.9", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -28,7 +28,7 @@ "twin.macro": "^1.9.0 || ^2.0.0" }, "dependencies": { - "@gatsby-mdx-suite/helpers": "^0.17.0" + "@gatsby-mdx-suite/helpers": "^0.17.1" }, "publishConfig": { "access": "public" diff --git a/mdx/decoration/CHANGELOG.md b/mdx/decoration/CHANGELOG.md index fe6e2ba2..5865f080 100644 --- a/mdx/decoration/CHANGELOG.md +++ b/mdx/decoration/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.22](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-decoration@0.5.21...@gatsby-mdx-suite/mdx-decoration@0.5.22) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-decoration + + + + + ## [0.5.21](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-decoration@0.5.20...@gatsby-mdx-suite/mdx-decoration@0.5.21) (2022-03-04) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-decoration diff --git a/mdx/decoration/package.json b/mdx/decoration/package.json index e0f08102..c6645ed5 100644 --- a/mdx/decoration/package.json +++ b/mdx/decoration/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-decoration", - "version": "0.5.21", + "version": "0.5.22", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -25,7 +25,7 @@ "twin.macro": "^1.9.0 || ^2.0.0" }, "dependencies": { - "gatsby-theme-mdx-suite-core": "^0.14.4" + "gatsby-theme-mdx-suite-core": "^0.14.5" }, "publishConfig": { "access": "public" diff --git a/mdx/form/CHANGELOG.md b/mdx/form/CHANGELOG.md index f87073a7..c7166fff 100644 --- a/mdx/form/CHANGELOG.md +++ b/mdx/form/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.79](https://github.com/hashbite/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-form@0.4.78...@gatsby-mdx-suite/mdx-form@0.4.79) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-form + + + + + ## [0.4.78](https://github.com/hashbite/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-form@0.4.77...@gatsby-mdx-suite/mdx-form@0.4.78) (2022-03-04) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-form diff --git a/mdx/form/package.json b/mdx/form/package.json index df2316a0..92ec65c3 100644 --- a/mdx/form/package.json +++ b/mdx/form/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-form", - "version": "0.4.78", + "version": "0.4.79", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -25,8 +25,8 @@ }, "dependencies": { "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0", - "@gatsby-mdx-suite/mdx-layout": "^0.28.26" + "@gatsby-mdx-suite/helpers": "^0.17.1", + "@gatsby-mdx-suite/mdx-layout": "^0.28.27" }, "publishConfig": { "access": "public" diff --git a/mdx/image/CHANGELOG.md b/mdx/image/CHANGELOG.md index 870a4f6c..11586400 100644 --- a/mdx/image/CHANGELOG.md +++ b/mdx/image/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.9](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-image@0.10.8...@gatsby-mdx-suite/mdx-image@0.10.9) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-image + + + + + ## [0.10.8](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-image@0.10.7...@gatsby-mdx-suite/mdx-image@0.10.8) (2022-03-04) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-image diff --git a/mdx/image/package.json b/mdx/image/package.json index c0224d3c..e216be38 100644 --- a/mdx/image/package.json +++ b/mdx/image/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-image", - "version": "0.10.8", + "version": "0.10.9", "description": "Render a image from an internal or external source", "author": "Benedikt Rötsch ", "license": "MIT", @@ -27,7 +27,7 @@ "react": "^17.0.1" }, "dependencies": { - "gatsby-theme-mdx-suite-core": "^0.14.4" + "gatsby-theme-mdx-suite-core": "^0.14.5" }, "publishConfig": { "access": "public" diff --git a/mdx/instagram/CHANGELOG.md b/mdx/instagram/CHANGELOG.md index 18e21c77..3fcd4176 100644 --- a/mdx/instagram/CHANGELOG.md +++ b/mdx/instagram/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.57](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-instagram@0.3.56...@gatsby-mdx-suite/mdx-instagram@0.3.57) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-instagram + + + + + ## [0.3.56](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-instagram@0.3.55...@gatsby-mdx-suite/mdx-instagram@0.3.56) (2022-03-04) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-instagram diff --git a/mdx/instagram/package.json b/mdx/instagram/package.json index 7873035b..e849aefd 100644 --- a/mdx/instagram/package.json +++ b/mdx/instagram/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-instagram", - "version": "0.3.56", + "version": "0.3.57", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -25,7 +25,7 @@ }, "dependencies": { "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/mdx-media-gallery": "^0.5.22", + "@gatsby-mdx-suite/mdx-media-gallery": "^0.5.23", "react-instagram-embed": "^1.5.0" }, "publishConfig": { diff --git a/mdx/layout/CHANGELOG.md b/mdx/layout/CHANGELOG.md index b45b3d0d..5ef61755 100644 --- a/mdx/layout/CHANGELOG.md +++ b/mdx/layout/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.28.27](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-layout@0.28.26...@gatsby-mdx-suite/mdx-layout@0.28.27) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-layout + + + + + ## [0.28.26](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-layout@0.28.25...@gatsby-mdx-suite/mdx-layout@0.28.26) (2022-03-04) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-layout diff --git a/mdx/layout/package.json b/mdx/layout/package.json index 26769f5e..44fc0240 100644 --- a/mdx/layout/package.json +++ b/mdx/layout/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-layout", - "version": "0.28.26", + "version": "0.28.27", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -27,10 +27,10 @@ "twin.macro": "^1.9.0 || ^2.0.0" }, "dependencies": { - "@gatsby-mdx-suite/helpers": "^0.17.0", - "@gatsby-mdx-suite/mdx-color-set": "^0.4.25", + "@gatsby-mdx-suite/helpers": "^0.17.1", + "@gatsby-mdx-suite/mdx-color-set": "^0.4.26", "@gatsby-mdx-suite/mdx-video": "^0.9.13", - "gatsby-theme-mdx-suite-core": "^0.14.4" + "gatsby-theme-mdx-suite-core": "^0.14.5" }, "publishConfig": { "access": "public" diff --git a/mdx/link/CHANGELOG.md b/mdx/link/CHANGELOG.md index a4f779df..33fe3fd1 100644 --- a/mdx/link/CHANGELOG.md +++ b/mdx/link/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.14](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-link@0.9.13...@gatsby-mdx-suite/mdx-link@0.9.14) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-link + + + + + ## [0.9.13](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-link@0.9.12...@gatsby-mdx-suite/mdx-link@0.9.13) (2021-11-09) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-link diff --git a/mdx/link/package.json b/mdx/link/package.json index 95722310..b09b08f2 100644 --- a/mdx/link/package.json +++ b/mdx/link/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-link", - "version": "0.9.13", + "version": "0.9.14", "description": "Render a link to an internal or external site", "author": "Benedikt Rötsch ", "license": "MIT", @@ -31,7 +31,7 @@ }, "dependencies": { "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0" + "@gatsby-mdx-suite/helpers": "^0.17.1" }, "publishConfig": { "access": "public" diff --git a/mdx/mailchimp/CHANGELOG.md b/mdx/mailchimp/CHANGELOG.md index 8d566329..b48e48f4 100644 --- a/mdx/mailchimp/CHANGELOG.md +++ b/mdx/mailchimp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.18](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-mailchimp@0.1.17...@gatsby-mdx-suite/mdx-mailchimp@0.1.18) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-mailchimp + + + + + ## [0.1.17](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-mailchimp@0.1.16...@gatsby-mdx-suite/mdx-mailchimp@0.1.17) (2021-11-09) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-mailchimp diff --git a/mdx/mailchimp/package.json b/mdx/mailchimp/package.json index a961c592..7b0c6c3f 100644 --- a/mdx/mailchimp/package.json +++ b/mdx/mailchimp/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-mailchimp", - "version": "0.1.17", + "version": "0.1.18", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -33,7 +33,7 @@ "access": "public" }, "dependencies": { - "@gatsby-mdx-suite/mdx-link": "^0.9.13", + "@gatsby-mdx-suite/mdx-link": "^0.9.14", "react-mailchimp-subscribe": "^2.1.0" } } diff --git a/mdx/media-gallery/CHANGELOG.md b/mdx/media-gallery/CHANGELOG.md index 2c685221..816efd7b 100644 --- a/mdx/media-gallery/CHANGELOG.md +++ b/mdx/media-gallery/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.23](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-media-gallery@0.5.22...@gatsby-mdx-suite/mdx-media-gallery@0.5.23) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-media-gallery + + + + + ## [0.5.22](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-media-gallery@0.5.21...@gatsby-mdx-suite/mdx-media-gallery@0.5.22) (2022-03-04) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-media-gallery diff --git a/mdx/media-gallery/package.json b/mdx/media-gallery/package.json index 48b737ff..f4163eb5 100644 --- a/mdx/media-gallery/package.json +++ b/mdx/media-gallery/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-media-gallery", - "version": "0.5.22", + "version": "0.5.23", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -28,8 +28,8 @@ }, "dependencies": { "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0", - "gatsby-theme-mdx-suite-core": "^0.14.4", + "@gatsby-mdx-suite/helpers": "^0.17.1", + "gatsby-theme-mdx-suite-core": "^0.14.5", "react-images": "^1.1.3" }, "publishConfig": { diff --git a/mdx/modal/CHANGELOG.md b/mdx/modal/CHANGELOG.md index 890d0fb9..945180d1 100644 --- a/mdx/modal/CHANGELOG.md +++ b/mdx/modal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.28](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-modal@0.1.27...@gatsby-mdx-suite/mdx-modal@0.1.28) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-modal + + + + + ## [0.1.27](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-modal@0.1.26...@gatsby-mdx-suite/mdx-modal@0.1.27) (2021-11-09) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-modal diff --git a/mdx/modal/package.json b/mdx/modal/package.json index d9f04410..274a2172 100644 --- a/mdx/modal/package.json +++ b/mdx/modal/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-modal", - "version": "0.1.27", + "version": "0.1.28", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -30,7 +30,7 @@ "access": "public" }, "dependencies": { - "@gatsby-mdx-suite/mdx-link": "^0.9.13", + "@gatsby-mdx-suite/mdx-link": "^0.9.14", "react-modal": "^3.14.3" } } diff --git a/mdx/scroll-effects/CHANGELOG.md b/mdx/scroll-effects/CHANGELOG.md index a0568815..f3578657 100644 --- a/mdx/scroll-effects/CHANGELOG.md +++ b/mdx/scroll-effects/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.9](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-scroll-effects@0.4.8...@gatsby-mdx-suite/mdx-scroll-effects@0.4.9) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-scroll-effects + + + + + ## [0.4.8](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-scroll-effects@0.4.7...@gatsby-mdx-suite/mdx-scroll-effects@0.4.8) (2022-02-21) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-scroll-effects diff --git a/mdx/scroll-effects/package.json b/mdx/scroll-effects/package.json index 6c592783..32bb29f7 100644 --- a/mdx/scroll-effects/package.json +++ b/mdx/scroll-effects/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-scroll-effects", - "version": "0.4.8", + "version": "0.4.9", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -30,8 +30,8 @@ "access": "public" }, "dependencies": { - "@gatsby-mdx-suite/helpers": "^0.17.0", - "@gatsby-mdx-suite/mdx-color-set": "^0.4.25", + "@gatsby-mdx-suite/helpers": "^0.17.1", + "@gatsby-mdx-suite/mdx-color-set": "^0.4.26", "@gatsby-mdx-suite/mdx-video": "^0.9.13", "@react-hook/window-size": "^3.0.7", "gsap": "^3.7.1", diff --git a/mdx/timeline/CHANGELOG.md b/mdx/timeline/CHANGELOG.md index 85b58a47..5c10f223 100644 --- a/mdx/timeline/CHANGELOG.md +++ b/mdx/timeline/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.11](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-timeline@0.7.10...@gatsby-mdx-suite/mdx-timeline@0.7.11) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-timeline + + + + + ## [0.7.10](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-timeline@0.7.9...@gatsby-mdx-suite/mdx-timeline@0.7.10) (2021-11-09) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-timeline diff --git a/mdx/timeline/package.json b/mdx/timeline/package.json index ac21f6b7..4781c3dd 100644 --- a/mdx/timeline/package.json +++ b/mdx/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-timeline", - "version": "0.7.10", + "version": "0.7.11", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -30,6 +30,6 @@ "access": "public" }, "dependencies": { - "@gatsby-mdx-suite/helpers": "^0.17.0" + "@gatsby-mdx-suite/helpers": "^0.17.1" } } diff --git a/mdx/vimeo/CHANGELOG.md b/mdx/vimeo/CHANGELOG.md index f93d27a2..edf4edf3 100644 --- a/mdx/vimeo/CHANGELOG.md +++ b/mdx/vimeo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.31](https://github.com/axe312ger/gatsby-suite-mdx/compare/@gatsby-mdx-suite/mdx-vimeo@0.7.30...@gatsby-mdx-suite/mdx-vimeo@0.7.31) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-vimeo + + + + + ## [0.7.30](https://github.com/axe312ger/gatsby-suite-mdx/compare/@gatsby-mdx-suite/mdx-vimeo@0.7.29...@gatsby-mdx-suite/mdx-vimeo@0.7.30) (2022-03-04) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-vimeo diff --git a/mdx/vimeo/package.json b/mdx/vimeo/package.json index 0877f4f3..932a409c 100644 --- a/mdx/vimeo/package.json +++ b/mdx/vimeo/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-vimeo", - "version": "0.7.30", + "version": "0.7.31", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -30,10 +30,10 @@ "twin.macro": "^1.9.0 || ^2.0.0" }, "dependencies": { - "@gatsby-mdx-suite/helpers": "^0.17.0", + "@gatsby-mdx-suite/helpers": "^0.17.1", "@loadable/component": "^5.15.2", "@u-wave/react-vimeo": "^0.9.5", - "gatsby-theme-mdx-suite-base": "^0.16.4" + "gatsby-theme-mdx-suite-base": "^0.16.5" }, "publishConfig": { "access": "public" diff --git a/mdx/youtube/CHANGELOG.md b/mdx/youtube/CHANGELOG.md index 308e98cc..57c1d060 100644 --- a/mdx/youtube/CHANGELOG.md +++ b/mdx/youtube/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.25](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-youtube@0.12.24...@gatsby-mdx-suite/mdx-youtube@0.12.25) (2022-03-04) + +**Note:** Version bump only for package @gatsby-mdx-suite/mdx-youtube + + + + + ## [0.12.24](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/mdx-youtube@0.12.23...@gatsby-mdx-suite/mdx-youtube@0.12.24) (2022-03-04) **Note:** Version bump only for package @gatsby-mdx-suite/mdx-youtube diff --git a/mdx/youtube/package.json b/mdx/youtube/package.json index 09a40c50..d6fe9453 100644 --- a/mdx/youtube/package.json +++ b/mdx/youtube/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/mdx-youtube", - "version": "0.12.24", + "version": "0.12.25", "description": "", "author": "Benedikt Rötsch ", "license": "MIT", @@ -32,9 +32,9 @@ }, "dependencies": { "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0", + "@gatsby-mdx-suite/helpers": "^0.17.1", "@loadable/component": "^5.15.2", - "gatsby-theme-mdx-suite-core": "^0.14.4", + "gatsby-theme-mdx-suite-core": "^0.14.5", "react-youtube": "7.14.0" }, "publishConfig": { diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 856e7587..ba606ab7 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.17.1](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/helpers@0.17.0...@gatsby-mdx-suite/helpers@0.17.1) (2022-03-04) + + +### Performance Improvements + +* remove bloating logging ([8e0e172](https://github.com/axe312ger/gatsby-mdx-suite/commit/8e0e172bb4fe273d4bd24ee4580b5089b20c5845)) + + + + + # [0.17.0](https://github.com/axe312ger/gatsby-mdx-suite/compare/@gatsby-mdx-suite/helpers@0.16.7...@gatsby-mdx-suite/helpers@0.17.0) (2021-11-09) diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 917a58a0..07083b92 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@gatsby-mdx-suite/helpers", - "version": "0.17.0", + "version": "0.17.1", "description": "> TODO: description", "author": "Benedikt Rötsch ", "license": "MIT", diff --git a/themes/base/CHANGELOG.md b/themes/base/CHANGELOG.md index 44d56cfd..3cdb882e 100644 --- a/themes/base/CHANGELOG.md +++ b/themes/base/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.5](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-theme-mdx-suite-base@0.16.4...gatsby-theme-mdx-suite-base@0.16.5) (2022-03-04) + +**Note:** Version bump only for package gatsby-theme-mdx-suite-base + + + + + ## [0.16.4](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-theme-mdx-suite-base@0.16.3...gatsby-theme-mdx-suite-base@0.16.4) (2022-03-04) **Note:** Version bump only for package gatsby-theme-mdx-suite-base diff --git a/themes/base/package.json b/themes/base/package.json index 47c20bb1..34ba9544 100644 --- a/themes/base/package.json +++ b/themes/base/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-mdx-suite-base", - "version": "0.16.4", + "version": "0.16.5", "main": "index.js", "author": "Benedikt Rötsch ", "license": "MIT", @@ -25,13 +25,13 @@ }, "dependencies": { "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0", - "@gatsby-mdx-suite/mdx-animation": "^0.2.19", - "@gatsby-mdx-suite/mdx-color-set": "^0.4.25", - "@gatsby-mdx-suite/mdx-copy": "^0.15.8", - "@gatsby-mdx-suite/mdx-image": "^0.10.8", - "@gatsby-mdx-suite/mdx-layout": "^0.28.26", - "@gatsby-mdx-suite/mdx-link": "^0.9.13", + "@gatsby-mdx-suite/helpers": "^0.17.1", + "@gatsby-mdx-suite/mdx-animation": "^0.2.20", + "@gatsby-mdx-suite/mdx-color-set": "^0.4.26", + "@gatsby-mdx-suite/mdx-copy": "^0.15.9", + "@gatsby-mdx-suite/mdx-image": "^0.10.9", + "@gatsby-mdx-suite/mdx-layout": "^0.28.27", + "@gatsby-mdx-suite/mdx-link": "^0.9.14", "@reach/router": "^1.3.4", "@react-icons/all-files": "^4.1.0", "deepmerge": "^4.2.2", @@ -43,8 +43,8 @@ "gatsby-plugin-react-svg": "^3.1.0", "gatsby-plugin-robots-txt": "^1.7.0", "gatsby-plugin-sitemap": "^5.9.0", - "gatsby-theme-mdx-suite-core": "^0.14.4", - "gatsby-theme-mdx-suite-docs": "^0.10.25", + "gatsby-theme-mdx-suite-core": "^0.14.5", + "gatsby-theme-mdx-suite-docs": "^0.10.26", "gatsby-transformer-inline-svg": "^1.1.0", "gatsby-transformer-video": "^0.5.0", "hoofd": "^1.3.1", diff --git a/themes/blog/CHANGELOG.md b/themes/blog/CHANGELOG.md index 5e6f8e39..0d23bd5d 100644 --- a/themes/blog/CHANGELOG.md +++ b/themes/blog/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.30](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-theme-mdx-suite-blog@0.4.29...gatsby-theme-mdx-suite-blog@0.4.30) (2022-03-04) + +**Note:** Version bump only for package gatsby-theme-mdx-suite-blog + + + + + ## [0.4.29](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-theme-mdx-suite-blog@0.4.28...gatsby-theme-mdx-suite-blog@0.4.29) (2022-03-04) **Note:** Version bump only for package gatsby-theme-mdx-suite-blog diff --git a/themes/blog/package.json b/themes/blog/package.json index c21b7cd4..d72f60bc 100644 --- a/themes/blog/package.json +++ b/themes/blog/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-mdx-suite-blog", - "version": "0.4.29", + "version": "0.4.30", "main": "index.js", "author": "Benedikt Rötsch ", "license": "MIT", @@ -21,13 +21,13 @@ }, "dependencies": { "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0", - "@gatsby-mdx-suite/mdx-copy": "^0.15.8", - "@gatsby-mdx-suite/mdx-layout": "^0.28.26", - "@gatsby-mdx-suite/mdx-link": "^0.9.13", + "@gatsby-mdx-suite/helpers": "^0.17.1", + "@gatsby-mdx-suite/mdx-copy": "^0.15.9", + "@gatsby-mdx-suite/mdx-layout": "^0.28.27", + "@gatsby-mdx-suite/mdx-link": "^0.9.14", "deepmerge": "^4.2.2", "gatsby-awesome-pagination": "^0.3.8", - "gatsby-theme-mdx-suite-base": "^0.16.4", - "gatsby-theme-mdx-suite-core": "^0.14.4" + "gatsby-theme-mdx-suite-base": "^0.16.5", + "gatsby-theme-mdx-suite-core": "^0.14.5" } } diff --git a/themes/core/CHANGELOG.md b/themes/core/CHANGELOG.md index ac8086f9..96309f11 100644 --- a/themes/core/CHANGELOG.md +++ b/themes/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.5](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-theme-mdx-suite-core@0.14.4...gatsby-theme-mdx-suite-core@0.14.5) (2022-03-04) + +**Note:** Version bump only for package gatsby-theme-mdx-suite-core + + + + + ## [0.14.4](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-theme-mdx-suite-core@0.14.3...gatsby-theme-mdx-suite-core@0.14.4) (2022-03-04) **Note:** Version bump only for package gatsby-theme-mdx-suite-core diff --git a/themes/core/package.json b/themes/core/package.json index ff0def2b..645d9612 100644 --- a/themes/core/package.json +++ b/themes/core/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-mdx-suite-core", - "version": "0.14.4", + "version": "0.14.5", "main": "index.js", "author": "Benedikt Rötsch ", "license": "MIT", @@ -24,7 +24,7 @@ "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0", + "@gatsby-mdx-suite/helpers": "^0.17.1", "autoprefixer": "^10.3.6", "cheerio": "0.22.0", "deepmerge": "^4.2.2", diff --git a/themes/docs/CHANGELOG.md b/themes/docs/CHANGELOG.md index 02e37940..9b5b6c4c 100644 --- a/themes/docs/CHANGELOG.md +++ b/themes/docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.26](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-theme-mdx-suite-docs@0.10.25...gatsby-theme-mdx-suite-docs@0.10.26) (2022-03-04) + +**Note:** Version bump only for package gatsby-theme-mdx-suite-docs + + + + + ## [0.10.25](https://github.com/axe312ger/gatsby-mdx-suite/compare/gatsby-theme-mdx-suite-docs@0.10.24...gatsby-theme-mdx-suite-docs@0.10.25) (2022-03-04) **Note:** Version bump only for package gatsby-theme-mdx-suite-docs diff --git a/themes/docs/package.json b/themes/docs/package.json index d1fd7682..e42eaa4d 100644 --- a/themes/docs/package.json +++ b/themes/docs/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-mdx-suite-docs", - "version": "0.10.25", + "version": "0.10.26", "main": "index.js", "author": "Benedikt Rötsch ", "license": "MIT", @@ -25,11 +25,11 @@ }, "dependencies": { "@gatsby-mdx-suite/contexts": "^0.3.10", - "@gatsby-mdx-suite/helpers": "^0.17.0", - "@gatsby-mdx-suite/mdx-boxes": "^0.15.26", - "@gatsby-mdx-suite/mdx-color-set": "^0.4.25", - "@gatsby-mdx-suite/mdx-copy": "^0.15.8", - "@gatsby-mdx-suite/mdx-link": "^0.9.13", + "@gatsby-mdx-suite/helpers": "^0.17.1", + "@gatsby-mdx-suite/mdx-boxes": "^0.15.27", + "@gatsby-mdx-suite/mdx-color-set": "^0.4.26", + "@gatsby-mdx-suite/mdx-copy": "^0.15.9", + "@gatsby-mdx-suite/mdx-link": "^0.9.14", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", "@mdx-js/runtime": "^1.6.22",