Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 23, 2018
1 parent b9a716e commit 1a1618c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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": "2.3.0"
"version": "3.0.0"
}
8 changes: 4 additions & 4 deletions 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.js.org",
"version": "2.3.0",
"version": "3.0.0",
"main": "lib/index.js",
"module": "lib/index.m.js",
"repository": {
Expand Down Expand Up @@ -61,9 +61,6 @@
"styled-components": "^4",
"unfetch": "latest"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"engines": {
"node": ">= 8"
},
Expand Down Expand Up @@ -96,6 +93,9 @@
"react": ">= 16 < 17",
"styled-components": "4"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"size-limit": [
{
"path": [
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.js.org",
"version": "2.3.0",
"version": "3.0.0",
"main": "src/index.js",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"previsualization"
],
"dependencies": {
"@microlink/react": "^2.3.0",
"@microlink/react": "^3.0.0",
"styled-components": "^4"
},
"devDependencies": {
Expand Down

0 comments on commit 1a1618c

Please sign in to comment.