Skip to content

Commit

Permalink
v4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 26, 2019
1 parent 03fb267 commit 2d661b8
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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.

## [4.4.6](https://github.com/microlinkhq/sdk/compare/v4.4.5...v4.4.6) (2019-11-26)


### Bug Fixes

* use encodeURIComponent instead of encodeURI ([03fb267](https://github.com/microlinkhq/sdk/commit/03fb2675ab2b6066f83d000f4a8ca3c789b019a7))





## [4.4.5](https://github.com/microlinkhq/sdk/compare/v4.4.4...v4.4.5) (2019-11-25)


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": "4.4.5"
"version": "4.4.6"
}
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.

## [4.4.6](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v4.4.5...v4.4.6) (2019-11-26)


### Bug Fixes

* use encodeURIComponent instead of encodeURI ([03fb267](http://github.com/microlinkhq/sdk/tree/master/packages/react/commit/03fb2675ab2b6066f83d000f4a8ca3c789b019a7))





## [4.4.5](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v4.4.4...v4.4.5) (2019-11-25)


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": "Convert your links into beautiful previews",
"homepage": "https://microlink.io/docs/sdk/integrations/react/",
"version": "4.4.5",
"version": "4.4.6",
"main": "dist/microlink.cjs.js",
"module": "dist/microlink.m.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vanilla/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.

## [4.4.6](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v4.4.5...v4.4.6) (2019-11-26)

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





## [4.4.5](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v4.4.4...v4.4.5) (2019-11-25)

**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": "Convert your links into beautiful previews",
"homepage": "https://microlink.io/docs/sdk/integrations/vanilla/",
"version": "4.4.5",
"version": "4.4.6",
"main": "src/index.js",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"previsualization"
],
"dependencies": {
"@microlink/react": "^4.4.5"
"@microlink/react": "^4.4.6"
},
"devDependencies": {
"husky": "latest",
Expand Down

0 comments on commit 2d661b8

Please sign in to comment.