Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.1](0.146.6...1.0.0-alpha.1) (2022-10-18)

### Bug Fixes

* 🐛 fix menu being empty in between tablet and phone breakpoint ([c6b4cb8](c6b4cb8))
* **🫖:** workaround file name issue ([16b7a87](16b7a87))
* **api-data:** correct refs ([9a3d1b3](9a3d1b3))
* **apollo:** add provider to app ([ac38f78](ac38f78))
* **attendance:** temporarily disable async component ([c5cddc6](c5cddc6))
* **auth:** correct ssr ([ea51469](ea51469))
* **auth:** correct urql ref value ([91a4bd6](91a4bd6))
* **auth:** remove leftover debugger statement ([1c4df85](1c4df85))
* **build:** pin htmlparser2 ([42e7300](42e7300))
* **button-icon:** remove duplicate class ([3406345](3406345))
* **button:** correct type typing ([202176c](202176c))
* **chartjs:** workaround import issue ([d1fac59](d1fac59))
* **components:** correct imports ([50254e1](50254e1))
* **components:** correct svg import path ([74f39af](74f39af))
* **components:** correct svg import path ([ed84e7c](ed84e7c))
* **components:** correct svg imports ([d61c4e8](d61c4e8))
* **composables:** extract host getter ([7c3b402](7c3b402))
* **config:** correct storybook typing ([32a79be](32a79be))
* **constants:** extract from config ([dc1c093](dc1c093))
* correct cjs imports ([44f5291](44f5291))
* correct imports ([7ac3815](7ac3815))
* correct types ([5a1b44b](5a1b44b))
* correct typing ([f199316](f199316))
* **croppa:** use vue 3 installation ([5d6e3d5](5d6e3d5))
* **csp:** allow development websocket ([6d1fefd](6d1fefd))
* **deps:** downgrade vue-tsc ([f5dc77c](f5dc77c))
* **deps:** migrate to h3 v0.8 ([fe97b32](fe97b32))
* **deps:** upgrade @nuxtjs/robots to v3 ([44ffe30](44ffe30))
* **docker:** add mkcert to development stage ([640af9e](640af9e))
* **docker:** copy cypress binary ([8096072](8096072))
* **docker:** increase timeout ([1ec78d9](1ec78d9))
* **docker:** move development certificate generation to nuxt ([8d1b43f](8d1b43f))
* **docker:** set host ([6190749](6190749))
* **docker:** temporarily disable storybook ([2f7115f](2f7115f))
* **drop-down:** use Vue 3's `nextTick` ([88cded5](88cded5))
* **event-list:** correct classes ([32813ec](32813ec))
* **events:** use methods for event handling ([e06ca82](e06ca82))
* **footer:** correct language selection ([47bf826](47bf826))
* **footer:** use button instead of link ([a3a559a](a3a559a))
* **form-input:** correct validity check ([30ab99a](30ab99a))
* **form:** correct validation typing ([aaedfc6](aaedfc6))
* **form:** migrate sign-in to script setup ([bedd0f3](bedd0f3))
* **graphql:** correct postgres error code typing ([8004ad4](8004ad4))
* **head:** correct imports ([181b0f9](181b0f9))
* **header:** allow connect-src self ([1650e01](1650e01))
* **headers:** add connect-src csp for http ([f61f321](f61f321))
* **headers:** temporarily disable trusted types ([d62ac8c](d62ac8c))
* **i18n:** add missing vite plugin ([59643e2](59643e2))
* **i18n:** correct moment usage ([8b05be2](8b05be2))
* **i18n:** escape [@s](https://github.com/s) ([172e000](172e000))
* **i18n:** exclude node_modules ([29cac6c](29cac6c))
* **i18n:** migrate ([e499af5](e499af5))
* **icon:** declare property variables in plain script block ([9d925ff](9d925ff))
* **icon:** set default title in html ([3aa09a4](3aa09a4))
* **icons:** readd title prop ([414471c](414471c))
* **image-upload-gallery:** use url for import ([87d4e60](87d4e60))
* **invitation:** remove unused $pinia usage ([63f0a10](63f0a10))
* **layout:** correct head ([8534e78](8534e78))
* **layout:** use head as composable ([fcdfa5a](fcdfa5a))
* **loader-image:** migrate to script setup ([21935d0](21935d0))
* **loader:** initialize with empty array ([ea75ea9](ea75ea9))
* **moment:** workaround yet incompatible module ([fb1b7a7](fb1b7a7))
* **nuxt:** correct base url ([f2a4b12](f2a4b12))
* **nuxt:** remove global event bus ([ac4c7a0](ac4c7a0))
* **nuxt:** switch to edge to be able to use dev ([b088775](b088775))
* **nuxt:** use host 0.0.0.0 ([9fc53b9](9fc53b9))
* **package:** add missing import ([647edba](647edba))
* **pages:** use auto imports ([4a15ea7](4a15ea7))
* **pages:** workaround locale-path issue ([259873e](259873e))
* **plugins:** remove nuxt 2 context ([1f6a133](1f6a133))
* **pnpm:** hoist shamefully ([e04aaed](e04aaed))
* **pnpm:** temporarily allow lax peer dependencies ([6470d6e](6470d6e))
* **qrcode-stream:** use async component ([583da2f](583da2f))
* **robots:** add hardcoded file as a workaround ([f31ca22](f31ca22))
* **robots:** hide warning ([9798944](9798944))
* **script:** add missing languages ([d2abccc](d2abccc))
* **sitemap:** hardcode ([b6ed030](b6ed030))
* **sqitch:** remove stashed test data ([4420f7a](4420f7a))
* **storybook:** disable temporarily ([309f264](309f264))
* **tailwind:** exclude nuxt config ([1bc6532](1bc6532))
* **ts:** use named imports ([98ace81](98ace81))
* **types:** add missing types ([9f63ec2](9f63ec2))
* **urql:** temporarily disable ssr ([0fe17ae](0fe17ae))
* **urql:** temporarily disable urql type checking ([6ef8c89](6ef8c89))
* **vite:** add gql rollup plugin ([df2d881](df2d881))
* **vue-qrcode-reader:** switch to fork ([47e097d](47e097d))
* **vuelidate:** correct validation ([c23c14c](c23c14c))

### chore

* add breaking change ([b9006ae](b9006ae))

### Features

* ✨ add title prop to icons ([c4b9691](c4b9691))
* add cypress ([f8d5cf6](f8d5cf6))
* **apollo:** complete own plugin ([492a23f](492a23f))
* **apollo:** remove ([135b835](135b835))
* **apollo:** upgrade ([efca0e2](efca0e2))
* **apollo:** use own module ([2ba7af5](2ba7af5))
* **apollo:** use ssr ([5935190](5935190))
* **button:** compute classes ([f326237](f326237))
* **components:** migrate this usage to setup function ([a19e276](a19e276))
* **components:** replace require with import ([a1eea20](a1eea20))
* **components:** use default ids for common form inputs ([a569c7a](a569c7a))
* **config:** rename development indicator ([8151fe0](8151fe0))
* **config:** rename storybook indicator ([c41ed29](c41ed29))
* **cookie:** temporarily disable cookie control ([2a44430](2a44430))
* deprecate stack domain and base url ([a570a87](a570a87))
* **event-group:** remove temporarily ([626e031](626e031))
* **event-list:** migrate to urql ([45e74ac](45e74ac))
* **form-delete:** migrate to urql ([ced1df6](ced1df6))
* **form-delete:** unwrap app ([c4055a4](c4055a4))
* **gql:** use after-pagination ([30e892e](30e892e))
* **graphql:** add devtools ([6b208c7](6b208c7))
* **head:** add composables ([8d4d5e1](8d4d5e1))
* **headers:** disable deprecated expect-ct ([1b1e692](1b1e692))
* **head:** migrate to new specification ([8f6eedd](8f6eedd))
* **i18n:** migrate to new component syntax ([fe65ebb](fe65ebb))
* **i18n:** migrate to translation function ([a2c81d4](a2c81d4))
* **image-upload-gallery:** migrate ([6eb62fc](6eb62fc))
* implement feedback on english translations ([4e2061a](4e2061a))
* improve english translations ([0df0b26](0df0b26))
* **index:** revert one i18n change ([21a73df](21a73df))
* **jwt:** migrate to jose ([0f1876f](0f1876f))
* migrate to new slot syntax ([9cf6204](9cf6204))
* **nitro:** enable compression for public assets ([5fd52fa](5fd52fa))
* **nuxt-i18n:** add vue-i18n-composable ([4ef2139](4ef2139))
* **nuxt:** add html validator module ([d57874f](d57874f))
* **nuxt:** disable aliases ([70e153f](70e153f))
* **nuxt:** enable https ([4007a4a](4007a4a))
* **package:** migrate to module ([39ed308](39ed308))
* **package:** set version to alpha.0 ([87b7306](87b7306))
* **pages:** use generated queries ([67d4b80](67d4b80))
* remove storybook ([f34b4fb](f34b4fb))
* remove unnecessary imports ([0a5886a](0a5886a))
* replace apollo with urql usage, generate code ([790dc82](790dc82))
* stash ([52b2fbe](52b2fbe))
* **store:** replace vuex with pinia ([a005459](a005459))
* **tusd:** add composable ([32db139](32db139))
* **urql:** enable ssr hooks ([0021733](0021733))
* **urql:** use network only request policy ([bf7e3de](bf7e3de))
* **vuelidate:** migrate to v2 ([123bf46](123bf46))

### Reverts

* Revert "Merge branch 'feat/apollo-upgrade' into feat/vue-3" ([6903451](6903451))

### BREAKING CHANGES

* prepare v1
  • Loading branch information
semantic-release-bot committed Oct 18, 2022
1 parent b9006ae commit 7f66724
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 1 deletion.
161 changes: 161 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,164 @@
# [1.0.0-alpha.1](https://github.com/maevsi/maevsi/compare/0.146.6...1.0.0-alpha.1) (2022-10-18)


### Bug Fixes

* :bug: fix menu being empty in between tablet and phone breakpoint ([c6b4cb8](https://github.com/maevsi/maevsi/commit/c6b4cb8cfa273292bb3aa6db0e9534b256f27af8))
* **🫖:** workaround file name issue ([16b7a87](https://github.com/maevsi/maevsi/commit/16b7a879bec81f77c020a87375ee8b57e70749e3))
* **api-data:** correct refs ([9a3d1b3](https://github.com/maevsi/maevsi/commit/9a3d1b326d58b3d194e147e0280af9088751aed5))
* **apollo:** add provider to app ([ac38f78](https://github.com/maevsi/maevsi/commit/ac38f7828e8d4cb2c198f6f270fafe251391305f))
* **attendance:** temporarily disable async component ([c5cddc6](https://github.com/maevsi/maevsi/commit/c5cddc63df7e7bc057097c601a29b5d11cd8eaaf))
* **auth:** correct ssr ([ea51469](https://github.com/maevsi/maevsi/commit/ea514691379724d2c231ea04550f88c9d6c34851))
* **auth:** correct urql ref value ([91a4bd6](https://github.com/maevsi/maevsi/commit/91a4bd6c553ca4d0d5b16c9a0e4b7b39509a8979))
* **auth:** remove leftover debugger statement ([1c4df85](https://github.com/maevsi/maevsi/commit/1c4df8501ace4c41a977df911ac3919cdaf64bb8))
* **build:** pin htmlparser2 ([42e7300](https://github.com/maevsi/maevsi/commit/42e73009b2287f81f3499720d084697031ef8567))
* **button-icon:** remove duplicate class ([3406345](https://github.com/maevsi/maevsi/commit/3406345c95631024b64fafa079760fe469ecee41))
* **button:** correct type typing ([202176c](https://github.com/maevsi/maevsi/commit/202176cc32296ca672ccdbb814c2bb82f75de54a))
* **chartjs:** workaround import issue ([d1fac59](https://github.com/maevsi/maevsi/commit/d1fac59774d785f1a00362a906d4151afb3dd30f))
* **components:** correct imports ([50254e1](https://github.com/maevsi/maevsi/commit/50254e13f37a445f0dea3816e24bda7b95dfe0b0))
* **components:** correct svg import path ([74f39af](https://github.com/maevsi/maevsi/commit/74f39af93c8401fdef9ccdd9e7fc891d40b6d9fd))
* **components:** correct svg import path ([ed84e7c](https://github.com/maevsi/maevsi/commit/ed84e7cc9bd94326fbac839d58d77d815ffde4e4))
* **components:** correct svg imports ([d61c4e8](https://github.com/maevsi/maevsi/commit/d61c4e8f274dc6d18b2171cec7ba70cdf5ea8ed4))
* **composables:** extract host getter ([7c3b402](https://github.com/maevsi/maevsi/commit/7c3b4029a5c99ae372069231f1615043b620f82f))
* **config:** correct storybook typing ([32a79be](https://github.com/maevsi/maevsi/commit/32a79be52f33a206f934161be95e49eeeefa862c))
* **constants:** extract from config ([dc1c093](https://github.com/maevsi/maevsi/commit/dc1c0936723f1ee955cf65452609b2c0ec2839d9))
* correct cjs imports ([44f5291](https://github.com/maevsi/maevsi/commit/44f5291a2dd997e4f17d4fec23fbc890d2ab84fb))
* correct imports ([7ac3815](https://github.com/maevsi/maevsi/commit/7ac38159932880d0fc25033266b80c4640db420d))
* correct types ([5a1b44b](https://github.com/maevsi/maevsi/commit/5a1b44ba8e9f120a80f2b662e08de655777dd0c7))
* correct typing ([f199316](https://github.com/maevsi/maevsi/commit/f199316c2a7ccd7c5f6d41e7e2d7667f9759bf5d))
* **croppa:** use vue 3 installation ([5d6e3d5](https://github.com/maevsi/maevsi/commit/5d6e3d5088bf38d3c26799af4a8ece13119be1e7))
* **csp:** allow development websocket ([6d1fefd](https://github.com/maevsi/maevsi/commit/6d1fefdb3b0785d28369a29fb23077f59ea0b67e))
* **deps:** downgrade vue-tsc ([f5dc77c](https://github.com/maevsi/maevsi/commit/f5dc77c172d39e0ba5aeff5814b4c9d7bae2fefe))
* **deps:** migrate to h3 v0.8 ([fe97b32](https://github.com/maevsi/maevsi/commit/fe97b320a53f03fa0983193ad4b57908d3eddadf))
* **deps:** upgrade @nuxtjs/robots to v3 ([44ffe30](https://github.com/maevsi/maevsi/commit/44ffe3089496a2f2301df918d3b1e277ca229dee))
* **docker:** add mkcert to development stage ([640af9e](https://github.com/maevsi/maevsi/commit/640af9e4bc0ce213911997f6f80abad7b78d9bf2))
* **docker:** copy cypress binary ([8096072](https://github.com/maevsi/maevsi/commit/8096072be13f7fc05ec3e7cfb39746f0b0d816b4))
* **docker:** increase timeout ([1ec78d9](https://github.com/maevsi/maevsi/commit/1ec78d98cbfae93889dc65b0bd5e332ea05325d2))
* **docker:** move development certificate generation to nuxt ([8d1b43f](https://github.com/maevsi/maevsi/commit/8d1b43f0eec7913b876b2d55353c9e4c39a0e9fe))
* **docker:** set host ([6190749](https://github.com/maevsi/maevsi/commit/61907496be49d83d64fa5e01e447a696d403fa42))
* **docker:** temporarily disable storybook ([2f7115f](https://github.com/maevsi/maevsi/commit/2f7115fc53ba3fc0c1cbf2cdf23bdfc1b88ba975))
* **drop-down:** use Vue 3's `nextTick` ([88cded5](https://github.com/maevsi/maevsi/commit/88cded556945b0d3b9ab7c451262a66772e37cb5))
* **event-list:** correct classes ([32813ec](https://github.com/maevsi/maevsi/commit/32813ec00863beb118c8cff9140e2c933134aa68))
* **events:** use methods for event handling ([e06ca82](https://github.com/maevsi/maevsi/commit/e06ca828b639990835b6bbba544821b6f6fc468c))
* **footer:** correct language selection ([47bf826](https://github.com/maevsi/maevsi/commit/47bf826908bac1809feed028653840b52afb3eaa))
* **footer:** use button instead of link ([a3a559a](https://github.com/maevsi/maevsi/commit/a3a559a419164efd07fb3ba8cb4c620f91833d34))
* **form-input:** correct validity check ([30ab99a](https://github.com/maevsi/maevsi/commit/30ab99a02c928f401d46f56c1f06a06b1131bc70))
* **form:** correct validation typing ([aaedfc6](https://github.com/maevsi/maevsi/commit/aaedfc60cbb8804ceafd2f8e75f85e1266eb0c5b))
* **form:** migrate sign-in to script setup ([bedd0f3](https://github.com/maevsi/maevsi/commit/bedd0f3e0d0140fa34c54103370a829bbebd5cdb))
* **graphql:** correct postgres error code typing ([8004ad4](https://github.com/maevsi/maevsi/commit/8004ad42c8bfcf36a129b1a19c158b14b09ceec0))
* **head:** correct imports ([181b0f9](https://github.com/maevsi/maevsi/commit/181b0f94f87fe70f7e3bd20c0b8ae3f088a08c11))
* **header:** allow connect-src self ([1650e01](https://github.com/maevsi/maevsi/commit/1650e019f803bf310fe8e8961722c6498c849906))
* **headers:** add connect-src csp for http ([f61f321](https://github.com/maevsi/maevsi/commit/f61f32141146da7b9776af470824b067872e269c))
* **headers:** temporarily disable trusted types ([d62ac8c](https://github.com/maevsi/maevsi/commit/d62ac8ce0459466e5b6ff093f3f743411c686278))
* **i18n:** add missing vite plugin ([59643e2](https://github.com/maevsi/maevsi/commit/59643e2f813b851f3506790e5f1033accd97e691))
* **i18n:** correct moment usage ([8b05be2](https://github.com/maevsi/maevsi/commit/8b05be2971dabf5394c7eb7d3369d9dca188462c))
* **i18n:** escape [@s](https://github.com/s) ([172e000](https://github.com/maevsi/maevsi/commit/172e000c5e8e2ed7f0f340c3a679668766234096))
* **i18n:** exclude node_modules ([29cac6c](https://github.com/maevsi/maevsi/commit/29cac6c686f3bb13db384c82809e9a26852962e0))
* **i18n:** migrate ([e499af5](https://github.com/maevsi/maevsi/commit/e499af5d42fbf74022cef8a20a08de92bcb9ef67))
* **icon:** declare property variables in plain script block ([9d925ff](https://github.com/maevsi/maevsi/commit/9d925ff0c523127dde79c58a20fa6b9605d7cbe0))
* **icon:** set default title in html ([3aa09a4](https://github.com/maevsi/maevsi/commit/3aa09a43589efc1bf0f4e0710618b3717ab3ac11))
* **icons:** readd title prop ([414471c](https://github.com/maevsi/maevsi/commit/414471c5433aaa8e6ae15e54f3f467f0c6a11d47))
* **image-upload-gallery:** use url for import ([87d4e60](https://github.com/maevsi/maevsi/commit/87d4e60c3a6a64648339ace1554c95290944802d))
* **invitation:** remove unused $pinia usage ([63f0a10](https://github.com/maevsi/maevsi/commit/63f0a10c7f85d1c7251c2c67c160f613738355db))
* **layout:** correct head ([8534e78](https://github.com/maevsi/maevsi/commit/8534e782747a21a5e26038d7f6686877474ee04a))
* **layout:** use head as composable ([fcdfa5a](https://github.com/maevsi/maevsi/commit/fcdfa5aa38616f641873a167ff2c77fcbea0f1ad))
* **loader-image:** migrate to script setup ([21935d0](https://github.com/maevsi/maevsi/commit/21935d0bb704d96e00110e8e77ab2ce9f37540a5))
* **loader:** initialize with empty array ([ea75ea9](https://github.com/maevsi/maevsi/commit/ea75ea906e9c1cc0f99f6a60853bb9728cf513a6))
* **moment:** workaround yet incompatible module ([fb1b7a7](https://github.com/maevsi/maevsi/commit/fb1b7a7135ea005d2ffe4126541dfb7a38e837f4))
* **nuxt:** correct base url ([f2a4b12](https://github.com/maevsi/maevsi/commit/f2a4b12f03698bbeef3bbb30377a67197b87a84a))
* **nuxt:** remove global event bus ([ac4c7a0](https://github.com/maevsi/maevsi/commit/ac4c7a038c7e2f314073a8f25ae5234177b4f9e1))
* **nuxt:** switch to edge to be able to use dev ([b088775](https://github.com/maevsi/maevsi/commit/b0887754fd3495f148d545c2e544420c1c63885c))
* **nuxt:** use host 0.0.0.0 ([9fc53b9](https://github.com/maevsi/maevsi/commit/9fc53b91e2f093d42a82919337839cc4f3b6e200))
* **package:** add missing import ([647edba](https://github.com/maevsi/maevsi/commit/647edbae8d1cdfbf3e820512660ffdca2ccd719d))
* **pages:** use auto imports ([4a15ea7](https://github.com/maevsi/maevsi/commit/4a15ea7989eee0bda6277e3cad4f513cf30a9bfd))
* **pages:** workaround locale-path issue ([259873e](https://github.com/maevsi/maevsi/commit/259873e5966d86e61b0466f7245f7c5f68bab0b9))
* **plugins:** remove nuxt 2 context ([1f6a133](https://github.com/maevsi/maevsi/commit/1f6a133482528df294b0c47d1fa1f3ba18bc75fd))
* **pnpm:** hoist shamefully ([e04aaed](https://github.com/maevsi/maevsi/commit/e04aaedbab3f9253f8d875bdfd119cd440ad4d2a))
* **pnpm:** temporarily allow lax peer dependencies ([6470d6e](https://github.com/maevsi/maevsi/commit/6470d6e6817706e7f0b371778f68d96ad7372d86))
* **qrcode-stream:** use async component ([583da2f](https://github.com/maevsi/maevsi/commit/583da2f90db66ece5390e0f83333a0c7eca919a0))
* **robots:** add hardcoded file as a workaround ([f31ca22](https://github.com/maevsi/maevsi/commit/f31ca228b7ba485b7bc55c9dcdda2da80205c42e))
* **robots:** hide warning ([9798944](https://github.com/maevsi/maevsi/commit/9798944b75d0b396dc7a1655e12928b9a56a9b3a))
* **script:** add missing languages ([d2abccc](https://github.com/maevsi/maevsi/commit/d2abcccf4ed8f2d552f7ab55a620433098487aa1))
* **sitemap:** hardcode ([b6ed030](https://github.com/maevsi/maevsi/commit/b6ed030d793a8561af6f44f27991ebb7fb3e9af4))
* **sqitch:** remove stashed test data ([4420f7a](https://github.com/maevsi/maevsi/commit/4420f7a33f7554a4bbdff3fadbc02c861a1e626e))
* **storybook:** disable temporarily ([309f264](https://github.com/maevsi/maevsi/commit/309f264dbe994ffa2d9be7d4b2b807a3ae96674c))
* **tailwind:** exclude nuxt config ([1bc6532](https://github.com/maevsi/maevsi/commit/1bc6532846c0fdbc62cf4fd63f70bd94e49f7c74))
* **ts:** use named imports ([98ace81](https://github.com/maevsi/maevsi/commit/98ace81fafba744ba1181a9db8c596f5f8d4e69b))
* **types:** add missing types ([9f63ec2](https://github.com/maevsi/maevsi/commit/9f63ec2c5558112618e726daad26349fa4426f27))
* **urql:** temporarily disable ssr ([0fe17ae](https://github.com/maevsi/maevsi/commit/0fe17aed6c6abbeeee7e469d6a435250449f8f60))
* **urql:** temporarily disable urql type checking ([6ef8c89](https://github.com/maevsi/maevsi/commit/6ef8c89bc0440a28d30a87e7ec93726fc975cecf))
* **vite:** add gql rollup plugin ([df2d881](https://github.com/maevsi/maevsi/commit/df2d881eb6d934e40892248bc80d68600aee4c00))
* **vue-qrcode-reader:** switch to fork ([47e097d](https://github.com/maevsi/maevsi/commit/47e097db55a0a9881deac2cf311912cecfb9b21c))
* **vuelidate:** correct validation ([c23c14c](https://github.com/maevsi/maevsi/commit/c23c14cc7d71fcfb1cf4b57cc17a7dbb9470087d))


### chore

* add breaking change ([b9006ae](https://github.com/maevsi/maevsi/commit/b9006ae0066600d7194e4269976b9a0accb408ec))


### Features

* :sparkles: add title prop to icons ([c4b9691](https://github.com/maevsi/maevsi/commit/c4b969190c7e7c6e3ff68be953721dd0b124256f))
* add cypress ([f8d5cf6](https://github.com/maevsi/maevsi/commit/f8d5cf6a7649c91e46bd264b5a3d890058575647))
* **apollo:** complete own plugin ([492a23f](https://github.com/maevsi/maevsi/commit/492a23f90ba71612558b565ef9cc0651ddd395ff))
* **apollo:** remove ([135b835](https://github.com/maevsi/maevsi/commit/135b835eaa54adae43a608360e2067b9cf079dd1))
* **apollo:** upgrade ([efca0e2](https://github.com/maevsi/maevsi/commit/efca0e26824adc94233f86f49aa7ad19e2b6c3c8))
* **apollo:** use own module ([2ba7af5](https://github.com/maevsi/maevsi/commit/2ba7af5cddb6bfa3ebbf39e38b7dc0722e055e5d))
* **apollo:** use ssr ([5935190](https://github.com/maevsi/maevsi/commit/5935190bd5f8402a9f8984a879b896dfe99b425a))
* **button:** compute classes ([f326237](https://github.com/maevsi/maevsi/commit/f326237a89a0ceb9739dd7f982f6d762b28db5a2))
* **components:** migrate this usage to setup function ([a19e276](https://github.com/maevsi/maevsi/commit/a19e276735172a42472087dd75fa82963852af67))
* **components:** replace require with import ([a1eea20](https://github.com/maevsi/maevsi/commit/a1eea20c65d8c28462869b5b4306ea099628e5fb))
* **components:** use default ids for common form inputs ([a569c7a](https://github.com/maevsi/maevsi/commit/a569c7aaa2c388107adf7832c6fc898b8785d81c))
* **config:** rename development indicator ([8151fe0](https://github.com/maevsi/maevsi/commit/8151fe03dee5bea42a003138a7f49b2400cdfdd9))
* **config:** rename storybook indicator ([c41ed29](https://github.com/maevsi/maevsi/commit/c41ed2922d95b4b0b08eb7024f5b05fb9ca27435))
* **cookie:** temporarily disable cookie control ([2a44430](https://github.com/maevsi/maevsi/commit/2a444306e4e659ba82fe3f342eaa9df599cca5d9))
* deprecate stack domain and base url ([a570a87](https://github.com/maevsi/maevsi/commit/a570a87d4c6703f183d0b399af66d8c2becb9f64))
* **event-group:** remove temporarily ([626e031](https://github.com/maevsi/maevsi/commit/626e031451c19840605a88c3109591933d5475d0))
* **event-list:** migrate to urql ([45e74ac](https://github.com/maevsi/maevsi/commit/45e74ac32dd61398c210ef7505e9bf8d1c06c608))
* **form-delete:** migrate to urql ([ced1df6](https://github.com/maevsi/maevsi/commit/ced1df616c8bd634473fea8a1ef03e1df1d3cb72))
* **form-delete:** unwrap app ([c4055a4](https://github.com/maevsi/maevsi/commit/c4055a4d8753d6f7292e1ef264ea5281ffdf5dc9))
* **gql:** use after-pagination ([30e892e](https://github.com/maevsi/maevsi/commit/30e892e7d7d955a1120d0c714322203ed4e1e909))
* **graphql:** add devtools ([6b208c7](https://github.com/maevsi/maevsi/commit/6b208c7f030d3052906e1faf594944901358497a))
* **head:** add composables ([8d4d5e1](https://github.com/maevsi/maevsi/commit/8d4d5e1e4f7fd7cb0fe95350c80ffbfba6f68946))
* **headers:** disable deprecated expect-ct ([1b1e692](https://github.com/maevsi/maevsi/commit/1b1e692708b28e0f9ef8e7147154181df9a37675))
* **head:** migrate to new specification ([8f6eedd](https://github.com/maevsi/maevsi/commit/8f6eedd191ce08a950d92cac1f94c0cebd6d5cb6))
* **i18n:** migrate to new component syntax ([fe65ebb](https://github.com/maevsi/maevsi/commit/fe65ebb36fa6b88f3dce97f585ba68497bf60605))
* **i18n:** migrate to translation function ([a2c81d4](https://github.com/maevsi/maevsi/commit/a2c81d430e10ef74b321909561636dc332bd9259))
* **image-upload-gallery:** migrate ([6eb62fc](https://github.com/maevsi/maevsi/commit/6eb62fc2fc35e7b6c317a0fb9c479d741722d91b))
* implement feedback on english translations ([4e2061a](https://github.com/maevsi/maevsi/commit/4e2061a2e6b6188ff4861a316f811ed6bdd2c96a))
* improve english translations ([0df0b26](https://github.com/maevsi/maevsi/commit/0df0b2643fcaf0e2315c0b5d0810bdead8efc1d3))
* **index:** revert one i18n change ([21a73df](https://github.com/maevsi/maevsi/commit/21a73df751c6afe3513352d647b37917a4cfce0a))
* **jwt:** migrate to jose ([0f1876f](https://github.com/maevsi/maevsi/commit/0f1876fba788797d574ecd2cda71b40ad11c5e2e))
* migrate to new slot syntax ([9cf6204](https://github.com/maevsi/maevsi/commit/9cf6204b19c53b7b5d9ba49320cbd981f591203e))
* **nitro:** enable compression for public assets ([5fd52fa](https://github.com/maevsi/maevsi/commit/5fd52fabbc34c534296c95846f07735133c81639))
* **nuxt-i18n:** add vue-i18n-composable ([4ef2139](https://github.com/maevsi/maevsi/commit/4ef21393589da701f15e22d8289da923c1ea07c1))
* **nuxt:** add html validator module ([d57874f](https://github.com/maevsi/maevsi/commit/d57874fb799723709ab1a2f0fd542cc587fa1baa))
* **nuxt:** disable aliases ([70e153f](https://github.com/maevsi/maevsi/commit/70e153fce547aa901f5c2f8568291b3644649357))
* **nuxt:** enable https ([4007a4a](https://github.com/maevsi/maevsi/commit/4007a4a2e7528415babe99eef8dfd23c391d71ed))
* **package:** migrate to module ([39ed308](https://github.com/maevsi/maevsi/commit/39ed3087a2c317e9321e7649d212d55881195299))
* **package:** set version to alpha.0 ([87b7306](https://github.com/maevsi/maevsi/commit/87b73066e72232f1300c89e47e10d0b2316f62f6))
* **pages:** use generated queries ([67d4b80](https://github.com/maevsi/maevsi/commit/67d4b800664d2014f6d9eb796eca67017be14a0a))
* remove storybook ([f34b4fb](https://github.com/maevsi/maevsi/commit/f34b4fbdf0da4230e649b46586bfe32acd54ee45))
* remove unnecessary imports ([0a5886a](https://github.com/maevsi/maevsi/commit/0a5886a8917819e676272b4799c2c657904349bc))
* replace apollo with urql usage, generate code ([790dc82](https://github.com/maevsi/maevsi/commit/790dc82658f43f8f3db1e140eeb1fdd8242e609a))
* stash ([52b2fbe](https://github.com/maevsi/maevsi/commit/52b2fbed621f8aef337dcfbd50c60451083fe33a))
* **store:** replace vuex with pinia ([a005459](https://github.com/maevsi/maevsi/commit/a005459ba991242f39c7b385b6f1b5ba16c406ec))
* **tusd:** add composable ([32db139](https://github.com/maevsi/maevsi/commit/32db1393d2c118d8734b82c3b67044b9e74d7a17))
* **urql:** enable ssr hooks ([0021733](https://github.com/maevsi/maevsi/commit/0021733666a9185a2770883bdf574045490cab55))
* **urql:** use network only request policy ([bf7e3de](https://github.com/maevsi/maevsi/commit/bf7e3ded993a896607ab08ddfd68c48a71e50b59))
* **vuelidate:** migrate to v2 ([123bf46](https://github.com/maevsi/maevsi/commit/123bf46833ef9e530e2ace73a27f1edde4bfef2f))


### Reverts

* Revert "Merge branch 'feat/apollo-upgrade' into feat/vue-3" ([6903451](https://github.com/maevsi/maevsi/commit/6903451f67e5f4a9ff5de47f427146f4a46cea4a))


### BREAKING CHANGES

* prepare v1

# [0.147.0](https://github.com/maevsi/maevsi/compare/0.146.6...0.147.0) (2022-10-17)


Expand Down
2 changes: 1 addition & 1 deletion nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maevsi",
"private": true,
"version": "0.147.0",
"version": "1.0.0-alpha.1",
"scheduleVersion": "0.146.5",
"description": "The manager for events supported by invitees.",
"type": "module",
Expand Down

0 comments on commit 7f66724

Please sign in to comment.