From 687cdbf7922bb3b2aa1df34a006a995e7babbb18 Mon Sep 17 00:00:00 2001 From: dsebastien Date: Fri, 11 Oct 2024 22:29:16 +0000 Subject: [PATCH] chore(release): release 0.28.0 --- CHANGELOG.md | 162 +--------------------------------------------- package-lock.json | 4 +- package.json | 2 +- 3 files changed, 4 insertions(+), 164 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c9929e..5e521233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ - - -# 0.27.0 (2024-10-11) +# 0.28.0 (2024-10-11) ### Bug Fixes @@ -161,163 +159,5 @@ * **deps:** reverted update of supabase auth-helpers as those break sign up ([ae06319](https://github.com/DeveloPassion/knowii/commit/ae063191d0ed4db0fa83b743ea582fea5f76c93f)), closes [#533](https://github.com/DeveloPassion/knowii/issues/533) -# 0.27.0 (2024-10-11) - - -### Bug Fixes - -* **all:** added abstract controller back ([3b120ee](https://github.com/DeveloPassion/knowii/commit/3b120ee3ee144efe696a02ae7f032b97eefa8670)) -* **all:** added missing description when saving resources ([233182a](https://github.com/DeveloPassion/knowii/commit/233182a8a3eeefc69a05df76e51fb61399c43cf2)) -* **all:** associated new community resources with the user profile, not the user ([cd6be3c](https://github.com/DeveloPassion/knowii/commit/cd6be3c9e2759fd2c97cea8c7ba807a39cac7fa3)) -* **all:** ensured that cleared properties (bio, location, phone, etc) are saved ([a2f4f34](https://github.com/DeveloPassion/knowii/commit/a2f4f34d6a1ebea3b08b5ff4e311ddee9d2d829e)) -* **all:** fix release pipeline def ([ecb2180](https://github.com/DeveloPassion/knowii/commit/ecb2180d504b371f3319b56a71895270985fc19c)) -* **all:** fixed API_BASE_PATH usage to avoid // and needless redirects ([b7c946a](https://github.com/DeveloPassion/knowii/commit/b7c946a284690778cdcdd55bf5c91654c11c0c8c)) -* **all:** fixed asset loading issue due to vite config ([157964f](https://github.com/DeveloPassion/knowii/commit/157964ff48a205cff78db5a2bf25ea32ece7dd4f)), closes [#743](https://github.com/DeveloPassion/knowii/issues/743) -* **all:** fixed bug with the communities list page prop ([463e926](https://github.com/DeveloPassion/knowii/commit/463e926a7553cc5fe70028af69ed1a55149c4cce)) -* **all:** fixed bug with the exception handler. Needs to handle redirect responses ([d30e22b](https://github.com/DeveloPassion/knowii/commit/d30e22bd4c17a506f2470348248bba7952e84dd9)) -* **all:** fixed community creation form validation ([25429db](https://github.com/DeveloPassion/knowii/commit/25429dbde5108e0a310edfc0f2eb3e6e83eb0f51)) -* **all:** fixed fields on community resource json ([cd074a4](https://github.com/DeveloPassion/knowii/commit/cd074a4e81ff41d5f335621d31742bc1f3b64b65)) -* **all:** fixed issue with back client-side navigation ([998813a](https://github.com/DeveloPassion/knowii/commit/998813ac7ac4942e431787daa32876d0d9104732)) -* **all:** fixed published at timestamp serialization ([d4f71f0](https://github.com/DeveloPassion/knowii/commit/d4f71f0178103d695c3d87a1755953e394f6551d)) -* **all:** fixed user deletion and allowed multiple personal communities ([48782b8](https://github.com/DeveloPassion/knowii/commit/48782b8f199c50a189acfeef8e0ea351816e694e)) -* **all:** fixed username generation (ended with - for conflicts before) ([1265568](https://github.com/DeveloPassion/knowii/commit/1265568279b1db16f4c307f84056b47f4c18db84)) -* **all:** fixed verify mail page links ([1fdd0bf](https://github.com/DeveloPassion/knowii/commit/1fdd0bf6d1396337d4f478e8938ea8ae8d0ca7fa)), closes [#735](https://github.com/DeveloPassion/knowii/issues/735) -* **all:** implemented re-attach of user profiles (wip for [#921](https://github.com/DeveloPassion/knowii/issues/921)) ([761c460](https://github.com/DeveloPassion/knowii/commit/761c460893555365be14f3e775dd0419fe9f83b2)) -* **all:** remove test duplicate resource collection entries display ([0532bd0](https://github.com/DeveloPassion/knowii/commit/0532bd0c99165e33b21cb7857acbf4e87edad0fa)) -* **all:** removed the removal of the v parameter because it breaks adding yt links ([f92f452](https://github.com/DeveloPassion/knowii/commit/f92f4521c8b90651858dad43c6c030f9c57d8add)) -* **all:** switched back to Pino and fixed the issue ([c929451](https://github.com/DeveloPassion/knowii/commit/c929451829d620c25a29b8f5d719dc0309d183d2)), closes [#623](https://github.com/DeveloPassion/knowii/issues/623) -* **all:** used the correct API resource when serializing communities ([441ec14](https://github.com/DeveloPassion/knowii/commit/441ec14ec1354ae80d878cb08a3530bcb76f1561)) -* **api:** added missing resource and used the right one ([29d6eeb](https://github.com/DeveloPassion/knowii/commit/29d6eeb3c02f7f73ceb6583fbcf718ebfb622e8a)) -* **api:** fixed issue with associating text articles to community resources ([1d3cac7](https://github.com/DeveloPassion/knowii/commit/1d3cac7e8cc4af79b5925fcf78f3836aa5778488)) -* **build:** fixed target for the deployment PR ([775fabd](https://github.com/DeveloPassion/knowii/commit/775fabdd42251cf71ad4246caedea09012f1d890)) -* **build:** reverted laravel-vite-plugin update as it breaks the manifest gen ([f950c92](https://github.com/DeveloPassion/knowii/commit/f950c92f65eca441b22c1c41fd5d1f5b6351dd5f)) -* **code:** adapt page height ([a47e2ad](https://github.com/DeveloPassion/knowii/commit/a47e2adfbd671b06be7ec4b7d81f9b4efe955b73)), closes [#266](https://github.com/DeveloPassion/knowii/issues/266) -* **code:** fixed community creation bug with the slug generation ([d5284f7](https://github.com/DeveloPassion/knowii/commit/d5284f75270d2a87ad1ee5bb8520e2da13bca3e4)) -* **code:** fixed issue with the middleware ([e9b2fda](https://github.com/DeveloPassion/knowii/commit/e9b2fdabfe3af8f9eaf198803a84fc2da4093cd1)) -* **code:** fixed issue with the prisma schema. Removed invalid zod annotation ([437f4c3](https://github.com/DeveloPassion/knowii/commit/437f4c3aa23506d2cb68c3710782a342cf1d4f78)) -* **deps:** fixed issue with local supabase ([1ed3983](https://github.com/DeveloPassion/knowii/commit/1ed3983c3cab86f5ed0409e2867e5f2f60c7a94d)), closes [#497](https://github.com/DeveloPassion/knowii/issues/497) -* **sec:** fixed a bug with security headers that broke laravel redirects ([6b4fd31](https://github.com/DeveloPassion/knowii/commit/6b4fd319626b53cbfb3cba7aaae4d5b1fadd7d10)) -* **tests:** fixed html to markdown ([3505a71](https://github.com/DeveloPassion/knowii/commit/3505a716b41bd7f7f2333cf1b6c54ba24c665f20)) -* **ui:** fixed issue with body style too wide ([32df299](https://github.com/DeveloPassion/knowii/commit/32df299f0f93823e0609d1a1057ff224f4fb3a02)) -* **ui:** fixed margin issue with header logo in compact mode ([1d88ca0](https://github.com/DeveloPassion/knowii/commit/1d88ca0768de96fcd002d780262344a201cd3ceb)), closes [#693](https://github.com/DeveloPassion/knowii/issues/693) -* **ui:** fixed overflow issue with resource collections ([9ed8d45](https://github.com/DeveloPassion/knowii/commit/9ed8d452c20f4f043bcbc13dd76f5c728cdbdf25)) -* **ui:** fixed the login page links on small screens ([fd168b1](https://github.com/DeveloPassion/knowii/commit/fd168b1fad73891481685a60cd39fc8d3c513500)), closes [#734](https://github.com/DeveloPassion/knowii/issues/734) -* **ui:** improved page header display on mobile ([a29616f](https://github.com/DeveloPassion/knowii/commit/a29616f42e64fbd2d7e538135654af49865bb403)) -* **ui:** increased community box size to function with largest names/descriptions ([e874e6c](https://github.com/DeveloPassion/knowii/commit/e874e6c160b850189479bc59db1d65e8e82618ce)) -* **ui:** removed margin top for login pages on mobile ([bbb6aea](https://github.com/DeveloPassion/knowii/commit/bbb6aea9893d7847d50581e878b2c8890b73fa6d)), closes [#738](https://github.com/DeveloPassion/knowii/issues/738) -* **ui:** reused appcontentwrapper and fixed styles ([640908d](https://github.com/DeveloPassion/knowii/commit/640908d0f0b958273fa2d4c37faa5ac822268dc2)) - -### Features -* **all:** added automatic slug generation for communities ([9201499](https://github.com/DeveloPassion/knowii/commit/92014999941b53024384bda95e47cd3acf109d26)) -* **all:** added back ping api endpoint ([b254759](https://github.com/DeveloPassion/knowii/commit/b25475900e0174a91df9db824c4f8e1c3cdc50cc)) -* **all:** added back version api endpoint ([269bf2a](https://github.com/DeveloPassion/knowii/commit/269bf2af884e58f59cf97ef7ff585d63fffbd93d)) -* **all:** added cover image capture ([3cb1a08](https://github.com/DeveloPassion/knowii/commit/3cb1a081588611aceeb38b61e63405627d4f12d9)) -* **all:** added fields to resources ([13193c2](https://github.com/DeveloPassion/knowii/commit/13193c245f1ee115dea6d801c08cd836a410b719)) -* **all:** added fields to text article resources ([936a25d](https://github.com/DeveloPassion/knowii/commit/936a25d1115d87d855178ad9b623ca87f29589db)) -* **all:** added GH issue and PR templates ([638bbc8](https://github.com/DeveloPassion/knowii/commit/638bbc84083c6249bb3d7f9d62cd519402a4beab)) -* **all:** added global add context for shared data ([454551d](https://github.com/DeveloPassion/knowii/commit/454551d9ba1d3e48a3ae7f7baf10220b9540e2fb)) -* **all:** added keywords and tags extraction ([5e94e9a](https://github.com/DeveloPassion/knowii/commit/5e94e9a10ec50e614dd461177126f17bbc82de30)) -* **all:** added location, bio, and phone to users ([7168c5a](https://github.com/DeveloPassion/knowii/commit/7168c5ae553e0df459fbcd2ae4895b21a3e69136)) -* **all:** added logging utility ([b2bfbd6](https://github.com/DeveloPassion/knowii/commit/b2bfbd6b3b708c87877ebee46ce1cceceb875f0b)), closes [#265](https://github.com/DeveloPassion/knowii/issues/265) -* **all:** added name and description to community resources ([667e09c](https://github.com/DeveloPassion/knowii/commit/667e09c4fc3478862a1eb9624e3f52bac7d0c684)) -* **all:** added new app skeleton ([e817b1f](https://github.com/DeveloPassion/knowii/commit/e817b1f8607e069180b00f9ffe1f614b2cc8a692)) -* **all:** added self hosting guide and browserless production setup scripts ([555fc7c](https://github.com/DeveloPassion/knowii/commit/555fc7c725feea0c6cc8a161071b7da898e15222)) -* **all:** added slug to communities ([d87a36d](https://github.com/DeveloPassion/knowii/commit/d87a36dc5fa713546ea56f13c20bbaf56587df4a)) -* **all:** added social media links to user profiles ([ff2a971](https://github.com/DeveloPassion/knowii/commit/ff2a971d845c549198f8e8a36797c5e1ec0b8af5)), closes [#836](https://github.com/DeveloPassion/knowii/issues/836) -* **all:** added social media links to user profiles ([980f8c0](https://github.com/DeveloPassion/knowii/commit/980f8c0b2834727b0aa751782589e545f606ded8)) -* **all:** added text article resources table and model ([05b6ef5](https://github.com/DeveloPassion/knowii/commit/05b6ef59bfe6e7e6980bc3f163d8c4a4d0ee36e1)) -* **all:** added text resource creation action ([8a7d9db](https://github.com/DeveloPassion/knowii/commit/8a7d9db030dd5978dcd42d07d2278a593dff3d7e)) -* **all:** added the community resource table and model ([50a6b30](https://github.com/DeveloPassion/knowii/commit/50a6b308fdc5c28657d555b3d9c876228c9e423d)) -* **all:** added the resources table ([98fbf67](https://github.com/DeveloPassion/knowii/commit/98fbf67e05cb1a14103976dc5dcb5d9e9b17481b)) -* **all:** added username and email to user profiles. Copied from user account ([af7d6d8](https://github.com/DeveloPassion/knowii/commit/af7d6d871b7ac906001b9e56bc6c7b7fed8fc878)) -* **all:** added username and random username generation at user creation time ([7ec1200](https://github.com/DeveloPassion/knowii/commit/7ec120050e7ac1332123d5819837b5bef34c7ff7)) -* **all:** added Zod validation for the community creation form ([1d45156](https://github.com/DeveloPassion/knowii/commit/1d45156294a8a7b869671d65d586d7d021b066a3)), closes [#425](https://github.com/DeveloPassion/knowii/issues/425) [#805](https://github.com/DeveloPassion/knowii/issues/805) -* **all:** enabled email sending using Resend ([284b198](https://github.com/DeveloPassion/knowii/commit/284b198c1060c3060e8e8ffb162f97e69fb786a4)) -* **all:** extracted the community creation dialog to a separate reusable component ([ae39f28](https://github.com/DeveloPassion/knowii/commit/ae39f28e8487a3b1c98530f1d92388bff06b6b7d)) -* **all:** finished implementing username change ([d28e52a](https://github.com/DeveloPassion/knowii/commit/d28e52a59153b0bf224a69cd0cda9aaeaf333e01)) -* **all:** implemented resource collection creation ([751ee6c](https://github.com/DeveloPassion/knowii/commit/751ee6c61ae49af5e52732d332692f43360baafa)) -* **all:** implemented the community creation page ([040816d](https://github.com/DeveloPassion/knowii/commit/040816daccf5e70ea699f61da2aa3332175b0f49)), closes [#238](https://github.com/DeveloPassion/knowii/issues/238) -* **all:** implemented username profile update ([82bf670](https://github.com/DeveloPassion/knowii/commit/82bf670cde794ef8fe99ce32553f079a452fb93f)) -* **all:** improved and aligned validation, and created constants on the server-side ([84bb9f3](https://github.com/DeveloPassion/knowii/commit/84bb9f37728f93783f095f0f4f248b65e1256598)) -* **all:** introduced DAO layer and improved type safety ([c1422ab](https://github.com/DeveloPassion/knowii/commit/c1422ab6ea7292c28a3c26240a2d87ed820e5c6b)) -* **all:** loaded the 10 most recent resources for the community page ([8881977](https://github.com/DeveloPassion/knowii/commit/8881977f0b0787e1a82e2ea156e62a224d053cc9)) -* **all:** re-attach old user profile when recreating an account and prevent profile updates until email verified ([8e6453c](https://github.com/DeveloPassion/knowii/commit/8e6453cfd4ecbc1e04ee03b11336b5ce69dee757)) -* **all:** returned the raw markdown tos and privacy policy and rendered them safely using react-markdown ([9f0f922](https://github.com/DeveloPassion/knowii/commit/9f0f922f3b7cc8344a756d79de4a256e84b4bce2)) -* **all:** separated user accounts and user profiles ([241648b](https://github.com/DeveloPassion/knowii/commit/241648b9f1b5ae5063adff1b6265304a24b2dfa9)) -* **all:** started implementing community support (wip) ([99e4d4a](https://github.com/DeveloPassion/knowii/commit/99e4d4aa9be710c2ae27fe52c33969f12d04dcb0)) -* **api:** added api client for creating text article resources ([76fb766](https://github.com/DeveloPassion/knowii/commit/76fb76606c55c003cdb77940ce2b76094185c6f0)) -* **api:** added api to check username availability ([658b064](https://github.com/DeveloPassion/knowii/commit/658b0644a1ff17c3efce26dad0e94f8aafdfd0e2)) -* **api:** added ApiResponses trait ([e5bde21](https://github.com/DeveloPassion/knowii/commit/e5bde2150d0e6bb6d5a0e6f451681e18e3bb78d2)), closes [#730](https://github.com/DeveloPassion/knowii/issues/730) -* **api:** added base types for the api and requests as well as constants ([ea19e39](https://github.com/DeveloPassion/knowii/commit/ea19e396fc53319ac940e9b0e606514c5b3bd0b2)) -* **api:** added endpoint to store new text resources ([a9f4f06](https://github.com/DeveloPassion/knowii/commit/a9f4f06e65012477ecf3b6ff5a63ada0e275c33c)) -* **api:** added OpenAPI support ([38ef18e](https://github.com/DeveloPassion/knowii/commit/38ef18e41ca462b0b145b69705245266aacf837d)) -* **api:** adding serverless (wip) ([d73ef26](https://github.com/DeveloPassion/knowii/commit/d73ef26ce63ddba2f88f9a9760fe171506f0f177)) -* **api:** finished implementing base api design and error handling/json serialization ([33bf182](https://github.com/DeveloPassion/knowii/commit/33bf182390defc9fc98171ecb64735219b1d08ea)) -* **api:** implemented create resource collection api and api client code ([f981dc5](https://github.com/DeveloPassion/knowii/commit/f981dc5b790bb0a5f41dee1e76b29aa5e962da7f)) -* **api:** implemented the api configuration and an example ([9062a87](https://github.com/DeveloPassion/knowii/commit/9062a875464d928866dc2c7be18163c20b7cec96)) -* **api:** improved api testing tooling and doc. Now using Bruno ([2c2a2ee](https://github.com/DeveloPassion/knowii/commit/2c2a2eeae7ba6877c257ea13ec8d8e7f7ff7ab95)) -* **auth:** added confirm password page. Closes [#669](https://github.com/DeveloPassion/knowii/issues/669) ([c0f94eb](https://github.com/DeveloPassion/knowii/commit/c0f94eb5bbab1c27b7df5e9d558ee4e12bbc0e0a)) -* **auth:** added new commitlint scopes ([f35cab5](https://github.com/DeveloPassion/knowii/commit/f35cab5486ed54da467d9d3e38da764688b5141e)) -* **auth:** added password forgotten page. Closes [#667](https://github.com/DeveloPassion/knowii/issues/667) ([c792bbc](https://github.com/DeveloPassion/knowii/commit/c792bbc813273be23b2276a3794ceaaf8902ac08)) -* **auth:** added reset password page. Closes [#671](https://github.com/DeveloPassion/knowii/issues/671) ([73b0db7](https://github.com/DeveloPassion/knowii/commit/73b0db7715471bfb780c1a4cc63575765da56dc6)) -* **auth:** added social login buttons to login page ([f7f7b96](https://github.com/DeveloPassion/knowii/commit/f7f7b9669b2afb448de55c4bec19598820628eeb)), closes [#493](https://github.com/DeveloPassion/knowii/issues/493) -* **auth:** added support for FB and Twitter ([b3cca94](https://github.com/DeveloPassion/knowii/commit/b3cca9433d630154f34c8edf6e4851ea23c4fdc8)) -* **auth:** implemented means to retrieve the internal user id as part of the supabase session ([5f8969d](https://github.com/DeveloPassion/knowii/commit/5f8969db7b6c2d294be69b605a28989c0498d513)) -* **auth:** implemented verify email page. Closes [#673](https://github.com/DeveloPassion/knowii/issues/673) ([4d9087f](https://github.com/DeveloPassion/knowii/commit/4d9087f8ab8c946fa36efb179622329e2ce498d5)) -* **build:** added deployment github workflow ([35f81be](https://github.com/DeveloPassion/knowii/commit/35f81bec96c1dc39430a49186181cb7f03f1fe65)) -* **code:** added API endpoint to check for community slug availability ([a58072e](https://github.com/DeveloPassion/knowii/commit/a58072ede829329a582ad69bdf810e00f6a4519f)) -* **code:** added utility function to create slugs ([5417bd0](https://github.com/DeveloPassion/knowii/commit/5417bd0332f2686fc593180f6f91319092bf0e32)) -* **code:** added zustand for state management together with a first example ([274171f](https://github.com/DeveloPassion/knowii/commit/274171f5ef6d5712035d75d03f94f334b0b58b74)), closes [#538](https://github.com/DeveloPassion/knowii/issues/538) [#538](https://github.com/DeveloPassion/knowii/issues/538) -* **code:** created the community page ([2222c23](https://github.com/DeveloPassion/knowii/commit/2222c2364907da6f83c9350e8c76f5bdc91d6e1d)), closes [#240](https://github.com/DeveloPassion/knowii/issues/240) -* **code:** implement community creation API ([96f1f55](https://github.com/DeveloPassion/knowii/commit/96f1f553753345aa1dc1fa6f51779d2e617bb004)) -* **code:** implemented reusable schemas for API responses and errors ([18167af](https://github.com/DeveloPassion/knowii/commit/18167afadff297595e902d2be2bcb9acc1648bb0)), closes [#506](https://github.com/DeveloPassion/knowii/issues/506) -* **code:** implemented the API to retrieve a community ([5a88912](https://github.com/DeveloPassion/knowii/commit/5a88912f6520362cc0c072d4ca71e486d9e6652f)), closes [#535](https://github.com/DeveloPassion/knowii/issues/535) -* **code:** introduced error categories to distinguish between business, security and technical errors ([159078e](https://github.com/DeveloPassion/knowii/commit/159078ef36eaecf60e2296f46c7e15ed290b30f4)), closes [#515](https://github.com/DeveloPassion/knowii/issues/515) -* **code:** set current user as owner of newly created communities ([b4c6a95](https://github.com/DeveloPassion/knowii/commit/b4c6a95c7fd36d44064b1a90a85d5dd04dbb7c5e)), closes [#528](https://github.com/DeveloPassion/knowii/issues/528) -* **code:** updated to pgsql 17 ([0855a30](https://github.com/DeveloPassion/knowii/commit/0855a30c8dbe9ab97fffb971992f94234e1f2a08)) -* **code:** vary the logging levels per environment ([db61c01](https://github.com/DeveloPassion/knowii/commit/db61c01f24db75ad744a842bf9844fbde3db692d)), closes [#524](https://github.com/DeveloPassion/knowii/issues/524) -* **qa:** improved logging details (subcategory + detailed context logging) ([275c3b6](https://github.com/DeveloPassion/knowii/commit/275c3b6e78b02c129fa4ed634a1c5d607b18727e)) -* **release:** added possibility to specify the release type' ([ba87f24](https://github.com/DeveloPassion/knowii/commit/ba87f24c2f50157c4d23206cb280ba99635e160e)), closes [#959](https://github.com/DeveloPassion/knowii/issues/959) -* **sec:** added http security headers ([7e8e766](https://github.com/DeveloPassion/knowii/commit/7e8e766f3f17cdc6df58b46471afab98393dc8a4)) -* **ui:** added a compact mode to the page header ([7bd7a2a](https://github.com/DeveloPassion/knowii/commit/7bd7a2a53c34cef9d8706ab192c1393da1def8ae)) -* **ui:** added a page content wrapper ([a535e03](https://github.com/DeveloPassion/knowii/commit/a535e0319620a00b0f8e300b4b739a6b2d357690)) -* **ui:** added breadcrumb component ([da65482](https://github.com/DeveloPassion/knowii/commit/da654825c1fabd29eb992bbfb8f951ac7855993e)) -* **ui:** added community resource collection creation dialog ([412a58d](https://github.com/DeveloPassion/knowii/commit/412a58de010ba806da2ef5c97da51901e22400a2)) -* **ui:** added contact page. Closes [#688](https://github.com/DeveloPassion/knowii/issues/688) ([7e6678f](https://github.com/DeveloPassion/knowii/commit/7e6678f9a41fa18704173201393a8caca5e0a4e3)) -* **ui:** added delete user account in user profile. Closes [#298](https://github.com/DeveloPassion/knowii/issues/298) ([37dfbd8](https://github.com/DeveloPassion/knowii/commit/37dfbd86f06ea06ca293dbe45e64ff5913f1d0b7)) -* **ui:** added filtering on the dashboard ([919b417](https://github.com/DeveloPassion/knowii/commit/919b417d85f22bac84f3051080a35bde6bd68dde)) -* **ui:** added footer for desktop ([98f77d0](https://github.com/DeveloPassion/knowii/commit/98f77d0daae89422e43a4d48f44bc3b0c747629e)) -* **ui:** added personal field to community creation form ([945df99](https://github.com/DeveloPassion/knowii/commit/945df991471822bfaa971dde8d6cbb4ad827d4ce)) -* **ui:** added possibility to create resources ([6eb5d69](https://github.com/DeveloPassion/knowii/commit/6eb5d696621af96c73b6956e0c7ca2a33f22859c)) -* **ui:** added register page. Closes [#416](https://github.com/DeveloPassion/knowii/issues/416) ([d999d96](https://github.com/DeveloPassion/knowii/commit/d999d96a8aa250c11a37fbc4d77542e0a88078e2)) -* **ui:** added resource collection page ([ac7eb73](https://github.com/DeveloPassion/knowii/commit/ac7eb73e294e339138b64581d6a72700725456f5)) -* **ui:** added resource detail page (wip) ([8ada31a](https://github.com/DeveloPassion/knowii/commit/8ada31a32a9c7a4942668ec40d9837ba143cfd68)) -* **ui:** added the possibility to customize the app logo ([1cb21e3](https://github.com/DeveloPassion/knowii/commit/1cb21e3bd74df34a35a1b0d4758762ab626125bf)) -* **ui:** added waitlist to the welcome page ([c4378b3](https://github.com/DeveloPassion/knowii/commit/c4378b32940fe11eafc435535edbf62a3685e827)), closes [#714](https://github.com/DeveloPassion/knowii/issues/714) -* **ui:** automatically load communities when the user is logged in ([2e6cc7d](https://github.com/DeveloPassion/knowii/commit/2e6cc7dfdffebf7a4cf39e17e384eb25a40bec3b)) -* **ui:** displayed existing resource collections ([6695b17](https://github.com/DeveloPassion/knowii/commit/6695b1749e62ef0efe399206cc9debeb49abfcd3)) -* **ui:** distinguish community type by changing icon color ([022f892](https://github.com/DeveloPassion/knowii/commit/022f892847161fea2047ed23510debb79c1bda8a)) -* **ui:** implemented base addcommunity ([0d4990f](https://github.com/DeveloPassion/knowii/commit/0d4990f6118f9e7dc7a33d6b4f0ab6729d64e15d)) -* **ui:** implemented based menu styling. Closes [#683](https://github.com/DeveloPassion/knowii/issues/683) ([cc231de](https://github.com/DeveloPassion/knowii/commit/cc231de0f5d945da04241afccca5a95b14d75b08)) -* **ui:** implemented logout from other sessions in user profile ([fe75195](https://github.com/DeveloPassion/knowii/commit/fe7519525eb296e66e24da952fe90b2d6af1422c)) -* **ui:** improved app layout and app header ([4d974c2](https://github.com/DeveloPassion/knowii/commit/4d974c2c887a14847826b0522e0d72534e475642)) -* **ui:** improved display of communities. displayed visibility level ([ea737bf](https://github.com/DeveloPassion/knowii/commit/ea737bf3c70f3fb346ad3cca21205a1e71678f12)) -* **ui:** improved login page ([cff9def](https://github.com/DeveloPassion/knowii/commit/cff9defbc08b26998cb2be8308ad1fb18a45721a)) -* **ui:** improved page header display and added main nav menu (wip) ([497c1d5](https://github.com/DeveloPassion/knowii/commit/497c1d5983da27175153bb35baf2f51993ea88d7)) -* **ui:** improved password fields for signup, registration, etc ([0a87b98](https://github.com/DeveloPassion/knowii/commit/0a87b9859ee2e36dc89e9b2c6863addfcf850bd4)) -* **ui:** improved welcome page and app layout to leverage the compact mode ([9a99a67](https://github.com/DeveloPassion/knowii/commit/9a99a671cb96a83dffeb330967cae08bc4f4ac1f)) -* **ui:** made footer responsive. Closes [#608](https://github.com/DeveloPassion/knowii/issues/608) ([ba57b0f](https://github.com/DeveloPassion/knowii/commit/ba57b0f2d813a8ad177850b340d48f1252821aae)) -* **ui:** Moved logout button to user menu when logged in. Closes [#691](https://github.com/DeveloPassion/knowii/issues/691) ([f87218e](https://github.com/DeveloPassion/knowii/commit/f87218e05de3fcdab6af84ddfe9ae1d8171784fc)) -* **ui:** only allow creating private or public communities, not personal ones ([6760d5c](https://github.com/DeveloPassion/knowii/commit/6760d5c23ca478bbb60f47cbfa33861136f0388d)) -* **ui:** replaced the application mark with a svg logo and made its styles customizable ([25baf55](https://github.com/DeveloPassion/knowii/commit/25baf55d4dc7e958cbc933f176a1eed9291c379c)) -* **ui:** reworked the application mark with Figma and made the react component more customizable ([2b462a6](https://github.com/DeveloPassion/knowii/commit/2b462a62f3ee16b5f591d6c4cbf437a866630048)) -* **ui:** started implementing display of community list ([7702ab4](https://github.com/DeveloPassion/knowii/commit/7702ab43d31beb7c6db44fced82d96b56ed4120e)) -* **ui:** started working on the footer (wip) ([70ca5c1](https://github.com/DeveloPassion/knowii/commit/70ca5c1d8e3869fbe1e92d2f8ce3a1435750c895)) -* **ui:** switched to SVG logo and replaced favicon ([8ccb390](https://github.com/DeveloPassion/knowii/commit/8ccb390bf0effa8823ad2eb3289bb16c715e62be)), closes [#829](https://github.com/DeveloPassion/knowii/issues/829) - - -### Reverts - -* **deps:** reverted update of supabase auth-helpers as those break sign up ([ae06319](https://github.com/DeveloPassion/knowii/commit/ae063191d0ed4db0fa83b743ea582fea5f76c93f)), closes [#533](https://github.com/DeveloPassion/knowii/issues/533) diff --git a/package-lock.json b/package-lock.json index 145ee52d..c60b587e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@knowii/source", - "version": "0.27.0", + "version": "0.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@knowii/source", - "version": "0.27.0", + "version": "0.28.0", "license": "GNU AFFERO GENERAL PUBLIC LICENSE Version 3", "dependencies": { "@hookform/resolvers": "3.9.0", diff --git a/package.json b/package.json index 4d7c510b..a06fc38a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@knowii/source", - "version": "0.27.0", + "version": "0.28.0", "private": true, "license": "GNU AFFERO GENERAL PUBLIC LICENSE Version 3", "repository": {