Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-02-01)

### Bug Fixes

* **core:** Resolve jest test issues ([c41c38d](c41c38d))
* **core:** Test config updates ([a404401](a404401))
* **core:** Updated jest-environment-jsdom version ([b73ab13](b73ab13))
* **core:** Updates to test config ([5b3dc4e](5b3dc4e))
* **design-system:** Resolved token to tailwind cfg ([a45f8a9](a45f8a9))
* **design-system:** Updated unit tests ([ab1e729](ab1e729))
* **engagement-ui-feat-like:** Added optimistic update for like action ([d1ced25](d1ced25))
* **repo:** Configure tokens as implicitDependency ([fc9e6c2](fc9e6c2))
* **repo:** Re-update jest version ([bff7ede](bff7ede))
* **repo:** Regenerated package-lock.json ([aaa1a4c](aaa1a4c))
* **repo:** Removed lint from workflow ([e93686b](e93686b))
* **repo:** Update testing libs ([d438dd7](d438dd7))
* **repo:** Updated jest types version ([fac7311](fac7311))
* **repo:** Updated workflow script build execution ([660a635](660a635))
* Resolved issue with tailwind config ([ca863f4](ca863f4))
* **shared-ui-feat-layout:** Updated footer design ([bddb0c7](bddb0c7))
* **tools-asyncapi-rabbitmq:** Cleaned up the Async-Api folder structure ([a010cce](a010cce))
* **tools-executors-typescript:** Resolved build issues with tools projects ([b1bd88c](b1bd88c))
* **tools:** SVG generator in progress ([daf7294](daf7294))
* **web-shell:** Improved the introduction sections desktop display ([4fc305c](4fc305c))
* **web-shell:** Resolved major issues with next js app loading ([d6937ad](d6937ad))
* **web-shell:** Updated nx version ([99a624a](99a624a))
* **web-shell:** Various updates to sections ([712940d](712940d))

### Features

* Added design components ([d6f60b2](d6f60b2))
* Added design tokens and docs app ([5701388](5701388))
* Added tool libraries ([77c8553](77c8553))
* **apis-contact:** Added the Contact API and libraries ([3e6092a](3e6092a))
* **apis-engagement:** Added code to make requests for likes count ([ddde068](ddde068))
* **apis-gateway:** Added initial implementation for API Gateway ([f465daa](f465daa))
* **apis-reaction:** Added Reaction API server-side code (initial) ([76899d1](76899d1))
* **apis-user:** Added the initial code for the User APIs ([84d0552](84d0552))
* **core-dotnet-webapi:** Added core code for server-side libraries ([54b7746](54b7746))
* **core:** Added typescript core library ([61ade46](61ade46))
* **design-system-components:** Added new Modal and Notification design components ([e0b5875](e0b5875))
* **design-system-components:** Major updates to the design components library ([b4d37dc](b4d37dc))
* **design-system-tokens:** Parsers and generators ([588b36e](588b36e))
* **design-system:** Added button component ([7844e8a](7844e8a))
* **design-system:** Added snapshot testing ([4d2d6c7](4d2d6c7))
* **design-system:** Added storybook tests ([c67756f](c67756f))
* **design-system:** Initial setup of input ([314856f](314856f))
* **design-system:** Input disabled functionality ([4e85aba](4e85aba))
* **docs:** Added  ADR markdown generator ([a52207b](a52207b))
* **docs:** Added doc search functionality ([bc5a417](bc5a417))
* **docs:** Updated docs paths and added pages ([805d37d](805d37d))
* **engagement-ui-data-access:** Added code to handle reactions gets and updates ([197f821](197f821))
* **landing:** Added shell and landing apps ([6e88200](6e88200))
* **repo:** Added alex linter to repository ([a40d105](a40d105))
* **repo:** Added semver executors and Commitizen ([0db2111](0db2111))
* **repo:** Updated package-lock.json ([1938a9f](1938a9f))
* **shared-ui-data-access:** Added shared data access library for user data ([1da2397](1da2397))
* **shared-ui-design-token:** Added docgen tools ([d06b8e0](d06b8e0))
* **shared-ui-feat-layout:** Re-organized the folder structure of ui libraries ([a812c41](a812c41))
* **shared:** Generated the React components lib ([f6f882b](f6f882b))
* **tools-asyncapi-rabbitmq:** Added .NET RabbitMQ generator core functionality ([31364fd](31364fd))
* **tools:** Added spacing to token generator ([3457a54](3457a54))
* **tools:** Enhanced the token build executor ([3df7fb3](3df7fb3))
* **user-server-domain:** Added initial domain code for the User domain ([2765949](2765949))
* **web-landing:** Add landing screen application ([33aeaa1](33aeaa1))
* **web-shell:** Added @next/font ([ef22c2d](ef22c2d))
* **web-shell:** Added Introduction section ([4cd46f4](4cd46f4))
* **web-shell:** Added introduction section to the landing page ([8edf186](8edf186))
* **web-shell:** Added next-seo metadata ([ba87b23](ba87b23))
* **web-shell:** Converted web app to use NextJs ([c7f6f06](c7f6f06))
* **web-shell:** Enhanements to web application ([0ba6cde](0ba6cde))
  • Loading branch information
semantic-release-bot committed Feb 1, 2023
1 parent 7a73c6f commit e05f8c8
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions libs/user/ui/data-access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# 1.0.0 (2023-02-01)


### Bug Fixes

* **core:** Resolve jest test issues ([c41c38d](https://github.com/sullivanpj/open-system/commit/c41c38d6d15355923cd6cf78d217a2630b6e8d09))
* **core:** Test config updates ([a404401](https://github.com/sullivanpj/open-system/commit/a404401f3189448a3675a358ca18f0b703f13326))
* **core:** Updated jest-environment-jsdom version ([b73ab13](https://github.com/sullivanpj/open-system/commit/b73ab138f38fa2b3e7426be76f62c6236fffcd60))
* **core:** Updates to test config ([5b3dc4e](https://github.com/sullivanpj/open-system/commit/5b3dc4efd4f6decc65323f1d471b6231923c0048))
* **design-system:** Resolved token to tailwind cfg ([a45f8a9](https://github.com/sullivanpj/open-system/commit/a45f8a9fa38cd97a321076f8fd46abb67b58b336))
* **design-system:** Updated unit tests ([ab1e729](https://github.com/sullivanpj/open-system/commit/ab1e729946203364d4e26c794a08ceecd652e0a3))
* **engagement-ui-feat-like:** Added optimistic update for like action ([d1ced25](https://github.com/sullivanpj/open-system/commit/d1ced25d6af8505e64754c09b453d87facf69456))
* **repo:** Configure tokens as implicitDependency ([fc9e6c2](https://github.com/sullivanpj/open-system/commit/fc9e6c20c387f5eaef0a3bb88b615aa6b8a92886))
* **repo:** Re-update jest version ([bff7ede](https://github.com/sullivanpj/open-system/commit/bff7ede058e304343bba53d4d6eb34bcb07db2bb))
* **repo:** Regenerated package-lock.json ([aaa1a4c](https://github.com/sullivanpj/open-system/commit/aaa1a4c6de1404f0e6627fb9dbafea6e15a6918d))
* **repo:** Removed lint from workflow ([e93686b](https://github.com/sullivanpj/open-system/commit/e93686bd805ec44a9ebf95240391deb2afcc754c))
* **repo:** Update testing libs ([d438dd7](https://github.com/sullivanpj/open-system/commit/d438dd7ec936a0e94e11763a786db97bcdb35b67))
* **repo:** Updated jest types version ([fac7311](https://github.com/sullivanpj/open-system/commit/fac73111eedffc820419054392aae14e7db02a54))
* **repo:** Updated workflow script build execution ([660a635](https://github.com/sullivanpj/open-system/commit/660a63532d1abc3f3f924b8857ae4c2edf2b39d8))
* Resolved issue with tailwind config ([ca863f4](https://github.com/sullivanpj/open-system/commit/ca863f48337010ae7aa810a4f2d22d29fdaad878))
* **shared-ui-feat-layout:** Updated footer design ([bddb0c7](https://github.com/sullivanpj/open-system/commit/bddb0c7934be06a2120f18af15a1055aa75e2d8c))
* **tools-asyncapi-rabbitmq:** Cleaned up the Async-Api folder structure ([a010cce](https://github.com/sullivanpj/open-system/commit/a010ccea977f72d26c5b6cab0b6df3d942e99bab))
* **tools-executors-typescript:** Resolved build issues with tools projects ([b1bd88c](https://github.com/sullivanpj/open-system/commit/b1bd88c287be805384aaf0bae5346a8fa9723ab9))
* **tools:** SVG generator in progress ([daf7294](https://github.com/sullivanpj/open-system/commit/daf7294f1640800efcb958ce94730c9ef86961b0))
* **web-shell:** Improved the introduction sections desktop display ([4fc305c](https://github.com/sullivanpj/open-system/commit/4fc305c59ff29e166f5827888a575859185b2c76))
* **web-shell:** Resolved major issues with next js app loading ([d6937ad](https://github.com/sullivanpj/open-system/commit/d6937ad78268fecf3c7e7fbd59d23fe76fa94db5))
* **web-shell:** Updated nx version ([99a624a](https://github.com/sullivanpj/open-system/commit/99a624a3e8a04b9fbb71bcdcf7c5a2e10fcf3e26))
* **web-shell:** Various updates to sections ([712940d](https://github.com/sullivanpj/open-system/commit/712940d68da346d72bce54f5dcafcf5282fe052f))


### Features

* Added design components ([d6f60b2](https://github.com/sullivanpj/open-system/commit/d6f60b2168e0b4508c99c61c2d05a9eb5af4478f))
* Added design tokens and docs app ([5701388](https://github.com/sullivanpj/open-system/commit/57013885ad07dc9f0bced7a7a6e0f3073ded84a3))
* Added tool libraries ([77c8553](https://github.com/sullivanpj/open-system/commit/77c8553bb6c4e2a7b265839a3e0a35a4d7e294da))
* **apis-contact:** Added the Contact API and libraries ([3e6092a](https://github.com/sullivanpj/open-system/commit/3e6092a67254355bc759a5d0d7c9a37351f2039c))
* **apis-engagement:** Added code to make requests for likes count ([ddde068](https://github.com/sullivanpj/open-system/commit/ddde0684f621b6ed01863df5663ded9c9a0e0e02))
* **apis-gateway:** Added initial implementation for API Gateway ([f465daa](https://github.com/sullivanpj/open-system/commit/f465daa42bc2e37009fc7fc1b741bd9adcb8781f))
* **apis-reaction:** Added Reaction API server-side code (initial) ([76899d1](https://github.com/sullivanpj/open-system/commit/76899d1e162900eff3fd19347e1d0f00fda5383a))
* **apis-user:** Added the initial code for the User APIs ([84d0552](https://github.com/sullivanpj/open-system/commit/84d0552e06d1cd8c8d56b9ddfb4f623abb94565c))
* **core-dotnet-webapi:** Added core code for server-side libraries ([54b7746](https://github.com/sullivanpj/open-system/commit/54b7746520b58e8a3d96cd27c555d16ec23fe6ec))
* **core:** Added typescript core library ([61ade46](https://github.com/sullivanpj/open-system/commit/61ade46e5756cd59ca232b6a14ba08061794039f))
* **design-system-components:** Added new Modal and Notification design components ([e0b5875](https://github.com/sullivanpj/open-system/commit/e0b5875a550c1e61e48befa94cc4f2ddf1afa21e))
* **design-system-components:** Major updates to the design components library ([b4d37dc](https://github.com/sullivanpj/open-system/commit/b4d37dcb4081f57d992f3b284f2b93dfa39ab361))
* **design-system-tokens:** Parsers and generators ([588b36e](https://github.com/sullivanpj/open-system/commit/588b36eaba30844a74e37c92617f887d2ac4d53e))
* **design-system:** Added button component ([7844e8a](https://github.com/sullivanpj/open-system/commit/7844e8aa988828ddc779f75f48c88e710b3e8e8b))
* **design-system:** Added snapshot testing ([4d2d6c7](https://github.com/sullivanpj/open-system/commit/4d2d6c7a1dad3c7758210748288d2c14c3d1c396))
* **design-system:** Added storybook tests ([c67756f](https://github.com/sullivanpj/open-system/commit/c67756fe2cbe05f02de0cbaf69f7aaff8537430a))
* **design-system:** Initial setup of input ([314856f](https://github.com/sullivanpj/open-system/commit/314856ffac6887ce72d53e71b430a2b918043774))
* **design-system:** Input disabled functionality ([4e85aba](https://github.com/sullivanpj/open-system/commit/4e85abac299a953449577f4d1d3e1672a018361c))
* **docs:** Added ADR markdown generator ([a52207b](https://github.com/sullivanpj/open-system/commit/a52207b371aa9d17afd3b476d8cd78caadaca34a))
* **docs:** Added doc search functionality ([bc5a417](https://github.com/sullivanpj/open-system/commit/bc5a417e50ce14dcda2e94c194447b846026463b))
* **docs:** Updated docs paths and added pages ([805d37d](https://github.com/sullivanpj/open-system/commit/805d37d201be3a3451ef7cda4e3c3123d8549cf8))
* **engagement-ui-data-access:** Added code to handle reactions gets and updates ([197f821](https://github.com/sullivanpj/open-system/commit/197f821bfa12c13901ac32d5500f3c80d6e79e05))
* **landing:** Added shell and landing apps ([6e88200](https://github.com/sullivanpj/open-system/commit/6e88200bbc553bfcd1b3c1d0ac30f34de2124b2e))
* **repo:** Added alex linter to repository ([a40d105](https://github.com/sullivanpj/open-system/commit/a40d105e1fbad9c548e91d8a7c1168c6606bc6b0))
* **repo:** Added semver executors and Commitizen ([0db2111](https://github.com/sullivanpj/open-system/commit/0db21117a91c32c97a952974713dd11daabaf82f))
* **repo:** Updated package-lock.json ([1938a9f](https://github.com/sullivanpj/open-system/commit/1938a9f85e6d639653822bf3133f666196f9f05e))
* **shared-ui-data-access:** Added shared data access library for user data ([1da2397](https://github.com/sullivanpj/open-system/commit/1da23973eeb7c701a66e2d1529a39df09ecfaf91))
* **shared-ui-design-token:** Added docgen tools ([d06b8e0](https://github.com/sullivanpj/open-system/commit/d06b8e008dd8e72c50e52a94c756a57337c3b124))
* **shared-ui-feat-layout:** Re-organized the folder structure of ui libraries ([a812c41](https://github.com/sullivanpj/open-system/commit/a812c41d75064d513420d6d4686966675f1e21f9))
* **shared:** Generated the React components lib ([f6f882b](https://github.com/sullivanpj/open-system/commit/f6f882b713b0d907caee5c41bc89da54974138d1))
* **tools-asyncapi-rabbitmq:** Added .NET RabbitMQ generator core functionality ([31364fd](https://github.com/sullivanpj/open-system/commit/31364fdb71e6970f79d22b2c1fe294d5e04ccbb6))
* **tools:** Added spacing to token generator ([3457a54](https://github.com/sullivanpj/open-system/commit/3457a54e205ca5e192d50ff4ee123dedb1d814f0))
* **tools:** Enhanced the token build executor ([3df7fb3](https://github.com/sullivanpj/open-system/commit/3df7fb31f1b772b83ed05ffffc6680b8010072d2))
* **user-server-domain:** Added initial domain code for the User domain ([2765949](https://github.com/sullivanpj/open-system/commit/276594936a06e59c1fd258562e23ca3f63fca9c1))
* **web-landing:** Add landing screen application ([33aeaa1](https://github.com/sullivanpj/open-system/commit/33aeaa16c61c16b190de178e7dbc9935aeea1344))
* **web-shell:** Added @next/font ([ef22c2d](https://github.com/sullivanpj/open-system/commit/ef22c2d3710e8bd399ad6498ee638c2258d490a0))
* **web-shell:** Added Introduction section ([4cd46f4](https://github.com/sullivanpj/open-system/commit/4cd46f43de31e28ee4e1046a1402c31e0738fb9c))
* **web-shell:** Added introduction section to the landing page ([8edf186](https://github.com/sullivanpj/open-system/commit/8edf186783703d0729362a00c3d7787ae633f2a0))
* **web-shell:** Added next-seo metadata ([ba87b23](https://github.com/sullivanpj/open-system/commit/ba87b23c772f808468cb317c4e3658446ec46e94))
* **web-shell:** Converted web app to use NextJs ([c7f6f06](https://github.com/sullivanpj/open-system/commit/c7f6f06a4b950d12def8d20e900644d2fa30338f))
* **web-shell:** Enhanements to web application ([0ba6cde](https://github.com/sullivanpj/open-system/commit/0ba6cded9f7f5aea8fb205c3fdbd9a9d9daba9b4))

0 comments on commit e05f8c8

Please sign in to comment.