From b848e15235c3d1ee81e0318419baf3a4726ae7dc Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Thu, 17 Dec 2020 02:17:44 +0530 Subject: [PATCH] chore: release v1.5.0 (#58) --- CHANGELOG.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b46f03e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,52 @@ +# 1.5.0 (2020-12-16) + + +### Bug Fixes + +* **shipjs:** add ship.js pkg & npm script ([ac1fca4](https://github.com/geoql/restaurants/commit/ac1fca406ec256f0eaca3ca4b3095a6944b18dfd)) +* bump deps ([fe48e43](https://github.com/geoql/restaurants/commit/fe48e4361e15ed0a0dea36b65ba103d46ca24678)) +* use `@nuxtjs/composition-api` ([7dce9e9](https://github.com/geoql/restaurants/commit/7dce9e91f229ebdb543a620c82c9f78b691e9648)) +* use include instead of files array in tsconfig ([f418c42](https://github.com/geoql/restaurants/commit/f418c420501f13f14a130bb12a8c37e64c28533e)) +* **css:** set `outline: none` for canvas ([6e8bcf7](https://github.com/geoql/restaurants/commit/6e8bcf75640da798460cda9b68c6649ee9005f8d)) +* **deps:** bump @nuxtjs/axios from 5.12.2 to 5.12.3 ([b0e110b](https://github.com/geoql/restaurants/commit/b0e110bc3e35f3a7c7dc1cf6fd9a8a3ff906a9a8)) +* **deps:** bump @nuxtjs/composition-api from 0.15.0 to 0.15.1 ([dda5ec3](https://github.com/geoql/restaurants/commit/dda5ec37b0c8bcf6d5fe8a56f302e39c311a97c4)) +* **deps:** bump @nuxtjs/composition-api from 0.15.1 to 0.16.0 ([0dc3f75](https://github.com/geoql/restaurants/commit/0dc3f7502814a84cd6fc8adc1385846bc835e43b)) +* **deps:** bump @nuxtjs/composition-api from 0.16.0 to 0.16.4 ([43aa50b](https://github.com/geoql/restaurants/commit/43aa50bce799c3f19bd79057d2aa5c51c8c2e468)) +* **deps:** bump @nuxtjs/pwa from 3.2.2 to 3.3.1 ([d14807b](https://github.com/geoql/restaurants/commit/d14807b93c5197fe05acea81bf5fe6c97a43e701)) +* **deps:** bump @nuxtjs/pwa from 3.3.1 to 3.3.2 ([3dd750e](https://github.com/geoql/restaurants/commit/3dd750ec13f238a8d7da52ceb4fac7df456a73ac)) +* **deps:** bump @types/mapbox-gl from 1.12.5 to 1.12.7 ([a221a44](https://github.com/geoql/restaurants/commit/a221a44b3aee4dfb5ae1971fd763286bb00e2cca)) +* **deps:** bump @types/mapbox-gl from 1.12.7 to 1.12.8 ([7dbefb9](https://github.com/geoql/restaurants/commit/7dbefb924c72510e6904883876bd78b9c50ca934)) +* **deps:** bump actions/setup-node from v2.1.2 to v2.1.3 ([a3971b6](https://github.com/geoql/restaurants/commit/a3971b66d70f8201e557aa5a67920ba9d5388005)) +* **deps:** bump core-js from 3.6.5 to 3.7.0 ([52968cb](https://github.com/geoql/restaurants/commit/52968cbbd1acb279cf24a765baef9d4d2e7847d4)) +* **deps:** bump core-js from 3.7.0 to 3.8.0 ([f140942](https://github.com/geoql/restaurants/commit/f140942c5f855a1cbc18511ad9235f95ec51305a)) +* **deps:** bump core-js from 3.8.0 to 3.8.1 ([49d4709](https://github.com/geoql/restaurants/commit/49d470903e5e72e294320a9648193a054d556f69)) +* **deps:** bump mapbox-gl from 1.12.0 to 1.13.0 ([1480ea8](https://github.com/geoql/restaurants/commit/1480ea827c3af4db0fd9a8ce6618718d9b013811)) +* **deps:** bump nuxt from 2.14.10 to 2.14.11 ([c3e8514](https://github.com/geoql/restaurants/commit/c3e851493843b8c8fb206ce972bc7575d416b4fb)) +* **deps:** bump nuxt from 2.14.7 to 2.14.8 ([9766103](https://github.com/geoql/restaurants/commit/97661038cb02aad6e0a65cd4d4166f4f95e01874)) +* **deps:** bump nuxt from 2.14.8 to 2.14.9 ([4a97fe2](https://github.com/geoql/restaurants/commit/4a97fe212585b9c9e854992bbf03ced5547e8d05)) +* bump deps ([ba20597](https://github.com/geoql/restaurants/commit/ba20597de6729f43b569bb35e23c9db652cd7551)) +* bump deps ([72cc43c](https://github.com/geoql/restaurants/commit/72cc43c133294f3d97252e75209120508fa908e7)) +* minor housekeeping ([ad9fc5a](https://github.com/geoql/restaurants/commit/ad9fc5a7933d9a4b905444f0738e3f1cd99cf1d4)) +* remove tests ([54b6ee3](https://github.com/geoql/restaurants/commit/54b6ee3c198f5afc128390f23973ab3b7c6f8854)) +* update icon ([941c3af](https://github.com/geoql/restaurants/commit/941c3afc45403cda0033af72e34eff65e818995f)) +* use svg for marker ([3633df1](https://github.com/geoql/restaurants/commit/3633df128b8dac5621d2383f8c63446c07182520)) + + +### Features + +* abstract map to `` ([17d9bcd](https://github.com/geoql/restaurants/commit/17d9bcd4fc5be0064bb594a404f155a82306b7cb)) +* add `deploys by netlify` badge ([0bdfdc6](https://github.com/geoql/restaurants/commit/0bdfdc60db8c4ca41c1c5de1812acd08731df188)) +* add ability to toggle basemaps ([c84a930](https://github.com/geoql/restaurants/commit/c84a930eb39c7269aaede2716ea46593029523f7)) +* add apollo & fetch restaurants TS ([7aee372](https://github.com/geoql/restaurants/commit/7aee37278c789cc2282ead72f2333db454687504)) +* add draw & update favicons ([0b07cce](https://github.com/geoql/restaurants/commit/0b07cce30f35c3a4c053f9fb6bfc34a7474f838d)) +* add GitHub & Twitter icons in footer ([bf6a4a0](https://github.com/geoql/restaurants/commit/bf6a4a088f99b47e616551680a40cbbd6a7c3cb7)) +* add missing types ([7ab519f](https://github.com/geoql/restaurants/commit/7ab519f123a202bdaa9962fe82c37c5288ad5212)) +* enable workflow for ship.js ([19f03e8](https://github.com/geoql/restaurants/commit/19f03e861bbfefa949ae3cffb1ac0387c1a020f6)) +* increase bounds ([98ad7bb](https://github.com/geoql/restaurants/commit/98ad7bb6e49cf2d4ba1a59c51984790003d42a82)) +* refactor index page ([e7ed1d8](https://github.com/geoql/restaurants/commit/e7ed1d8ada3b684fee844cb521eb46079adb2460)) +* **docs:** add netlify badge ([7cb84e5](https://github.com/geoql/restaurants/commit/7cb84e55e959172a612950a5b08e0cf61380890b)) +* update PWA settings ([198a2eb](https://github.com/geoql/restaurants/commit/198a2eb891f91d991c1bcabf26ebdf24b3775797)) +* **header:** add `border-b` to header ([f1916ce](https://github.com/geoql/restaurants/commit/f1916cee447579518904065f964dd0b54e0112f2)) + + + diff --git a/package-lock.json b/package-lock.json index 9571f9b..9bdbc81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hasura-gql-mapbox", - "version": "1.0.0", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c278516..356f371 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hasura-gql-mapbox", "description": "Hasura GraphQL + Nuxt & Mapbox", - "version": "1.0.0", + "version": "1.5.0", "private": true, "scripts": { "dev": "nuxt-ts",