diff --git a/CHANGELOG.md b/CHANGELOG.md index 513e8f96e..ffddc1b51 100644 --- a/CHANGELOG.md +++ b/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. +## [5.5.5](https://github.com/microlinkhq/sdk/compare/v5.5.4...v5.5.5) (2021-03-22) + +**Note:** Version bump only for package @microlink/root + + + + + ## [5.5.4](https://github.com/microlinkhq/sdk/compare/v5.5.3...v5.5.4) (2021-01-17) diff --git a/lerna.json b/lerna.json index 5f5704de3..46fbaea3f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "5.5.4" + "version": "5.5.5" } diff --git a/packages/hover-react/CHANGELOG.md b/packages/hover-react/CHANGELOG.md index 95ef35f3b..e334a6f1e 100644 --- a/packages/hover-react/CHANGELOG.md +++ b/packages/hover-react/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. +## [5.5.5](http://github.com/microlinkhq/sdk/tree/master/packages/hover-react/compare/v5.5.4...v5.5.5) (2021-03-22) + +**Note:** Version bump only for package @microlink/hover-react + + + + + ## [5.5.4](http://github.com/microlinkhq/sdk/tree/master/packages/hover-react/compare/v5.5.3...v5.5.4) (2021-01-17) diff --git a/packages/hover-react/package.json b/packages/hover-react/package.json index 34e43318d..55125f17b 100644 --- a/packages/hover-react/package.json +++ b/packages/hover-react/package.json @@ -2,13 +2,13 @@ "name": "@microlink/hover-react", "description": "Turn links into beautiful previews.", "homepage": "https://microlink.io/sdk", - "version": "5.5.4", + "version": "5.5.5", "main": "dist/microlink.js", "module": "dist/microlink.module.js", "jsnext:main": "dist/microlink.module.js", "repository": { "type": "git", - "url": "git+https://github.com/microlinkhq/sdk/tree/master/packages/hover-react" + "url": "git+https://github.com/microlinkhq/sdk.git#master" }, "bugs": { "url": "https://github.com/microlinkhq/sdk/issues" @@ -24,7 +24,7 @@ "react" ], "dependencies": { - "@microlink/react": "^5.5.4" + "@microlink/react": "^5.5.5" }, "devDependencies": { "@babel/core": "latest", diff --git a/packages/hover-vanilla/CHANGELOG.md b/packages/hover-vanilla/CHANGELOG.md index b402757cf..60a8ce6df 100644 --- a/packages/hover-vanilla/CHANGELOG.md +++ b/packages/hover-vanilla/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. +## [5.5.5](http://github.com/microlinkhq/sdk/tree/master/packages/hover-vanilla/compare/v5.5.4...v5.5.5) (2021-03-22) + +**Note:** Version bump only for package @microlink/hover-vanilla + + + + + ## [5.5.4](http://github.com/microlinkhq/sdk/tree/master/packages/hover-vanilla/compare/v5.5.3...v5.5.4) (2021-01-17) **Note:** Version bump only for package @microlink/hover-vanilla diff --git a/packages/hover-vanilla/package.json b/packages/hover-vanilla/package.json index c4f603315..7c6751640 100644 --- a/packages/hover-vanilla/package.json +++ b/packages/hover-vanilla/package.json @@ -2,7 +2,7 @@ "name": "@microlink/hover-vanilla", "description": "Turn links into beautiful previews.", "homepage": "https://microlink.io/sdk", - "version": "5.5.4", + "version": "5.5.5", "main": "dist/microlink.js", "module": "dist/microlink.module.js", "jsnext:main": "dist/microlink.module.js", @@ -25,7 +25,7 @@ "vanilla" ], "dependencies": { - "@microlink/hover-react": "^5.5.4", + "@microlink/hover-react": "^5.5.5", "is-localhost-url": "~1.0.3" }, "devDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a85e55534..47fa28d56 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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. +## [5.5.5](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v5.5.4...v5.5.5) (2021-03-22) + +**Note:** Version bump only for package @microlink/react + + + + + ## [5.5.4](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v5.5.3...v5.5.4) (2021-01-17) **Note:** Version bump only for package @microlink/react diff --git a/packages/react/package.json b/packages/react/package.json index 7806a80e4..ec4f4c104 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "name": "@microlink/react", "description": "Turn links into beautiful previews.", "homepage": "https://microlink.io/sdk", - "version": "5.5.4", + "version": "5.5.5", "main": "dist/microlink.js", "module": "dist/microlink.module.js", "jsnext:main": "dist/microlink.module.js", diff --git a/packages/vanilla/CHANGELOG.md b/packages/vanilla/CHANGELOG.md index fe914210b..79042155b 100644 --- a/packages/vanilla/CHANGELOG.md +++ b/packages/vanilla/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. +## [5.5.5](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v5.5.4...v5.5.5) (2021-03-22) + +**Note:** Version bump only for package @microlink/vanilla + + + + + ## [5.5.4](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v5.5.3...v5.5.4) (2021-01-17) **Note:** Version bump only for package @microlink/vanilla diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index c8c68b44b..179f2236a 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -2,7 +2,7 @@ "name": "@microlink/vanilla", "description": "Turn links into beautiful previews.", "homepage": "https://microlink.io/sdk", - "version": "5.5.4", + "version": "5.5.5", "main": "dist/microlink.js", "module": "dist/microlink.module.js", "jsnext:main": "dist/microlink.module.js", @@ -26,7 +26,7 @@ "previsualization" ], "dependencies": { - "@microlink/react": "^5.5.4" + "@microlink/react": "^5.5.5" }, "devDependencies": { "@rollup/plugin-commonjs": "latest",