Skip to content

Commit f880dc8

Browse files
committed
chore(release): v5.5.8
1 parent 431f291 commit f880dc8

File tree

10 files changed

+71
-8
lines changed

10 files changed

+71
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.8](https://github.com/microlinkhq/sdk/compare/v5.5.7...v5.5.8) (2022-03-13)
7+
8+
9+
### Bug Fixes
10+
11+
* avoid to pass apikey ([#277](https://github.com/microlinkhq/sdk/issues/277)) ([747243f](https://github.com/microlinkhq/sdk/commit/747243f7711b8a7f84d7ea22743bddd04b14b582))
12+
* duplicate line ([431f291](https://github.com/microlinkhq/sdk/commit/431f291385248e72c163d6e89a6a60fdb1b49bb2))
13+
14+
15+
### Performance Improvements
16+
17+
* prefer mutation instead of Object.assign ([e9e8b42](https://github.com/microlinkhq/sdk/commit/e9e8b42b3f42591f66469226a1c0db0ec1a061c8))
18+
19+
20+
21+
22+
623
## [5.5.7](https://github.com/microlinkhq/sdk/compare/v5.5.6...v5.5.7) (2021-10-04)
724

825
**Note:** Version bump only for package @microlink/root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.5.7"
6+
"version": "5.5.8"
77
}

packages/hover-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.8](https://github.com/microlinkhq/sdk/compare/v5.5.7...v5.5.8) (2022-03-13)
7+
8+
**Note:** Version bump only for package @microlink/hover-react
9+
10+
11+
12+
13+
614
## [5.5.7](https://github.com/microlinkhq/sdk/compare/v5.5.6...v5.5.7) (2021-10-04)
715

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

packages/hover-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microlink/hover-react",
33
"description": "Turn links into beautiful previews.",
44
"homepage": "https://microlink.io/sdk",
5-
"version": "5.5.7",
5+
"version": "5.5.8",
66
"main": "dist/microlink.js",
77
"module": "dist/microlink.module.js",
88
"jsnext:main": "dist/microlink.module.js",
@@ -25,7 +25,7 @@
2525
"react"
2626
],
2727
"dependencies": {
28-
"@microlink/react": "^5.5.7"
28+
"@microlink/react": "^5.5.8"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "latest",

packages/hover-vanilla/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.8](https://github.com/microlinkhq/sdk/compare/v5.5.7...v5.5.8) (2022-03-13)
7+
8+
9+
### Bug Fixes
10+
11+
* duplicate line ([431f291](https://github.com/microlinkhq/sdk/commit/431f291385248e72c163d6e89a6a60fdb1b49bb2))
12+
13+
14+
### Performance Improvements
15+
16+
* prefer mutation instead of Object.assign ([e9e8b42](https://github.com/microlinkhq/sdk/commit/e9e8b42b3f42591f66469226a1c0db0ec1a061c8))
17+
18+
19+
20+
21+
622
## [5.5.7](https://github.com/microlinkhq/sdk/compare/v5.5.6...v5.5.7) (2021-10-04)
723

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

packages/hover-vanilla/package.json

Lines changed: 2 additions & 2 deletions
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.7",
5+
"version": "5.5.8",
66
"main": "dist/microlink.js",
77
"module": "dist/microlink.module.js",
88
"jsnext:main": "dist/microlink.module.js",
@@ -26,7 +26,7 @@
2626
"vanilla"
2727
],
2828
"dependencies": {
29-
"@microlink/hover-react": "^5.5.7",
29+
"@microlink/hover-react": "^5.5.8",
3030
"is-localhost-url": "~1.0.3"
3131
},
3232
"devDependencies": {

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8](https://github.com/microlinkhq/sdk/compare/v5.5.7...v5.5.8) (2022-03-13)
7+
8+
9+
### Bug Fixes
10+
11+
* avoid to pass apikey ([#277](https://github.com/microlinkhq/sdk/issues/277)) ([747243f](https://github.com/microlinkhq/sdk/commit/747243f7711b8a7f84d7ea22743bddd04b14b582))
12+
13+
14+
15+
16+
617
## [5.5.7](https://github.com/microlinkhq/sdk/compare/v5.5.6...v5.5.7) (2021-10-04)
718

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

packages/react/package.json

Lines changed: 1 addition & 1 deletion
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.7",
5+
"version": "5.5.8",
66
"main": "dist/microlink.js",
77
"module": "dist/microlink.module.js",
88
"jsnext:main": "dist/microlink.module.js",

packages/vanilla/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8](https://github.com/microlinkhq/sdk/compare/v5.5.7...v5.5.8) (2022-03-13)
7+
8+
9+
### Performance Improvements
10+
11+
* prefer mutation instead of Object.assign ([e9e8b42](https://github.com/microlinkhq/sdk/commit/e9e8b42b3f42591f66469226a1c0db0ec1a061c8))
12+
13+
14+
15+
16+
617
## [5.5.7](https://github.com/microlinkhq/sdk/compare/v5.5.6...v5.5.7) (2021-10-04)
718

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

packages/vanilla/package.json

Lines changed: 2 additions & 2 deletions
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.7",
5+
"version": "5.5.8",
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/react": "^5.5.7"
28+
"@microlink/react": "^5.5.8"
2929
},
3030
"devDependencies": {
3131
"@rollup/plugin-commonjs": "latest",

0 commit comments

Comments
 (0)