Skip to content

Commit 3912735

Browse files
committed
chore(release): v5.5.18
1 parent 0674993 commit 3912735

File tree

10 files changed

+30
-10
lines changed

10 files changed

+30
-10
lines changed

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.18](https://github.com/microlinkhq/sdk/compare/v5.5.17...v5.5.18) (2024-01-09)
7+
8+
**Note:** Version bump only for package @microlink/root
9+
610
## [5.5.17](https://github.com/microlinkhq/sdk/compare/v5.5.16...v5.5.17) (2023-12-10)
711

812
### 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.17"
6+
"version": "5.5.18"
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.18](https://github.com/microlinkhq/sdk/compare/v5.5.17...v5.5.18) (2024-01-09)
7+
8+
**Note:** Version bump only for package @microlink/hover-react
9+
610
## [5.5.17](https://github.com/microlinkhq/sdk/compare/v5.5.16...v5.5.17) (2023-12-10)
711

812
**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.17",
5+
"version": "5.5.18",
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.16"
28+
"@microlink/react": "^5.5.18"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "latest",

packages/hover-vanilla/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.18](https://github.com/microlinkhq/sdk/compare/v5.5.17...v5.5.18) (2024-01-09)
7+
8+
**Note:** Version bump only for package @microlink/hover-vanilla
9+
610
## [5.5.17](https://github.com/microlinkhq/sdk/compare/v5.5.16...v5.5.17) (2023-12-10)
711

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

packages/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.18](https://github.com/microlinkhq/sdk/compare/v5.5.17...v5.5.18) (2024-01-09)
7+
8+
**Note:** Version bump only for package @microlink/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/react/package.json

Lines changed: 3 additions & 3 deletions
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.16",
5+
"version": "5.5.18",
66
"main": "dist/microlink.cjs",
77
"module": "dist/microlink.mjs",
88
"jsnext:main": "dist/microlink.mjs",
@@ -53,7 +53,6 @@
5353
"ava": "latest",
5454
"babel-plugin-transform-react-pure-class-to-function": "latest",
5555
"babel-plugin-transform-react-remove-prop-types": "latest",
56-
"tinyspawn": "latest",
5756
"lodash": "latest",
5857
"prop-types": "latest",
5958
"react": "18",
@@ -62,7 +61,8 @@
6261
"rollup-plugin-filesize": "latest",
6362
"rollup-plugin-visualizer": "latest",
6463
"storybook": "7",
65-
"styled-components": "latest"
64+
"styled-components": "latest",
65+
"tinyspawn": "latest"
6666
},
6767
"engines": {
6868
"node": ">= 10"

packages/vanilla/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.18](https://github.com/microlinkhq/sdk/compare/v5.5.17...v5.5.18) (2024-01-09)
7+
8+
**Note:** Version bump only for package @microlink/vanilla
9+
610
## [5.5.17](https://github.com/microlinkhq/sdk/compare/v5.5.16...v5.5.17) (2023-12-10)
711

812
### Bug Fixes

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.17",
5+
"version": "5.5.18",
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.16"
28+
"@microlink/react": "^5.5.18"
2929
},
3030
"devDependencies": {
3131
"@rollup/plugin-commonjs": "latest",

0 commit comments

Comments
 (0)