Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-beta.1 (2021-04-03)

### Bug Fixes

* bump minor version for ci testing ([320f712](SimonGolms@320f712))
* **chapter:** use medium thumbnail on card ([a8f8d67](SimonGolms@a8f8d67))
* **chapter-footer:** use light theme ([3d9565d](SimonGolms@3d9565d))
* **headers:** harmonize page headers ([b520bbb](SimonGolms@b520bbb))
* **i18n:** add new content ([4bd158b](SimonGolms@4bd158b))
* **i18n:** disable debug of i18next ([cafdcac](SimonGolms@cafdcac))
* **i18n:** fix translation assignment ([3c87384](SimonGolms@3c87384))
* **i18n:** missing translation on search ([be00070](SimonGolms@be00070))
* **i18n:** remove typo in prefix ([e066b95](SimonGolms@e066b95))
* **i18n:** use explicit supported language ([4920339](SimonGolms@4920339))
* **images:** write the processed images to the console ([2086b7a](SimonGolms@2086b7a))
* **ios:** show cards in a line ([ecce884](SimonGolms@ecce884))
* **ios:** show condense header in primary color ([c56039d](SimonGolms@c56039d))
* **menu:** fix offset of menu to the status-bar ([7b53ffb](SimonGolms@7b53ffb))
* **menu:** support safe-area at the bottom ([bda4d99](SimonGolms@bda4d99))
* **routes:** remove `page/` from menu url ([2c7dee4](SimonGolms@2c7dee4))
* **settings:** show current version ([8dcf2b5](SimonGolms@8dcf2b5))
* **speech:** pause audio when navigation to another page ([e63244d](SimonGolms@e63244d))
* **speech:** set default speech name ([e3ae391](SimonGolms@e3ae391))
* **store:** only persist and restore user store ([07f80c7](SimonGolms@07f80c7))
* **theme:** respect safe-area and collapse-condense header on dark mode ([754e84c](SimonGolms@754e84c))
* **theme:** use prefer-color-scheme for system theme ([ec53b0d](SimonGolms@ec53b0d))
* disable tutorial for the moment ([3246580](SimonGolms@3246580))
* remove console log ([4dbcbbe](SimonGolms@4dbcbbe))
* remove console logs ([74e78bf](SimonGolms@74e78bf))
* remove forgotten connected-react-router implementation ([da95944](SimonGolms@da95944))
* remove persist gate loading text ([e21df7f](SimonGolms@e21df7f))
* remove unused vars ([c1aabc7](SimonGolms@c1aabc7))
* show chapter footer correctly ([2ba9693](SimonGolms@2ba9693))
* show fullscreen correctly ([7f5b9f5](SimonGolms@7f5b9f5))
* white flashing on startup ([a093188](SimonGolms@a093188))
* **theme:** use correct background color ([7804baa](SimonGolms@7804baa))

### Features

* **chapters:** add chapter 02 ([3940921](SimonGolms@3940921))
* **chapters:** mark chapter as favorie ([5bc6d4b](SimonGolms@5bc6d4b))
* **chapters:** show chapter title on page view ([6f78fb1](SimonGolms@6f78fb1))
* **credits:** add credits page ([2d0d342](SimonGolms@2d0d342))
* **favorites:** add page to view favorite marked articles ([c82cdbe](SimonGolms@c82cdbe))
* **home:** add navigation to chapter on click ([85bb3b5](SimonGolms@85bb3b5))
* **i18n:** add language tamil (ta-IN) ([1908ebb](SimonGolms@1908ebb))
* **i18n:** add new credits content ([beec009](SimonGolms@beec009))
* **i18n:** update credits content ([0f70baf](SimonGolms@0f70baf))
* **image:** use optimized images (webp) and thumbnails ([3530b88](SimonGolms@3530b88))
* **images:** add zoomable imager viewer ([fe663c4](SimonGolms@fe663c4))
* **ios:** add init ios production build ([b3cb584](SimonGolms@b3cb584))
* **menu:** use settings as menu entry ([31342e2](SimonGolms@31342e2))
* **routes:** remove page from routes ([62d453f](SimonGolms@62d453f))
* **search:** add option for search view ([ed6daf2](SimonGolms@ed6daf2))
* **search:** add search functionality ([860ac9c](SimonGolms@860ac9c))
* **search:** change view for search results ([57b91bb](SimonGolms@57b91bb))
* **search:** make non-english text searchable ([4af05b8](SimonGolms@4af05b8))
* **search:** use query param for search input ([1b0c8dd](SimonGolms@1b0c8dd))
* **speech:** add text to speech ([95fe32e](SimonGolms@95fe32e))
* **speech:** update speech with language change ([76e7aff](SimonGolms@76e7aff))
* **sso:** add open graph meta data ([b28c709](SimonGolms@b28c709))
* show splash-screen ([c8a8954](SimonGolms@c8a8954))
* **settings:** add confirmation before resetting ([64b0dde](SimonGolms@64b0dde))
* **settings:** add link to credits page ([904bade](SimonGolms@904bade))
* **status-bar:** use dark style for status-bar ([828d37e](SimonGolms@828d37e))
* **theme:** improve dark theme ([e04611e](SimonGolms@e04611e))
* add style and center image title ([b0e6df2](SimonGolms@b0e6df2))
* update style of image and image-text ([d58ce09](SimonGolms@d58ce09))

### Performance Improvements

* **ios:** update to recommended settings from xcode ([615f5fa](SimonGolms@615f5fa))
* use hooks for chapter content ([5c79884](SimonGolms@5c79884))
* **state:** use redux-toolkit and redux hooks instead of connect ([369e47d](SimonGolms@369e47d))
* **state:** use redux-toolkit and redux hooks instead of connect ([2082bc3](SimonGolms@2082bc3))
  • Loading branch information
semantic-release-bot committed Apr 3, 2021
1 parent 7e81514 commit 22d22be
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 2 deletions.
78 changes: 78 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# 1.0.0-beta.1 (2021-04-03)


### Bug Fixes

* bump minor version for ci testing ([320f712](https://github.com/SimonGolms/goat-health-app/commit/320f71228a377b4bb0c8119d1323cb39f23c3993))
* **chapter:** use medium thumbnail on card ([a8f8d67](https://github.com/SimonGolms/goat-health-app/commit/a8f8d67eb0ac8c726c0c8647937a747f59f8ab60))
* **chapter-footer:** use light theme ([3d9565d](https://github.com/SimonGolms/goat-health-app/commit/3d9565d33446b80be6879f1333d25aba2299b6d2))
* **headers:** harmonize page headers ([b520bbb](https://github.com/SimonGolms/goat-health-app/commit/b520bbb34d3b73f739933815fe4ec9e6491dacd4))
* **i18n:** add new content ([4bd158b](https://github.com/SimonGolms/goat-health-app/commit/4bd158bd94d300c8646ad8b3e5bb885b2fddb913))
* **i18n:** disable debug of i18next ([cafdcac](https://github.com/SimonGolms/goat-health-app/commit/cafdcac47eb60a966f1bd9f3d2174a589a50ad7d))
* **i18n:** fix translation assignment ([3c87384](https://github.com/SimonGolms/goat-health-app/commit/3c873842ead992484b48b631038f7faedbb18598))
* **i18n:** missing translation on search ([be00070](https://github.com/SimonGolms/goat-health-app/commit/be000705d4c3b7cd0436bde15d79998fddb986c2))
* **i18n:** remove typo in prefix ([e066b95](https://github.com/SimonGolms/goat-health-app/commit/e066b95e2d80ba0c121b96ab7d05751166cf454a))
* **i18n:** use explicit supported language ([4920339](https://github.com/SimonGolms/goat-health-app/commit/492033922ed0d4ae9609eb99399aca022165fe47))
* **images:** write the processed images to the console ([2086b7a](https://github.com/SimonGolms/goat-health-app/commit/2086b7a93e1935c9ff37d837ae4662e098a9dfb4))
* **ios:** show cards in a line ([ecce884](https://github.com/SimonGolms/goat-health-app/commit/ecce88415d13cefad72d63be4700c11f96720680))
* **ios:** show condense header in primary color ([c56039d](https://github.com/SimonGolms/goat-health-app/commit/c56039d28ee48463ceb5c26ed4c3018c39bdbe0a))
* **menu:** fix offset of menu to the status-bar ([7b53ffb](https://github.com/SimonGolms/goat-health-app/commit/7b53ffb887d7d1dfccdb4a2f9438e8f1b90db288))
* **menu:** support safe-area at the bottom ([bda4d99](https://github.com/SimonGolms/goat-health-app/commit/bda4d99f574a468de85c1693037fb4e13e9b81b1))
* **routes:** remove `page/` from menu url ([2c7dee4](https://github.com/SimonGolms/goat-health-app/commit/2c7dee43b8cc7d90b442c8b6fddb20884d8c144f))
* **settings:** show current version ([8dcf2b5](https://github.com/SimonGolms/goat-health-app/commit/8dcf2b52e020a6c3cd8b10065bf769551942ceb5))
* **speech:** pause audio when navigation to another page ([e63244d](https://github.com/SimonGolms/goat-health-app/commit/e63244d345bab975347fdb35e4cd097f9356d4de))
* **speech:** set default speech name ([e3ae391](https://github.com/SimonGolms/goat-health-app/commit/e3ae391589c4e3b40857b6c1e66e9e503ea815fc))
* **store:** only persist and restore user store ([07f80c7](https://github.com/SimonGolms/goat-health-app/commit/07f80c7a64365172ce500959f08bb1317e28307c))
* **theme:** respect safe-area and collapse-condense header on dark mode ([754e84c](https://github.com/SimonGolms/goat-health-app/commit/754e84ce3560fab3d94d9ab8de887d595eea67aa))
* **theme:** use prefer-color-scheme for system theme ([ec53b0d](https://github.com/SimonGolms/goat-health-app/commit/ec53b0def74656e4950d3117a84a682af2dd86c6))
* disable tutorial for the moment ([3246580](https://github.com/SimonGolms/goat-health-app/commit/3246580ef08f3dd6dcf2885cdc7be6470a1b7f9e))
* remove console log ([4dbcbbe](https://github.com/SimonGolms/goat-health-app/commit/4dbcbbe7bf323730ce90d23629560abaa5eaf61a))
* remove console logs ([74e78bf](https://github.com/SimonGolms/goat-health-app/commit/74e78bf789a10a9c289acb23421a7f193f82a1d4))
* remove forgotten connected-react-router implementation ([da95944](https://github.com/SimonGolms/goat-health-app/commit/da95944ebbb12927ac0e4f45430b1d6acabfce80))
* remove persist gate loading text ([e21df7f](https://github.com/SimonGolms/goat-health-app/commit/e21df7fc49dd6408d2210036c92890d8cc373dd8))
* remove unused vars ([c1aabc7](https://github.com/SimonGolms/goat-health-app/commit/c1aabc7bf6a2b4ff5e4590fa69df46a73c34c24a))
* show chapter footer correctly ([2ba9693](https://github.com/SimonGolms/goat-health-app/commit/2ba9693c55270c2b08563b50bcb9d502e784b276))
* show fullscreen correctly ([7f5b9f5](https://github.com/SimonGolms/goat-health-app/commit/7f5b9f58edbee140ebf4fba3e5f3b5f286783766))
* white flashing on startup ([a093188](https://github.com/SimonGolms/goat-health-app/commit/a0931885e7c96b0def67fa863028d1f84f4883da))
* **theme:** use correct background color ([7804baa](https://github.com/SimonGolms/goat-health-app/commit/7804baac7671b8cadfbab04157c4a2c1e18616cf))


### Features

* **chapters:** add chapter 02 ([3940921](https://github.com/SimonGolms/goat-health-app/commit/3940921967e98e5279e4749e451526e43b07c488))
* **chapters:** mark chapter as favorie ([5bc6d4b](https://github.com/SimonGolms/goat-health-app/commit/5bc6d4b64f1c3b855ce277f689b346ae80b55160))
* **chapters:** show chapter title on page view ([6f78fb1](https://github.com/SimonGolms/goat-health-app/commit/6f78fb11c22bd928ae09996a890676c95b2fc400))
* **credits:** add credits page ([2d0d342](https://github.com/SimonGolms/goat-health-app/commit/2d0d342253bb92d2fc3955d3c59c5a19ae9dc1b7))
* **favorites:** add page to view favorite marked articles ([c82cdbe](https://github.com/SimonGolms/goat-health-app/commit/c82cdbe80c9fe5572053eeb755acd5cf01bff6ac))
* **home:** add navigation to chapter on click ([85bb3b5](https://github.com/SimonGolms/goat-health-app/commit/85bb3b5097d0acea7b5f5712df81425badac51e9))
* **i18n:** add language tamil (ta-IN) ([1908ebb](https://github.com/SimonGolms/goat-health-app/commit/1908ebb25d427194c1ed8638eec762b264a14a77))
* **i18n:** add new credits content ([beec009](https://github.com/SimonGolms/goat-health-app/commit/beec00961726134bc0d2901b8202adf741c9a943))
* **i18n:** update credits content ([0f70baf](https://github.com/SimonGolms/goat-health-app/commit/0f70bafa786a1cadc74f4be44e092f4c2c5f16c6))
* **image:** use optimized images (webp) and thumbnails ([3530b88](https://github.com/SimonGolms/goat-health-app/commit/3530b88bd65c8f16a4789b9a7353214fa2988d98))
* **images:** add zoomable imager viewer ([fe663c4](https://github.com/SimonGolms/goat-health-app/commit/fe663c4392692b4f06e8cf7b9a613f080f11d703))
* **ios:** add init ios production build ([b3cb584](https://github.com/SimonGolms/goat-health-app/commit/b3cb584e979088e4f4c82e7bdc7e7a6e51b5fbd8))
* **menu:** use settings as menu entry ([31342e2](https://github.com/SimonGolms/goat-health-app/commit/31342e23fcdcb928742ce1cf5ac299c1aa297b00))
* **routes:** remove page from routes ([62d453f](https://github.com/SimonGolms/goat-health-app/commit/62d453f8f1b1b4fe0078ebcb6b30cea158565f67))
* **search:** add option for search view ([ed6daf2](https://github.com/SimonGolms/goat-health-app/commit/ed6daf2c53d6679c487c5171367cf1c26e16e33c))
* **search:** add search functionality ([860ac9c](https://github.com/SimonGolms/goat-health-app/commit/860ac9c7c0853a45031047d7ef7c4eef347879e9))
* **search:** change view for search results ([57b91bb](https://github.com/SimonGolms/goat-health-app/commit/57b91bb11ea5a1b9881650bbdcfe32b1f4bfc238))
* **search:** make non-english text searchable ([4af05b8](https://github.com/SimonGolms/goat-health-app/commit/4af05b8db7d5d21155fe1d43ddee89f974d701a0))
* **search:** use query param for search input ([1b0c8dd](https://github.com/SimonGolms/goat-health-app/commit/1b0c8dd7e63aaa1192244fcf3a624887a487b4b7))
* **speech:** add text to speech ([95fe32e](https://github.com/SimonGolms/goat-health-app/commit/95fe32e4baa92e9c4544cabda2b0d0a649967acd))
* **speech:** update speech with language change ([76e7aff](https://github.com/SimonGolms/goat-health-app/commit/76e7affb84b8a2fc3d39286db44c7f9ef38c979f))
* **sso:** add open graph meta data ([b28c709](https://github.com/SimonGolms/goat-health-app/commit/b28c709bcb6941b73372c6b85965e0a521e12e5d))
* show splash-screen ([c8a8954](https://github.com/SimonGolms/goat-health-app/commit/c8a8954a9be4833daf16f316f2468c2a023f36ff))
* **settings:** add confirmation before resetting ([64b0dde](https://github.com/SimonGolms/goat-health-app/commit/64b0ddecdddd583186f4a26c947ee153937e1785))
* **settings:** add link to credits page ([904bade](https://github.com/SimonGolms/goat-health-app/commit/904bade1de791f9b1bf99a5164008f2b6b0463d2))
* **status-bar:** use dark style for status-bar ([828d37e](https://github.com/SimonGolms/goat-health-app/commit/828d37e5c2729e52194484691c7f61eedd8ed2a1))
* **theme:** improve dark theme ([e04611e](https://github.com/SimonGolms/goat-health-app/commit/e04611e896530a1e2cc4b5745662506f2614842d))
* add style and center image title ([b0e6df2](https://github.com/SimonGolms/goat-health-app/commit/b0e6df2e3cdccd7f59ff151ac593436b8c29db51))
* update style of image and image-text ([d58ce09](https://github.com/SimonGolms/goat-health-app/commit/d58ce09104f4fa964c8a03919978891fd2690270))


### Performance Improvements

* **ios:** update to recommended settings from xcode ([615f5fa](https://github.com/SimonGolms/goat-health-app/commit/615f5faa6472e60c8775bc2457925c8a75baff40))
* use hooks for chapter content ([5c79884](https://github.com/SimonGolms/goat-health-app/commit/5c79884b640dedb56f3d761c6bf5d9222896ef39))
* **state:** use redux-toolkit and redux hooks instead of connect ([369e47d](https://github.com/SimonGolms/goat-health-app/commit/369e47d341fbdedaee619b43f2f509e3daca8a4b))
* **state:** use redux-toolkit and redux hooks instead of connect ([2082bc3](https://github.com/SimonGolms/goat-health-app/commit/2082bc3b6515ebe9affeeba8f1e8e649505c4b75))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goat-health",
"version": "1.0.0",
"version": "1.0.0-beta.1",
"private": true,
"description": "Making More Health - Goat Health",
"author": "Making More Health | Simon Golms",
Expand Down

0 comments on commit 22d22be

Please sign in to comment.