Skip to content

Commit

Permalink
v4.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 1, 2019
1 parent 3b31ed5 commit 1c51551
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.7](https://github.com/microlinkhq/sdk/compare/v4.4.6...v4.4.7) (2019-12-01)


### Bug Fixes

* optimize gif properly ([3b31ed5](https://github.com/microlinkhq/sdk/commit/3b31ed5a9a699f3b2964bc8f66b9032db7c237a2))





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


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.6"
"version": "4.4.7"
}
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.7](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v4.4.6...v4.4.7) (2019-12-01)


### Bug Fixes

* optimize gif properly ([3b31ed5](http://github.com/microlinkhq/sdk/tree/master/packages/react/commit/3b31ed5a9a699f3b2964bc8f66b9032db7c237a2))





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


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.6",
"version": "4.4.7",
"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.7](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v4.4.6...v4.4.7) (2019-12-01)

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





## [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
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.6",
"version": "4.4.7",
"main": "src/index.js",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"previsualization"
],
"dependencies": {
"@microlink/react": "^4.4.6"
"@microlink/react": "^4.4.7"
},
"devDependencies": {
"husky": "latest",
Expand Down

0 comments on commit 1c51551

Please sign in to comment.