From 4f47f5f17e9bb035b5ce97569a7fb642fbcf0ba0 Mon Sep 17 00:00:00 2001 From: Alexey Lyakhov Date: Wed, 31 Jul 2019 22:11:55 +0300 Subject: [PATCH] publish 1.5.3 --- packages/react-google-maps-api-gatsby-example/package.json | 2 +- packages/react-google-maps-api-storybook/package.json | 5 +++-- packages/react-google-maps-api/CHANGELOG.md | 2 ++ yarn.lock | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/react-google-maps-api-gatsby-example/package.json b/packages/react-google-maps-api-gatsby-example/package.json index 2718a0e66..a14c463e6 100644 --- a/packages/react-google-maps-api-gatsby-example/package.json +++ b/packages/react-google-maps-api-gatsby-example/package.json @@ -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", diff --git a/packages/react-google-maps-api-storybook/package.json b/packages/react-google-maps-api-storybook/package.json index 3e71e814d..c45210fff 100644 --- a/packages/react-google-maps-api-storybook/package.json +++ b/packages/react-google-maps-api-storybook/package.json @@ -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" diff --git a/packages/react-google-maps-api/CHANGELOG.md b/packages/react-google-maps-api/CHANGELOG.md index 95ab50649..dd5934a21 100644 --- a/packages/react-google-maps-api/CHANGELOG.md +++ b/packages/react-google-maps-api/CHANGELOG.md @@ -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 diff --git a/yarn.lock b/yarn.lock index 1e5189cf8..04dd301c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"