-
Notifications
You must be signed in to change notification settings - Fork 32
feat: street view mocks and project structure #167
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #167 +/- ##
==========================================
+ Coverage 43.17% 49.04% +5.87%
==========================================
Files 18 24 +6
Lines 410 522 +112
Branches 2 2
==========================================
+ Hits 177 256 +79
- Misses 233 266 +33
Continue to review full report at Codecov.
|
Thanks!!!! |
BREAKING CHANGE: change to project structure f2c9a96
## [2.0.0](v1.5.1...v2.0.0) (2022-01-04) ### ⚠ BREAKING CHANGES * change to project structure ### Features * street view mocks and project structure ([#167](#167)) ([f2c9a96](f2c9a96)) ### Miscellaneous Chores * **deps-dev:** bump @types/jest from 27.0.3 to 27.4.0 ([#166](#166)) ([a36400a](a36400a)) * **deps-dev:** bump eslint-plugin-jest from 25.3.0 to 25.3.2 ([#164](#164)) ([e8adbf9](e8adbf9)) * **deps-dev:** bump eslint-plugin-jest from 25.3.2 to 25.3.3 ([#165](#165)) ([82adaee](82adaee)) * **deps-dev:** bump eslint-plugin-jest from 25.3.3 to 25.3.4 ([#168](#168)) ([2191cbb](2191cbb)) * **deps-dev:** bump rollup from 2.61.1 to 2.62.0 ([#162](#162)) ([b182544](b182544))
🎉 This PR is included in version 2.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
@eegli I would like to nominate you for https://opensource.google/docs/growing/peer-bonus/, but need an email address. Please send to me at [email protected]. |
@jpoehnelt thank you very much! Sent you a mail. |
This PR mainly proposes a change in the project structure as discussed in #163.
Also:
Quite a big PR. Let me know if something should be adjusted. Cheers!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #163 🦕