This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - @gatsby-mdx-suite/[email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
50 changed files
with
298 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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@[email protected]) (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@[email protected]) (2022-03-04) | ||
|
||
**Note:** Version bump only for package gatsby-mdx-suite-example-basic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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@[email protected]) (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@[email protected]) (2022-03-04) | ||
|
||
**Note:** Version bump only for package gatsby-mdx-suite-example-full | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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@[email protected]) (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@[email protected]) (2022-03-04) | ||
|
||
**Note:** Version bump only for package gatsby-mdx-suite-example-minimal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@gatsby-mdx-suite/[email protected]) (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/[email protected]...@gatsby-mdx-suite/[email protected]) (2021-11-09) | ||
|
||
**Note:** Version bump only for package @gatsby-mdx-suite/mdx-animation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@gatsby-mdx-suite/[email protected]) (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/[email protected]...@gatsby-mdx-suite/[email protected]) (2022-03-04) | ||
|
||
**Note:** Version bump only for package @gatsby-mdx-suite/mdx-boxes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@gatsby-mdx-suite/[email protected]) (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/[email protected]...@gatsby-mdx-suite/[email protected]) (2021-11-09) | ||
|
||
**Note:** Version bump only for package @gatsby-mdx-suite/mdx-color-set | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@gatsby-mdx-suite/[email protected]) (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/[email protected]...@gatsby-mdx-suite/[email protected]) (2021-11-09) | ||
|
||
**Note:** Version bump only for package @gatsby-mdx-suite/mdx-copy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gatsby-mdx-suite/mdx-copy", | ||
"version": "0.15.8", | ||
"version": "0.15.9", | ||
"description": "", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@gatsby-mdx-suite/[email protected]) (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/[email protected]...@gatsby-mdx-suite/[email protected]) (2022-03-04) | ||
|
||
**Note:** Version bump only for package @gatsby-mdx-suite/mdx-decoration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gatsby-mdx-suite/mdx-decoration", | ||
"version": "0.5.21", | ||
"version": "0.5.22", | ||
"description": "", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@gatsby-mdx-suite/[email protected]) (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/[email protected]...@gatsby-mdx-suite/[email protected]) (2022-03-04) | ||
|
||
**Note:** Version bump only for package @gatsby-mdx-suite/mdx-form | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gatsby-mdx-suite/mdx-form", | ||
"version": "0.4.78", | ||
"version": "0.4.79", | ||
"description": "", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@gatsby-mdx-suite/[email protected]) (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/[email protected]...@gatsby-mdx-suite/[email protected]) (2022-03-04) | ||
|
||
**Note:** Version bump only for package @gatsby-mdx-suite/mdx-image | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@gatsby-mdx-suite/[email protected]) (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/[email protected]...@gatsby-mdx-suite/[email protected]) (2022-03-04) | ||
|
||
**Note:** Version bump only for package @gatsby-mdx-suite/mdx-instagram | ||
|
Oops, something went wrong.