Skip to content

Commit

Permalink
chore(release): v5.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 13, 2022
1 parent 431f291 commit f880dc8
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.8](https://github.com/microlinkhq/sdk/compare/v5.5.7...v5.5.8) (2022-03-13)


### Bug Fixes

* avoid to pass apikey ([#277](https://github.com/microlinkhq/sdk/issues/277)) ([747243f](https://github.com/microlinkhq/sdk/commit/747243f7711b8a7f84d7ea22743bddd04b14b582))
* duplicate line ([431f291](https://github.com/microlinkhq/sdk/commit/431f291385248e72c163d6e89a6a60fdb1b49bb2))


### Performance Improvements

* prefer mutation instead of Object.assign ([e9e8b42](https://github.com/microlinkhq/sdk/commit/e9e8b42b3f42591f66469226a1c0db0ec1a061c8))





## [5.5.7](https://github.com/microlinkhq/sdk/compare/v5.5.6...v5.5.7) (2021-10-04)

**Note:** Version bump only for package @microlink/root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "5.5.7"
"version": "5.5.8"
}
8 changes: 8 additions & 0 deletions packages/hover-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.8](https://github.com/microlinkhq/sdk/compare/v5.5.7...v5.5.8) (2022-03-13)

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





## [5.5.7](https://github.com/microlinkhq/sdk/compare/v5.5.6...v5.5.7) (2021-10-04)

**Note:** Version bump only for package @microlink/hover-react
Expand Down
4 changes: 2 additions & 2 deletions packages/hover-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microlink/hover-react",
"description": "Turn links into beautiful previews.",
"homepage": "https://microlink.io/sdk",
"version": "5.5.7",
"version": "5.5.8",
"main": "dist/microlink.js",
"module": "dist/microlink.module.js",
"jsnext:main": "dist/microlink.module.js",
Expand All @@ -25,7 +25,7 @@
"react"
],
"dependencies": {
"@microlink/react": "^5.5.7"
"@microlink/react": "^5.5.8"
},
"devDependencies": {
"@babel/core": "latest",
Expand Down
16 changes: 16 additions & 0 deletions packages/hover-vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.8](https://github.com/microlinkhq/sdk/compare/v5.5.7...v5.5.8) (2022-03-13)


### Bug Fixes

* duplicate line ([431f291](https://github.com/microlinkhq/sdk/commit/431f291385248e72c163d6e89a6a60fdb1b49bb2))


### Performance Improvements

* prefer mutation instead of Object.assign ([e9e8b42](https://github.com/microlinkhq/sdk/commit/e9e8b42b3f42591f66469226a1c0db0ec1a061c8))





## [5.5.7](https://github.com/microlinkhq/sdk/compare/v5.5.6...v5.5.7) (2021-10-04)

**Note:** Version bump only for package @microlink/hover-vanilla
Expand Down
4 changes: 2 additions & 2 deletions packages/hover-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microlink/hover-vanilla",
"description": "Turn links into beautiful previews.",
"homepage": "https://microlink.io/sdk",
"version": "5.5.7",
"version": "5.5.8",
"main": "dist/microlink.js",
"module": "dist/microlink.module.js",
"jsnext:main": "dist/microlink.module.js",
Expand All @@ -26,7 +26,7 @@
"vanilla"
],
"dependencies": {
"@microlink/hover-react": "^5.5.7",
"@microlink/hover-react": "^5.5.8",
"is-localhost-url": "~1.0.3"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.8](https://github.com/microlinkhq/sdk/compare/v5.5.7...v5.5.8) (2022-03-13)


### Bug Fixes

* avoid to pass apikey ([#277](https://github.com/microlinkhq/sdk/issues/277)) ([747243f](https://github.com/microlinkhq/sdk/commit/747243f7711b8a7f84d7ea22743bddd04b14b582))





## [5.5.7](https://github.com/microlinkhq/sdk/compare/v5.5.6...v5.5.7) (2021-10-04)

**Note:** Version bump only for package @microlink/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microlink/react",
"description": "Turn links into beautiful previews.",
"homepage": "https://microlink.io/sdk",
"version": "5.5.7",
"version": "5.5.8",
"main": "dist/microlink.js",
"module": "dist/microlink.module.js",
"jsnext:main": "dist/microlink.module.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.8](https://github.com/microlinkhq/sdk/compare/v5.5.7...v5.5.8) (2022-03-13)


### Performance Improvements

* prefer mutation instead of Object.assign ([e9e8b42](https://github.com/microlinkhq/sdk/commit/e9e8b42b3f42591f66469226a1c0db0ec1a061c8))





## [5.5.7](https://github.com/microlinkhq/sdk/compare/v5.5.6...v5.5.7) (2021-10-04)

**Note:** Version bump only for package @microlink/vanilla
Expand Down
4 changes: 2 additions & 2 deletions packages/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microlink/vanilla",
"description": "Turn links into beautiful previews.",
"homepage": "https://microlink.io/sdk",
"version": "5.5.7",
"version": "5.5.8",
"main": "dist/microlink.js",
"module": "dist/microlink.module.js",
"jsnext:main": "dist/microlink.module.js",
Expand All @@ -25,7 +25,7 @@
"vanilla"
],
"dependencies": {
"@microlink/react": "^5.5.7"
"@microlink/react": "^5.5.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "latest",
Expand Down

4 comments on commit f880dc8

@vercel
Copy link

@vercel vercel bot commented on f880dc8 Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sdk-react – ./

sdk-react.vercel.app
sdk-react-microlink.vercel.app
sdk-react-git-master-microlink.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f880dc8 Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sdk-hover-react – ./packages/hover-react

sdk-hover-react-microlink.vercel.app
sdk-hover-react.vercel.app
sdk-hover-react-git-master-microlink.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f880dc8 Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sdk-vanilla – ./packages/vanilla

sdk-vanilla-microlink.vercel.app
sdk-vanilla-git-master-microlink.vercel.app
sdk-vanilla.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f880dc8 Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sdk-hover-vanilla – ./packages/hover-vanilla

sdk-hover-vanilla-microlink.vercel.app
sdk-hover-vanilla.vercel.app
sdk-hover-vanilla-git-master-microlink.vercel.app

Please sign in to comment.