Skip to content

Commit db37215

Browse files
committed
chore(release): v5.5.17
1 parent 7e004ec commit db37215

File tree

8 files changed

+28
-5
lines changed

8 files changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.17](https://github.com/microlinkhq/sdk/compare/v5.5.16...v5.5.17) (2023-12-10)
7+
8+
### Bug Fixes
9+
10+
* script ([12c45c5](https://github.com/microlinkhq/sdk/commit/12c45c5f31cdb33d99871573466c240cb966284f))
11+
* vanilla build alias ([7e004ec](https://github.com/microlinkhq/sdk/commit/7e004ecaa493c4f667fd54b91c5811f994c5ed18))
12+
613
## [5.5.16](https://github.com/microlinkhq/sdk/compare/v5.5.15...v5.5.16) (2023-12-02)
714

815
### Bug Fixes

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.16"
6+
"version": "5.5.17"
77
}

packages/hover-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.17](https://github.com/microlinkhq/sdk/compare/v5.5.16...v5.5.17) (2023-12-10)
7+
8+
**Note:** Version bump only for package @microlink/hover-react
9+
610
## [5.5.16](https://github.com/microlinkhq/sdk/compare/v5.5.15...v5.5.16) (2023-12-02)
711

812
### Bug Fixes

packages/hover-react/package.json

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

packages/hover-vanilla/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.17](https://github.com/microlinkhq/sdk/compare/v5.5.16...v5.5.17) (2023-12-10)
7+
8+
### Bug Fixes
9+
10+
* vanilla build alias ([7e004ec](https://github.com/microlinkhq/sdk/commit/7e004ecaa493c4f667fd54b91c5811f994c5ed18))
11+
612
## [5.5.16](https://github.com/microlinkhq/sdk/compare/v5.5.15...v5.5.16) (2023-12-02)
713

814
### Bug Fixes

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.16",
5+
"version": "5.5.17",
66
"main": "dist/microlink.cjs",
77
"module": "dist/microlink.mjs",
88
"jsnext:main": "dist/microlink.mjs",
@@ -26,7 +26,7 @@
2626
"vanilla"
2727
],
2828
"dependencies": {
29-
"@microlink/hover-react": "^5.5.16",
29+
"@microlink/hover-react": "^5.5.17",
3030
"localhost-url-regex": "~1.0.4"
3131
},
3232
"devDependencies": {

packages/vanilla/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.17](https://github.com/microlinkhq/sdk/compare/v5.5.16...v5.5.17) (2023-12-10)
7+
8+
### Bug Fixes
9+
10+
* vanilla build alias ([7e004ec](https://github.com/microlinkhq/sdk/commit/7e004ecaa493c4f667fd54b91c5811f994c5ed18))
11+
612
## [5.5.16](https://github.com/microlinkhq/sdk/compare/v5.5.15...v5.5.16) (2023-12-02)
713

814
### Bug Fixes

packages/vanilla/package.json

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

0 commit comments

Comments
 (0)