Skip to content

Commit 2f8f81d

Browse files
committed
chore(release): v5.5.16
1 parent eb4873a commit 2f8f81d

File tree

10 files changed

+40
-8
lines changed

10 files changed

+40
-8
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.16](https://github.com/microlinkhq/sdk/compare/v5.5.15...v5.5.16) (2023-12-02)
7+
8+
### Bug Fixes
9+
10+
* linter warnings related with transient props ([#330](https://github.com/microlinkhq/sdk/issues/330)) ([cebb363](https://github.com/microlinkhq/sdk/commit/cebb363a31c699d85a78b0dff55b5694465fed43))
11+
* replace __VERSION__ ([#300](https://github.com/microlinkhq/sdk/issues/300)) ([c2789a4](https://github.com/microlinkhq/sdk/commit/c2789a47f8a4c3bf5c793de53f9a5a5aa2fccba5))
12+
613
## [5.5.15](https://github.com/microlinkhq/sdk/compare/v5.5.14...v5.5.15) (2023-03-29)
714

815
**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.15"
6+
"version": "5.5.16"
77
}

packages/hover-react/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.16](https://github.com/microlinkhq/sdk/compare/v5.5.15...v5.5.16) (2023-12-02)
7+
8+
### Bug Fixes
9+
10+
* replace __VERSION__ ([#300](https://github.com/microlinkhq/sdk/issues/300)) ([c2789a4](https://github.com/microlinkhq/sdk/commit/c2789a47f8a4c3bf5c793de53f9a5a5aa2fccba5))
11+
612
## [5.5.15](https://github.com/microlinkhq/sdk/compare/v5.5.14...v5.5.15) (2023-03-29)
713

814
**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.15",
5+
"version": "5.5.16",
66
"main": "dist/microlink.cjs",
77
"module": "dist/microlink.mjs",
88
"jsnext:main": "dist/microlink.mjs",
@@ -25,7 +25,7 @@
2525
"react"
2626
],
2727
"dependencies": {
28-
"@microlink/react": "^5.5.15"
28+
"@microlink/react": "^5.5.16"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "latest",

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.16](https://github.com/microlinkhq/sdk/compare/v5.5.15...v5.5.16) (2023-12-02)
7+
8+
### Bug Fixes
9+
10+
* replace __VERSION__ ([#300](https://github.com/microlinkhq/sdk/issues/300)) ([c2789a4](https://github.com/microlinkhq/sdk/commit/c2789a47f8a4c3bf5c793de53f9a5a5aa2fccba5))
11+
612
## [5.5.15](https://github.com/microlinkhq/sdk/compare/v5.5.14...v5.5.15) (2023-03-29)
713

814
**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.15",
5+
"version": "5.5.16",
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.15",
29+
"@microlink/hover-react": "^5.5.16",
3030
"localhost-url-regex": "~1.0.4"
3131
},
3232
"devDependencies": {

packages/react/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.16](https://github.com/microlinkhq/sdk/compare/v5.5.15...v5.5.16) (2023-12-02)
7+
8+
### Bug Fixes
9+
10+
* linter warnings related with transient props ([#330](https://github.com/microlinkhq/sdk/issues/330)) ([cebb363](https://github.com/microlinkhq/sdk/commit/cebb363a31c699d85a78b0dff55b5694465fed43))
11+
* replace __VERSION__ ([#300](https://github.com/microlinkhq/sdk/issues/300)) ([c2789a4](https://github.com/microlinkhq/sdk/commit/c2789a47f8a4c3bf5c793de53f9a5a5aa2fccba5))
12+
613
## [5.5.15](https://github.com/microlinkhq/sdk/compare/v5.5.14...v5.5.15) (2023-03-29)
714

815
**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.15",
5+
"version": "5.5.16",
66
"main": "dist/microlink.cjs",
77
"module": "dist/microlink.mjs",
88
"jsnext:main": "dist/microlink.mjs",

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.16](https://github.com/microlinkhq/sdk/compare/v5.5.15...v5.5.16) (2023-12-02)
7+
8+
### Bug Fixes
9+
10+
* replace __VERSION__ ([#300](https://github.com/microlinkhq/sdk/issues/300)) ([c2789a4](https://github.com/microlinkhq/sdk/commit/c2789a47f8a4c3bf5c793de53f9a5a5aa2fccba5))
11+
612
## [5.5.15](https://github.com/microlinkhq/sdk/compare/v5.5.14...v5.5.15) (2023-03-29)
713

814
**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.15",
5+
"version": "5.5.16",
66
"main": "dist/microlink.cjs",
77
"module": "dist/microlink.mjs",
88
"jsnext:main": "dist/microlink.mjs",
@@ -25,7 +25,7 @@
2525
"vanilla"
2626
],
2727
"dependencies": {
28-
"@microlink/react": "^5.5.15"
28+
"@microlink/react": "^5.5.16"
2929
},
3030
"devDependencies": {
3131
"@rollup/plugin-commonjs": "latest",

0 commit comments

Comments
 (0)