Skip to content

Commit

Permalink
publish 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JustFly1984 committed Jul 31, 2019
1 parent 794bf23 commit 4f47f5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-google-maps-api-gatsby-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/runtime": "7.5.5",
"@getify/eslint-plugin-proper-arrows": "8.0.1",
"@hot-loader/react-dom": "16.8.6",
"@react-google-maps/api": "1.5.2",
"@react-google-maps/api": "1.5.3",
"@types/googlemaps": "3.37.0",
"@typescript-eslint/eslint-plugin": "1.12.0",
"@typescript-eslint/parser": "1.12.0",
Expand Down
5 changes: 3 additions & 2 deletions packages/react-google-maps-api-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
},
"scripts": {
"start": "start-storybook -p 9001 -c .storybook",
"lint": "npx eslint ./src --fix"
"lint": "npx eslint ./src --fix",
"clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn"
},
"dependencies": {
"@react-google-maps/api": "1.5.2",
"@react-google-maps/api": "1.5.3",
"react": "16.8.6",
"react-dom": "16.8.6",
"webpack": "4.35.3"
Expand Down
2 changes: 2 additions & 0 deletions packages/react-google-maps-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 1.5.3 fix umd build

## 1.5.2 refactor script loading algorithm

## 1.5.1 fix import for distance matrix
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8278,9 +8278,9 @@ fault@^1.0.2:
dependencies:
format "^0.2.2"

"favicons-webpack-plugin@git+https://github.com/Creatiwity/favicons-webpack-plugin.git#0872de414061baaad0a2853c77ae75bc38b8bbbf":
"favicons-webpack-plugin@https://github.com/Creatiwity/favicons-webpack-plugin.git#0872de414061baaad0a2853c77ae75bc38b8bbbf":
version "0.0.9"
resolved "git+https://github.com/Creatiwity/favicons-webpack-plugin.git#0872de414061baaad0a2853c77ae75bc38b8bbbf"
resolved "https://github.com/Creatiwity/favicons-webpack-plugin.git#0872de414061baaad0a2853c77ae75bc38b8bbbf"
dependencies:
core-js "^2.5.7"
favicons "^5.1.1"
Expand Down

0 comments on commit 4f47f5f

Please sign in to comment.