From f2d7ac0cd85f075961565247b40d4cc35d25d8eb Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 3 Mar 2020 09:49:44 +0100 Subject: [PATCH] v5.1.1 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/angular/CHANGELOG.md | 8 ++++++++ packages/angular/package.json | 4 ++-- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 2 +- packages/vanilla/CHANGELOG.md | 8 ++++++++ packages/vanilla/package.json | 4 ++-- packages/vue/CHANGELOG.md | 8 ++++++++ packages/vue/package.json | 4 ++-- 10 files changed, 48 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d945640a..c831ba874 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.1.1](https://github.com/microlinkhq/sdk/compare/v5.1.0...v5.1.1) (2020-03-03) + +**Note:** Version bump only for package @microlink/root + + + + + # [5.1.0](https://github.com/microlinkhq/sdk/compare/v5.0.12...v5.1.0) (2020-02-22) diff --git a/lerna.json b/lerna.json index 6035053d5..07ff88f6f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "5.1.0" + "version": "5.1.1" } diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index e62efe907..eff873b55 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/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.1.1](http://github.com/microlinkhq/sdk/tree/master/packages/angular/compare/v5.1.0...v5.1.1) (2020-03-03) + +**Note:** Version bump only for package @microlink/angular + + + + + # [5.1.0](http://github.com/microlinkhq/sdk/tree/master/packages/angular/compare/v5.0.12...v5.1.0) (2020-02-22) diff --git a/packages/angular/package.json b/packages/angular/package.json index 4050a9be0..a12476673 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -2,7 +2,7 @@ "name": "@microlink/angular", "description": "Turn links into beautiful previews.", "homepage": "https://microlink.io/docs/sdk/integrations/angular/", - "version": "5.1.0", + "version": "5.1.1", "main": "dist/bundles/microlink-angular.umd.js", "module": "dist/fesm5/microlink-angular.js", "repository": { @@ -21,7 +21,7 @@ "previsualization" ], "dependencies": { - "@microlink/vanilla": "^5.1.0" + "@microlink/vanilla": "^5.1.1" }, "devDependencies": { "@angular-devkit/build-angular": "~0.803.23", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 76ec87fe9..f33f60576 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.1.1](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v5.1.0...v5.1.1) (2020-03-03) + +**Note:** Version bump only for package @microlink/react + + + + + # [5.1.0](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v5.0.12...v5.1.0) (2020-02-22) **Note:** Version bump only for package @microlink/react diff --git a/packages/react/package.json b/packages/react/package.json index 35c7c7e70..8672e8690 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/docs/sdk/integrations/react/", - "version": "5.1.0", + "version": "5.1.1", "main": "dist/microlink.cjs.js", "module": "dist/microlink.m.js", "umd:main": "dist/microlink.js", diff --git a/packages/vanilla/CHANGELOG.md b/packages/vanilla/CHANGELOG.md index 00d3595a5..e9ae4b305 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.1.1](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v5.1.0...v5.1.1) (2020-03-03) + +**Note:** Version bump only for package @microlink/vanilla + + + + + # [5.1.0](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v5.0.12...v5.1.0) (2020-02-22) **Note:** Version bump only for package @microlink/vanilla diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index 4ea11b770..b64e2f479 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/docs/sdk/integrations/vanilla/", - "version": "5.1.0", + "version": "5.1.1", "main": "src/index.js", "repository": { "type": "git", @@ -20,7 +20,7 @@ "previsualization" ], "dependencies": { - "@microlink/react": "^5.1.0" + "@microlink/react": "^5.1.1" }, "devDependencies": { "@rollup/plugin-commonjs": "latest", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index fa77160ba..81b3672de 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/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.1.1](http://github.com/microlinkhq/sdk/tree/master/packages/vue/compare/v5.1.0...v5.1.1) (2020-03-03) + +**Note:** Version bump only for package @microlink/vue + + + + + # [5.1.0](http://github.com/microlinkhq/sdk/tree/master/packages/vue/compare/v5.0.12...v5.1.0) (2020-02-22) diff --git a/packages/vue/package.json b/packages/vue/package.json index f096eba8f..3b59c2b31 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -2,7 +2,7 @@ "name": "@microlink/vue", "description": "Turn links into beautiful previews.", "homepage": "https://microlink.io/docs/sdk/integrations/vue/", - "version": "5.1.0", + "version": "5.1.1", "main": "dist/microlink.common.js", "repository": { "type": "git", @@ -20,7 +20,7 @@ "previsualization" ], "dependencies": { - "@microlink/vanilla": "^5.1.0" + "@microlink/vanilla": "^5.1.1" }, "devDependencies": { "@babel/core": "latest",