Skip to content

Commit 45ae553

Browse files
committed
v5.5.5
1 parent c43f7c7 commit 45ae553

File tree

10 files changed

+49
-9
lines changed

10 files changed

+49
-9
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.5](https://github.com/microlinkhq/sdk/compare/v5.5.4...v5.5.5) (2021-03-22)
7+
8+
**Note:** Version bump only for package @microlink/root
9+
10+
11+
12+
13+
614
## [5.5.4](https://github.com/microlinkhq/sdk/compare/v5.5.3...v5.5.4) (2021-01-17)
715

816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.5.4"
6+
"version": "5.5.5"
77
}

packages/hover-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.5](http://github.com/microlinkhq/sdk/tree/master/packages/hover-react/compare/v5.5.4...v5.5.5) (2021-03-22)
7+
8+
**Note:** Version bump only for package @microlink/hover-react
9+
10+
11+
12+
13+
614
## [5.5.4](http://github.com/microlinkhq/sdk/tree/master/packages/hover-react/compare/v5.5.3...v5.5.4) (2021-01-17)
715

816

packages/hover-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@microlink/hover-react",
33
"description": "Turn links into beautiful previews.",
44
"homepage": "https://microlink.io/sdk",
5-
"version": "5.5.4",
5+
"version": "5.5.5",
66
"main": "dist/microlink.js",
77
"module": "dist/microlink.module.js",
88
"jsnext:main": "dist/microlink.module.js",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/microlinkhq/sdk/tree/master/packages/hover-react"
11+
"url": "git+https://github.com/microlinkhq/sdk.git#master"
1212
},
1313
"bugs": {
1414
"url": "https://github.com/microlinkhq/sdk/issues"
@@ -24,7 +24,7 @@
2424
"react"
2525
],
2626
"dependencies": {
27-
"@microlink/react": "^5.5.4"
27+
"@microlink/react": "^5.5.5"
2828
},
2929
"devDependencies": {
3030
"@babel/core": "latest",

packages/hover-vanilla/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.5](http://github.com/microlinkhq/sdk/tree/master/packages/hover-vanilla/compare/v5.5.4...v5.5.5) (2021-03-22)
7+
8+
**Note:** Version bump only for package @microlink/hover-vanilla
9+
10+
11+
12+
13+
614
## [5.5.4](http://github.com/microlinkhq/sdk/tree/master/packages/hover-vanilla/compare/v5.5.3...v5.5.4) (2021-01-17)
715

816
**Note:** Version bump only for package @microlink/hover-vanilla

packages/hover-vanilla/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microlink/hover-vanilla",
33
"description": "Turn links into beautiful previews.",
44
"homepage": "https://microlink.io/sdk",
5-
"version": "5.5.4",
5+
"version": "5.5.5",
66
"main": "dist/microlink.js",
77
"module": "dist/microlink.module.js",
88
"jsnext:main": "dist/microlink.module.js",
@@ -25,7 +25,7 @@
2525
"vanilla"
2626
],
2727
"dependencies": {
28-
"@microlink/hover-react": "^5.5.4",
28+
"@microlink/hover-react": "^5.5.5",
2929
"is-localhost-url": "~1.0.3"
3030
},
3131
"devDependencies": {

packages/react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.5](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v5.5.4...v5.5.5) (2021-03-22)
7+
8+
**Note:** Version bump only for package @microlink/react
9+
10+
11+
12+
13+
614
## [5.5.4](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v5.5.3...v5.5.4) (2021-01-17)
715

816
**Note:** Version bump only for package @microlink/react

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microlink/react",
33
"description": "Turn links into beautiful previews.",
44
"homepage": "https://microlink.io/sdk",
5-
"version": "5.5.4",
5+
"version": "5.5.5",
66
"main": "dist/microlink.js",
77
"module": "dist/microlink.module.js",
88
"jsnext:main": "dist/microlink.module.js",

packages/vanilla/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.5](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v5.5.4...v5.5.5) (2021-03-22)
7+
8+
**Note:** Version bump only for package @microlink/vanilla
9+
10+
11+
12+
13+
614
## [5.5.4](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v5.5.3...v5.5.4) (2021-01-17)
715

816
**Note:** Version bump only for package @microlink/vanilla

packages/vanilla/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microlink/vanilla",
33
"description": "Turn links into beautiful previews.",
44
"homepage": "https://microlink.io/sdk",
5-
"version": "5.5.4",
5+
"version": "5.5.5",
66
"main": "dist/microlink.js",
77
"module": "dist/microlink.module.js",
88
"jsnext:main": "dist/microlink.module.js",
@@ -26,7 +26,7 @@
2626
"previsualization"
2727
],
2828
"dependencies": {
29-
"@microlink/react": "^5.5.4"
29+
"@microlink/react": "^5.5.5"
3030
},
3131
"devDependencies": {
3232
"@rollup/plugin-commonjs": "latest",

0 commit comments

Comments
 (0)