diff --git a/CHANGELOG.md b/CHANGELOG.md index ba84befeb..f25b5024e 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.0.0](https://github.com/microlinkhq/sdk/compare/v4.5.1...v5.0.0) (2020-01-17) + +**Note:** Version bump only for package @microlink/root + + + + + ## [4.5.1](https://github.com/microlinkhq/sdk/compare/v4.5.0...v4.5.1) (2019-12-29) diff --git a/lerna.json b/lerna.json index 47cf1d9c4..1f568a6cd 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "4.5.1" + "version": "5.0.0" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7a4752157..7f1f64065 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.0.0](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v4.5.1...v5.0.0) (2020-01-17) + +**Note:** Version bump only for package @microlink/react + + + + + ## [4.5.1](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v4.5.0...v4.5.1) (2019-12-29) diff --git a/packages/react/package.json b/packages/react/package.json index 09bb66fba..71e2c0188 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "name": "@microlink/react", "description": "Convert your links into beautiful previews", "homepage": "https://microlink.io/docs/sdk/integrations/react/", - "version": "4.5.1", + "version": "5.0.0", "main": "dist/microlink.cjs.js", "module": "dist/microlink.m.js", "repository": { diff --git a/packages/vanilla/CHANGELOG.md b/packages/vanilla/CHANGELOG.md index a1734d8c8..dff16b326 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.0.0](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v4.5.1...v5.0.0) (2020-01-17) + +**Note:** Version bump only for package @microlink/vanilla + + + + + ## [4.5.1](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v4.5.0...v4.5.1) (2019-12-29) **Note:** Version bump only for package @microlink/vanilla diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index 055a6e1b3..c1b9984f3 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -2,7 +2,7 @@ "name": "@microlink/vanilla", "description": "Convert your links into beautiful previews", "homepage": "https://microlink.io/docs/sdk/integrations/vanilla/", - "version": "4.5.1", + "version": "5.0.0", "main": "src/index.js", "repository": { "type": "git", @@ -20,7 +20,7 @@ "previsualization" ], "dependencies": { - "@microlink/react": "^4.5.1" + "@microlink/react": "^5.0.0" }, "devDependencies": { "husky": "latest",