From 74e53d6af6e045b79936c99b508d2da287e107e0 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 18 Jun 2020 20:10:16 +0200 Subject: [PATCH] v5.4.0 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/hover-react/CHANGELOG.md | 11 +++++++++++ packages/hover-react/package.json | 4 ++-- packages/hover-vanilla/CHANGELOG.md | 16 ++++++++++++++++ packages/hover-vanilla/package.json | 4 ++-- packages/react/CHANGELOG.md | 11 +++++++++++ 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 ++-- 12 files changed, 80 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b93b0c8..30edd2e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.4.0](https://github.com/microlinkhq/sdk/compare/v5.3.5...v5.4.0) (2020-06-18) + + +### Bug Fixes + +* build reference ([40f8a7d](https://github.com/microlinkhq/sdk/commit/40f8a7d2e9936b823ea1e2cfdabf0df7ee2fcb44)) + + +### Features + +* allow customization via CSS variables ([ca5e43d](https://github.com/microlinkhq/sdk/commit/ca5e43dce9937804ad9096c2277c430ebaa60043)), closes [#235](https://github.com/microlinkhq/sdk/issues/235) + + + + + ## [5.3.5](https://github.com/microlinkhq/sdk/compare/v5.3.4...v5.3.5) (2020-06-15) diff --git a/lerna.json b/lerna.json index 8200d3e3b..e2ecfc051 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "5.3.5" + "version": "5.4.0" } diff --git a/packages/hover-react/CHANGELOG.md b/packages/hover-react/CHANGELOG.md index d75ba0c2e..69f300c79 100644 --- a/packages/hover-react/CHANGELOG.md +++ b/packages/hover-react/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. +# [5.4.0](http://github.com/microlinkhq/sdk/tree/master/packages/hover-react/compare/v5.3.5...v5.4.0) (2020-06-18) + + +### Features + +* allow customization via CSS variables ([ca5e43d](http://github.com/microlinkhq/sdk/tree/master/packages/hover-react/commit/ca5e43dce9937804ad9096c2277c430ebaa60043)), closes [#235](http://github.com/microlinkhq/sdk/tree/master/packages/hover-react/issues/235) + + + + + ## [5.3.5](http://github.com/microlinkhq/sdk/tree/master/packages/hover-react/compare/v5.3.4...v5.3.5) (2020-06-15) **Note:** Version bump only for package @microlink/hover-react diff --git a/packages/hover-react/package.json b/packages/hover-react/package.json index 3c9d41c3d..3cf6b70a6 100644 --- a/packages/hover-react/package.json +++ b/packages/hover-react/package.json @@ -2,7 +2,7 @@ "name": "@microlink/hover-react", "description": "Turn links into beautiful previews.", "homepage": "https://microlink.io/docs/sdk/integrations/hover-react/", - "version": "5.3.5", + "version": "5.4.0", "main": "dist/microlink.js", "module": "dist/microlink.module.js", "jsnext:main": "dist/microlink.module.js", @@ -26,7 +26,7 @@ "previsualization" ], "dependencies": { - "@microlink/react": "^5.3.2" + "@microlink/react": "^5.4.0" }, "devDependencies": { "@babel/core": "latest", diff --git a/packages/hover-vanilla/CHANGELOG.md b/packages/hover-vanilla/CHANGELOG.md index c1c2a13bc..5274d47cb 100644 --- a/packages/hover-vanilla/CHANGELOG.md +++ b/packages/hover-vanilla/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.4.0](http://github.com/microlinkhq/sdk/tree/master/packages/hover-vanilla/compare/v5.3.5...v5.4.0) (2020-06-18) + + +### Bug Fixes + +* build reference ([40f8a7d](http://github.com/microlinkhq/sdk/tree/master/packages/hover-vanilla/commit/40f8a7d2e9936b823ea1e2cfdabf0df7ee2fcb44)) + + +### Features + +* allow customization via CSS variables ([ca5e43d](http://github.com/microlinkhq/sdk/tree/master/packages/hover-vanilla/commit/ca5e43dce9937804ad9096c2277c430ebaa60043)), closes [#235](http://github.com/microlinkhq/sdk/tree/master/packages/hover-vanilla/issues/235) + + + + + ## [5.3.5](http://github.com/microlinkhq/sdk/tree/master/packages/hover-vanilla/compare/v5.3.4...v5.3.5) (2020-06-15) diff --git a/packages/hover-vanilla/package.json b/packages/hover-vanilla/package.json index 0242d3914..323f1ac35 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/docs/sdk/integrations/hover-vanilla/", - "version": "5.3.5", + "version": "5.4.0", "main": "dist/microlink.js", "module": "dist/microlink.module.js", "jsnext:main": "dist/microlink.module.js", @@ -27,7 +27,7 @@ "previsualization" ], "dependencies": { - "@microlink/hover-react": "^5.3.5" + "@microlink/hover-react": "^5.4.0" }, "devDependencies": { "@rollup/plugin-commonjs": "latest", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 07277291d..0289164f0 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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. +# [5.4.0](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v5.3.5...v5.4.0) (2020-06-18) + + +### Features + +* allow customization via CSS variables ([ca5e43d](http://github.com/microlinkhq/sdk/tree/master/packages/react/commit/ca5e43dce9937804ad9096c2277c430ebaa60043)), closes [#235](http://github.com/microlinkhq/sdk/tree/master/packages/react/issues/235) + + + + + ## [5.3.2](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v5.3.1...v5.3.2) (2020-06-14) diff --git a/packages/react/package.json b/packages/react/package.json index d4355fbcf..ede1c87d4 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.3.2", + "version": "5.4.0", "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 3901aa51a..9a9b1b35a 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.4.0](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v5.3.5...v5.4.0) (2020-06-18) + +**Note:** Version bump only for package @microlink/vanilla + + + + + ## [5.3.5](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v5.3.4...v5.3.5) (2020-06-15) diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index d38d78807..b361f03b0 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.3.5", + "version": "5.4.0", "main": "dist/microlink.js", "module": "dist/microlink.module.js", "jsnext:main": "dist/microlink.module.js", @@ -26,7 +26,7 @@ "previsualization" ], "dependencies": { - "@microlink/react": "^5.3.2" + "@microlink/react": "^5.4.0" }, "devDependencies": { "@rollup/plugin-commonjs": "latest", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 4ae86c440..34f9b49b9 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.4.0](http://github.com/microlinkhq/sdk/tree/master/packages/vue/compare/v5.3.5...v5.4.0) (2020-06-18) + +**Note:** Version bump only for package @microlink/vue + + + + + ## [5.3.5](http://github.com/microlinkhq/sdk/tree/master/packages/vue/compare/v5.3.4...v5.3.5) (2020-06-15) **Note:** Version bump only for package @microlink/vue diff --git a/packages/vue/package.json b/packages/vue/package.json index d82b1768c..9ec9a65c3 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.3.5", + "version": "5.4.0", "main": "dist/microlink.common.js", "repository": { "type": "git", @@ -21,7 +21,7 @@ "previsualization" ], "dependencies": { - "@microlink/vanilla": "^5.3.5" + "@microlink/vanilla": "^5.4.0" }, "devDependencies": { "@babel/core": "latest",