Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# poolbase-app-v1.0.0 (2020-04-22)

### Bug Fixes

* relative paths ([783022b](783022b))
* **hosting:** set region to us for next ([0341223](0341223))
* **store:** import firestore upon init ([de1e10e](de1e10e))
* remove unknown attribute from meta ([c20e534](c20e534))
* tests ([d2ca1ae](d2ca1ae))
* user profile creation ([0bc77ef](0bc77ef))

### Features

* **design-system:** add cra for design system, ([d874b90](d874b90))
* **layout:** grid layout and svg icon support ([90ae037](90ae037))
* **layout:** more buttons in header ([9e65697](9e65697))
* **layout:** move logout and user info to header ([a9b62b2](a9b62b2))
* **login:** add firebase auth w passwd ([fc5d6a9](fc5d6a9))
* **navigation:** logout button svg ([ae12f3d](ae12f3d))
* **page common:** stub page layout ([5cc6555](5cc6555))
* **processing:** add scraping stub with puppeteer ([5e3f2a8](5e3f2a8))
* **processing:** extract data from html, ([ff94f0f](ff94f0f))
* **pwa:** enable basic pwa for app, ([3982029](3982029))
* **theming:** add theme-ui ([d79635f](d79635f))
* add function to create user profile ([4616512](4616512))
* list item in design system ([f8be390](f8be390))
* page scraping, url add form, ([b7c26b2](b7c26b2))
  • Loading branch information
semantic-release-bot committed Apr 22, 2020
1 parent d3363b2 commit 1e3f9ab
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/poolbase-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# poolbase-app-v1.0.0 (2020-04-22)


### Bug Fixes

* relative paths ([783022b](https://github.com/ComposableWeb/poolbase/commit/783022b3f167c3a75bb913812ec8523e5055cf31))
* **hosting:** set region to us for next ([0341223](https://github.com/ComposableWeb/poolbase/commit/0341223ce054c78634cfa1118b00eb0fb1d47b79))
* **store:** import firestore upon init ([de1e10e](https://github.com/ComposableWeb/poolbase/commit/de1e10e7a883a060da7de9d514464897ee2a5ff1))
* remove unknown attribute from meta ([c20e534](https://github.com/ComposableWeb/poolbase/commit/c20e534935f9a4eada0bc5e52d68c5b4e951b756))
* tests ([d2ca1ae](https://github.com/ComposableWeb/poolbase/commit/d2ca1aeaa8ac96691064a59f5c8729fd8d275485))
* user profile creation ([0bc77ef](https://github.com/ComposableWeb/poolbase/commit/0bc77eff81b78a5063c066b4e7cefb3ccb5198cc))


### Features

* **design-system:** add cra for design system, ([d874b90](https://github.com/ComposableWeb/poolbase/commit/d874b90c81ec4e5ad1fdb0af83a56c4f7b3c7096))
* **layout:** grid layout and svg icon support ([90ae037](https://github.com/ComposableWeb/poolbase/commit/90ae0378e31f326423ee184a257919c47b80b6df))
* **layout:** more buttons in header ([9e65697](https://github.com/ComposableWeb/poolbase/commit/9e6569717949ded7505fb4be39879ff05aebcd6d))
* **layout:** move logout and user info to header ([a9b62b2](https://github.com/ComposableWeb/poolbase/commit/a9b62b2efa63fa1e49df54f99619294b4d7b4969))
* **login:** add firebase auth w passwd ([fc5d6a9](https://github.com/ComposableWeb/poolbase/commit/fc5d6a9384269e413fcfe4d37ce13bb895135470))
* **navigation:** logout button svg ([ae12f3d](https://github.com/ComposableWeb/poolbase/commit/ae12f3d44c562f59ad0fe8c2d1ad3c5932dfc9ec))
* **page common:** stub page layout ([5cc6555](https://github.com/ComposableWeb/poolbase/commit/5cc65558e5cf3c52aae6ba2fd5e8e8c8eff55ab5))
* **processing:** add scraping stub with puppeteer ([5e3f2a8](https://github.com/ComposableWeb/poolbase/commit/5e3f2a84addf7ccddba31eb30458853137b65a3c))
* **processing:** extract data from html, ([ff94f0f](https://github.com/ComposableWeb/poolbase/commit/ff94f0f87bcaae33d1a582b5ff60923fecd6c2cd))
* **pwa:** enable basic pwa for app, ([3982029](https://github.com/ComposableWeb/poolbase/commit/398202940516e6893eb0cd584b931748d8db2137))
* **theming:** add theme-ui ([d79635f](https://github.com/ComposableWeb/poolbase/commit/d79635fa23ed1017302d19583e8bc7fe76d35026))
* add function to create user profile ([4616512](https://github.com/ComposableWeb/poolbase/commit/46165123c034386a817f159559cec676ee6f864b))
* list item in design system ([f8be390](https://github.com/ComposableWeb/poolbase/commit/f8be390bbf8e155f05da42ac3146390038171237))
* page scraping, url add form, ([b7c26b2](https://github.com/ComposableWeb/poolbase/commit/b7c26b2cd53dd9391ad67320588048719d745373))

0 comments on commit 1e3f9ab

Please sign in to comment.