Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: include src for sourcemaps #817

Merged
merged 1 commit into from
May 25, 2022
Merged

fix: include src for sourcemaps #817

merged 1 commit into from
May 25, 2022

Conversation

jpoehnelt
Copy link
Contributor

@jpoehnelt jpoehnelt commented May 25, 2022

closes #767

@jpoehnelt jpoehnelt merged commit 56f9ed3 into master May 25, 2022
@jpoehnelt jpoehnelt deleted the fix/files-src branch May 25, 2022 18:35
googlemaps-bot added a commit that referenced this pull request May 25, 2022
### [3.3.14](v3.3.13...v3.3.14) (2022-05-25)

### Bug Fixes

* error response type ([#818](#818)) ([be8e291](be8e291))
* include src for sourcemaps ([#817](#817)) ([56f9ed3](56f9ed3))

### Documentation

* fix badges ([abeba45](abeba45))

### Miscellaneous Chores

* add --approve ([7bd96d1](7bd96d1))
* Created local '.github/workflows/dependabot.yml' from remote '.github/workflows/dependabot.yml' ([#809](#809)) ([bfe9c99](bfe9c99))
* fix approval by providing url to pr ([6303890](6303890))
* fix typo in check name ([#808](#808)) ([51731aa](51731aa))
* only approve ([ba74bac](ba74bac))
* simplify dependabot workflow ([9407bc2](9407bc2))
* Synced file(s) with googlemaps/.github ([#802](#802)) ([be73d5b](be73d5b))
* Synced local '.github/sync-repo-settings.yaml' with remote '.github/sync-repo-settings.yaml' ([#803](#803)) ([af836fa](af836fa))
* Synced local '.github/workflows/dependabot.yml' with remote '.github/workflows/dependabot.yml' ([#810](#810)) ([8e1bf94](8e1bf94))
* update owners ([#816](#816)) ([b7dbe63](b7dbe63))
* update pull request approval comment ([2493a2b](2493a2b))

### Build System

* **deps-dev:** bump @types/node from 17.0.25 to 17.0.27 ([#797](#797)) ([d211088](d211088))
* **deps-dev:** bump @types/node from 17.0.27 to 17.0.31 ([#799](#799)) ([da65be1](da65be1))
* **deps-dev:** bump @types/node from 17.0.31 to 17.0.35 ([#814](#814)) ([11076d9](11076d9))
* **deps-dev:** bump typescript from 4.6.3 to 4.6.4 ([#801](#801)) ([8922b88](8922b88)), closes [#48463](https://github.com/googlemaps/google-maps-services-js/issues/48463) [#48477](https://github.com/googlemaps/google-maps-services-js/issues/48477)
* **deps:** bump @googlemaps/url-signature from 1.0.20 to 1.0.21 ([#798](#798)) ([e46804a](e46804a))
* **deps:** bump axios from 0.26.1 to 0.27.0 ([#796](#796)) ([fddb899](fddb899))
* **deps:** bump axios from 0.27.0 to 0.27.2 ([#800](#800)) ([9e6a3b5](9e6a3b5)), closes [#3785](https://github.com/googlemaps/google-maps-services-js/issues/3785) [#4640](https://github.com/googlemaps/google-maps-services-js/issues/4640) [#4639](https://github.com/googlemaps/google-maps-services-js/issues/4639) [#4594](https://github.com/googlemaps/google-maps-services-js/issues/4594) [#4615](https://github.com/googlemaps/google-maps-services-js/issues/4615) [#3785](https://github.com/googlemaps/google-maps-services-js/issues/3785) [#4640](https://github.com/googlemaps/google-maps-services-js/issues/4640) [#4639](https://github.com/googlemaps/google-maps-services-js/issues/4639) [#4594](https://github.com/googlemaps/google-maps-services-js/issues/4594) [#4615](https://github.com/googlemaps/google-maps-services-js/issues/4615) [#4633](https://github.com/googlemaps/google-maps-services-js/issues/4633) [#4639](https://github.com/googlemaps/google-maps-services-js/issues/4639) [#3785](https://github.com/googlemaps/google-maps-services-js/issues/3785) [#4640](https://github.com/googlemaps/google-maps-services-js/issues/4640)
* fix workflow ([167044f](167044f))
* update required checks ([#807](#807)) ([263fd4f](263fd4f))
* update workflow and standardize check name ([20c94a0](20c94a0))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 3.3.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jpoehnelt jpoehnelt removed their assignment Jun 22, 2022
BaljeetSinghaw added a commit to BaljeetSinghaw/services-js that referenced this pull request Nov 11, 2022
### [3.3.14](googlemaps/google-maps-services-js@v3.3.13...v3.3.14) (2022-05-25)

### Bug Fixes

* error response type ([#818](googlemaps/google-maps-services-js#818)) ([c43b39f](googlemaps/google-maps-services-js@c43b39f))
* include src for sourcemaps ([#817](googlemaps/google-maps-services-js#817)) ([4cfe76f](googlemaps/google-maps-services-js@4cfe76f))

### Documentation

* fix badges ([1ce4fd4](googlemaps/google-maps-services-js@1ce4fd4))

### Miscellaneous Chores

* add --approve ([ea95537](googlemaps/google-maps-services-js@ea95537))
* Created local '.github/workflows/dependabot.yml' from remote '.github/workflows/dependabot.yml' ([#809](googlemaps/google-maps-services-js#809)) ([d562cce](googlemaps/google-maps-services-js@d562cce))
* fix approval by providing url to pr ([63359a4](googlemaps/google-maps-services-js@63359a4))
* fix typo in check name ([#808](googlemaps/google-maps-services-js#808)) ([1919fa3](googlemaps/google-maps-services-js@1919fa3))
* only approve ([c91c37c](googlemaps/google-maps-services-js@c91c37c))
* simplify dependabot workflow ([2d42035](googlemaps/google-maps-services-js@2d42035))
* Synced file(s) with googlemaps/.github ([#802](googlemaps/google-maps-services-js#802)) ([8e144ab](googlemaps/google-maps-services-js@8e144ab))
* Synced local '.github/sync-repo-settings.yaml' with remote '.github/sync-repo-settings.yaml' ([#803](googlemaps/google-maps-services-js#803)) ([4954297](googlemaps/google-maps-services-js@4954297))
* Synced local '.github/workflows/dependabot.yml' with remote '.github/workflows/dependabot.yml' ([#810](googlemaps/google-maps-services-js#810)) ([7f10c24](googlemaps/google-maps-services-js@7f10c24))
* update owners ([#816](googlemaps/google-maps-services-js#816)) ([ee6d77f](googlemaps/google-maps-services-js@ee6d77f))
* update pull request approval comment ([a51cf39](googlemaps/google-maps-services-js@a51cf39))

### Build System

* **deps-dev:** bump @types/node from 17.0.25 to 17.0.27 ([#797](googlemaps/google-maps-services-js#797)) ([af3a09c](googlemaps/google-maps-services-js@af3a09c))
* **deps-dev:** bump @types/node from 17.0.27 to 17.0.31 ([#799](googlemaps/google-maps-services-js#799)) ([88cace9](googlemaps/google-maps-services-js@88cace9))
* **deps-dev:** bump @types/node from 17.0.31 to 17.0.35 ([#814](googlemaps/google-maps-services-js#814)) ([9ae54d4](googlemaps/google-maps-services-js@9ae54d4))
* **deps-dev:** bump typescript from 4.6.3 to 4.6.4 ([#801](googlemaps/google-maps-services-js#801)) ([c1b434b](googlemaps/google-maps-services-js@c1b434b)), closes [#48463](https://github.com/googlemaps/google-maps-services-js/issues/48463) [#48477](https://github.com/googlemaps/google-maps-services-js/issues/48477)
* **deps:** bump @googlemaps/url-signature from 1.0.20 to 1.0.21 ([#798](googlemaps/google-maps-services-js#798)) ([f20689b](googlemaps/google-maps-services-js@f20689b))
* **deps:** bump axios from 0.26.1 to 0.27.0 ([#796](googlemaps/google-maps-services-js#796)) ([72d1300](googlemaps/google-maps-services-js@72d1300))
* **deps:** bump axios from 0.27.0 to 0.27.2 ([#800](googlemaps/google-maps-services-js#800)) ([713307f](googlemaps/google-maps-services-js@713307f)), closes [#3785](https://github.com/googlemaps/google-maps-services-js/issues/3785) [#4640](https://github.com/googlemaps/google-maps-services-js/issues/4640) [#4639](https://github.com/googlemaps/google-maps-services-js/issues/4639) [#4594](https://github.com/googlemaps/google-maps-services-js/issues/4594) [#4615](https://github.com/googlemaps/google-maps-services-js/issues/4615) [#3785](https://github.com/googlemaps/google-maps-services-js/issues/3785) [#4640](https://github.com/googlemaps/google-maps-services-js/issues/4640) [#4639](https://github.com/googlemaps/google-maps-services-js/issues/4639) [#4594](https://github.com/googlemaps/google-maps-services-js/issues/4594) [#4615](https://github.com/googlemaps/google-maps-services-js/issues/4615) [#4633](https://github.com/googlemaps/google-maps-services-js/issues/4633) [#4639](https://github.com/googlemaps/google-maps-services-js/issues/4639) [#3785](https://github.com/googlemaps/google-maps-services-js/issues/3785) [#4640](https://github.com/googlemaps/google-maps-services-js/issues/4640)
* fix workflow ([29c6f80](googlemaps/google-maps-services-js@29c6f80))
* update required checks ([#807](googlemaps/google-maps-services-js#807)) ([7aae24b](googlemaps/google-maps-services-js@7aae24b))
* update workflow and standardize check name ([6cff342](googlemaps/google-maps-services-js@6cff342))
Smile4192 added a commit to Smile4192/google-maps-service-js that referenced this pull request Mar 7, 2023
### [3.3.14](googlemaps/google-maps-services-js@v3.3.13...v3.3.14) (2022-05-25)

### Bug Fixes

* error response type ([#818](googlemaps/google-maps-services-js#818)) ([be8e291](googlemaps/google-maps-services-js@be8e291))
* include src for sourcemaps ([#817](googlemaps/google-maps-services-js#817)) ([56f9ed3](googlemaps/google-maps-services-js@56f9ed3))

### Documentation

* fix badges ([abeba45](googlemaps/google-maps-services-js@abeba45))

### Miscellaneous Chores

* add --approve ([7bd96d1](googlemaps/google-maps-services-js@7bd96d1))
* Created local '.github/workflows/dependabot.yml' from remote '.github/workflows/dependabot.yml' ([#809](googlemaps/google-maps-services-js#809)) ([bfe9c99](googlemaps/google-maps-services-js@bfe9c99))
* fix approval by providing url to pr ([6303890](googlemaps/google-maps-services-js@6303890))
* fix typo in check name ([#808](googlemaps/google-maps-services-js#808)) ([51731aa](googlemaps/google-maps-services-js@51731aa))
* only approve ([ba74bac](googlemaps/google-maps-services-js@ba74bac))
* simplify dependabot workflow ([9407bc2](googlemaps/google-maps-services-js@9407bc2))
* Synced file(s) with googlemaps/.github ([#802](googlemaps/google-maps-services-js#802)) ([be73d5b](googlemaps/google-maps-services-js@be73d5b))
* Synced local '.github/sync-repo-settings.yaml' with remote '.github/sync-repo-settings.yaml' ([#803](googlemaps/google-maps-services-js#803)) ([af836fa](googlemaps/google-maps-services-js@af836fa))
* Synced local '.github/workflows/dependabot.yml' with remote '.github/workflows/dependabot.yml' ([#810](googlemaps/google-maps-services-js#810)) ([8e1bf94](googlemaps/google-maps-services-js@8e1bf94))
* update owners ([#816](googlemaps/google-maps-services-js#816)) ([b7dbe63](googlemaps/google-maps-services-js@b7dbe63))
* update pull request approval comment ([2493a2b](googlemaps/google-maps-services-js@2493a2b))

### Build System

* **deps-dev:** bump @types/node from 17.0.25 to 17.0.27 ([#797](googlemaps/google-maps-services-js#797)) ([d211088](googlemaps/google-maps-services-js@d211088))
* **deps-dev:** bump @types/node from 17.0.27 to 17.0.31 ([#799](googlemaps/google-maps-services-js#799)) ([da65be1](googlemaps/google-maps-services-js@da65be1))
* **deps-dev:** bump @types/node from 17.0.31 to 17.0.35 ([#814](googlemaps/google-maps-services-js#814)) ([11076d9](googlemaps/google-maps-services-js@11076d9))
* **deps-dev:** bump typescript from 4.6.3 to 4.6.4 ([#801](googlemaps/google-maps-services-js#801)) ([8922b88](googlemaps/google-maps-services-js@8922b88)), closes [#48463](https://github.com/googlemaps/google-maps-services-js/issues/48463) [#48477](https://github.com/googlemaps/google-maps-services-js/issues/48477)
* **deps:** bump @googlemaps/url-signature from 1.0.20 to 1.0.21 ([#798](googlemaps/google-maps-services-js#798)) ([e46804a](googlemaps/google-maps-services-js@e46804a))
* **deps:** bump axios from 0.26.1 to 0.27.0 ([#796](googlemaps/google-maps-services-js#796)) ([fddb899](googlemaps/google-maps-services-js@fddb899))
* **deps:** bump axios from 0.27.0 to 0.27.2 ([#800](googlemaps/google-maps-services-js#800)) ([9e6a3b5](googlemaps/google-maps-services-js@9e6a3b5)), closes [#3785](https://github.com/googlemaps/google-maps-services-js/issues/3785) [#4640](https://github.com/googlemaps/google-maps-services-js/issues/4640) [#4639](https://github.com/googlemaps/google-maps-services-js/issues/4639) [#4594](https://github.com/googlemaps/google-maps-services-js/issues/4594) [#4615](https://github.com/googlemaps/google-maps-services-js/issues/4615) [#3785](https://github.com/googlemaps/google-maps-services-js/issues/3785) [#4640](https://github.com/googlemaps/google-maps-services-js/issues/4640) [#4639](https://github.com/googlemaps/google-maps-services-js/issues/4639) [#4594](https://github.com/googlemaps/google-maps-services-js/issues/4594) [#4615](https://github.com/googlemaps/google-maps-services-js/issues/4615) [#4633](https://github.com/googlemaps/google-maps-services-js/issues/4633) [#4639](https://github.com/googlemaps/google-maps-services-js/issues/4639) [#3785](https://github.com/googlemaps/google-maps-services-js/issues/3785) [#4640](https://github.com/googlemaps/google-maps-services-js/issues/4640)
* fix workflow ([167044f](googlemaps/google-maps-services-js@167044f))
* update required checks ([#807](googlemaps/google-maps-services-js#807)) ([263fd4f](googlemaps/google-maps-services-js@263fd4f))
* update workflow and standardize check name ([20c94a0](googlemaps/google-maps-services-js@20c94a0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors related to source map with Webpack 5
2 participants