Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
dialogporten-bot committed Sep 23, 2024
1 parent 0091fa7 commit 16cb6e4
Show file tree
Hide file tree
Showing 13 changed files with 566 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "1.0.0",
"packages/bff": "1.0.0",
".": "1.1.0",
"packages/bff": "1.1.0",
"packages/bff-types-generated": "1.0.0",
"packages/docs": "1.0.0",
"packages/docusaurus-tldraw-plugin": "1.0.0",
"packages/frontend": "1.0.0",
"packages/storybook": "1.0.0"
"packages/docs": "1.1.0",
"packages/docusaurus-tldraw-plugin": "1.1.0",
"packages/frontend": "1.1.0",
"packages/storybook": "1.1.0"
}
243 changes: 243 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dialogporten-frontend",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"hooks:enable": "git config core.hooksPath .hooks",
Expand Down
59 changes: 59 additions & 0 deletions packages/bff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Changelog

## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/bff-v1.0.0...bff-v1.1.0) (2024-09-23)


### Features

* add graphql-request for fetching data with example ([#543](https://github.com/digdir/dialogporten-frontend/issues/543)) ([668eff9](https://github.com/digdir/dialogporten-frontend/commit/668eff9bff7d521c8032cb538528b8a8fb169ad4))
* add log out feature ([8a65a21](https://github.com/digdir/dialogporten-frontend/commit/8a65a2165983d87ba560bdb068daa6d950dfa8a3))
* Added fromView functionality, removed compression in query params ([#770](https://github.com/digdir/dialogporten-frontend/issues/770)) ([85ca8d5](https://github.com/digdir/dialogporten-frontend/commit/85ca8d57207614b684ff2838a835138921e832e5))
* **auth:** Add logout route ([#456](https://github.com/digdir/dialogporten-frontend/issues/456)) ([8a65a21](https://github.com/digdir/dialogporten-frontend/commit/8a65a2165983d87ba560bdb068daa6d950dfa8a3))
* **auth:** refresh auth tokens when they expire ([#457](https://github.com/digdir/dialogporten-frontend/issues/457)) ([286544d](https://github.com/digdir/dialogporten-frontend/commit/286544d557dcd1751beec54eb52a2391df63af3e))
* **bff:** add health checks ([#1099](https://github.com/digdir/dialogporten-frontend/issues/1099)) ([4d0cfde](https://github.com/digdir/dialogporten-frontend/commit/4d0cfdee9675fb0317045e77a0362ce1eaf2c10e))
* **bff:** update DB migration code [#553](https://github.com/digdir/dialogporten-frontend/issues/553) ([900e392](https://github.com/digdir/dialogporten-frontend/commit/900e392fc6867003caaf936909cb7fc0ebfc85e9))
* **bff:** use node logger ([#1043](https://github.com/digdir/dialogporten-frontend/issues/1043)) ([d2f359c](https://github.com/digdir/dialogporten-frontend/commit/d2f359c5f24158a480cfb5689f9f03beb68c4ea2))
* **bff:** use node-logger in fastify ([#1063](https://github.com/digdir/dialogporten-frontend/issues/1063)) ([70b5e2c](https://github.com/digdir/dialogporten-frontend/commit/70b5e2c1039b840e5c8523f4d5bfa599004eeff5))
* **bff:** use node:timers ([d787f31](https://github.com/digdir/dialogporten-frontend/commit/d787f31b3f34f7d07ca4d0d67baa741aba4dc769))
* codegen for frontend based on GraphQL types in the BFF ([#541](https://github.com/digdir/dialogporten-frontend/issues/541)) ([6a2f53e](https://github.com/digdir/dialogporten-frontend/commit/6a2f53e33338fedeeeda0c4ef73570ff3a03c2c3))
* difference behaviour based on if dialog update event was a delete action or just an update event ([7066332](https://github.com/digdir/dialogporten-frontend/commit/706633209c7ab8329c76890848bdb30282aca27e))
* fetching parties with gql function and types generated from stiched schema ([570e764](https://github.com/digdir/dialogporten-frontend/commit/570e764022966e3a082c4d000493435dc380f603))
* graphql endpoint in bff ([524d495](https://github.com/digdir/dialogporten-frontend/commit/524d495aff4c1777c9ffc2de4b1c6643002c3538))
* GraphQL subscription (SSE) and EventSource integration ([78403a5](https://github.com/digdir/dialogporten-frontend/commit/78403a5e7218b94ac706f4cc2cb293142c0b27e7))
* improve login flow for app ([#436](https://github.com/digdir/dialogporten-frontend/issues/436)) ([#452](https://github.com/digdir/dialogporten-frontend/issues/452)) ([d359849](https://github.com/digdir/dialogporten-frontend/commit/d359849b43860d4831e4bc47f4b5428d20a9713e))
* map dialog search dialogs to dialogs + minor styling fixes ([2b0ba5e](https://github.com/digdir/dialogporten-frontend/commit/2b0ba5e75790c39cbb51d303b7e03f4c1f10ad8d))
* move user endpoint to graphql schema with resolver ([a6e488e](https://github.com/digdir/dialogporten-frontend/commit/a6e488e0799a4542ccfc768838d11af8b7ce4c16))
* refactor auth check logic, prevents app to be ninja loaded and improves lout out ux ([61a6fe1](https://github.com/digdir/dialogporten-frontend/commit/61a6fe175a7f9877e30c0d86a14bfb6670f3b2ce))
* Searches now being saved per party. Party dropdown and sidebar reflects actual per party count ([#1017](https://github.com/digdir/dialogporten-frontend/issues/1017)) ([b7b72f7](https://github.com/digdir/dialogporten-frontend/commit/b7b72f7aa50b969b88e18dc02e8c5db8468e7c6c))
* setup Redis in `bff` as storage for sessions ([67ae240](https://github.com/digdir/dialogporten-frontend/commit/67ae240e48f8d9963a81e26e0e66c45e7eaa853d))
* setup vitest for all packages ([a60e9b4](https://github.com/digdir/dialogporten-frontend/commit/a60e9b40b977bce24c61be45dd44af1dbaa26ada))
* stitch Dialogporten-backend-GraphQL and BFF-GraphQL together to one ([6a10124](https://github.com/digdir/dialogporten-frontend/commit/6a10124ab1b0ff29b7da56d12fe7f984901d4628))
* support multiselect filters ([4cd3311](https://github.com/digdir/dialogporten-frontend/commit/4cd3311ae0453a9ffc9cdfc0e7e7d55247a1e885))


### Bug Fixes

* actually use the port variable ([d735613](https://github.com/digdir/dialogporten-frontend/commit/d735613b3d0aaa4ffec9a80110adacc211143e61))
* adds token to context since session object is needed in its entirety ([992f94d](https://github.com/digdir/dialogporten-frontend/commit/992f94d77a14fbb4a85c6bc6a57686839ff45ff5))
* another quickfix for making DOckerfile in bff work ([30de172](https://github.com/digdir/dialogporten-frontend/commit/30de1720a35c2cc85240b267dd7be9979b47ebe7))
* await start functions to ensure errors are logged ([#519](https://github.com/digdir/dialogporten-frontend/issues/519)) ([844c66d](https://github.com/digdir/dialogporten-frontend/commit/844c66d533ee4143c908cbdd7c61949dab207467))
* **azure:** add application insights and create container app env ([#333](https://github.com/digdir/dialogporten-frontend/issues/333)) ([13aa6ca](https://github.com/digdir/dialogporten-frontend/commit/13aa6ca097c456f93a5af66fe04873b3591ea740))
* **bff:** add the correct graphql endpoint ([#611](https://github.com/digdir/dialogporten-frontend/issues/611)) ([5780856](https://github.com/digdir/dialogporten-frontend/commit/57808562a3f706839c598373a278b83b46849d7f))
* **bff:** avoid running app on migration ([#361](https://github.com/digdir/dialogporten-frontend/issues/361)) ([038ca12](https://github.com/digdir/dialogporten-frontend/commit/038ca12b7ef900edd41994564da1ff617d1fb051))
* **bff:** bff migrations ([#555](https://github.com/digdir/dialogporten-frontend/issues/555)) ([32b8075](https://github.com/digdir/dialogporten-frontend/commit/32b80756f392cb7857d8023456f61c741b70e879))
* **bff:** convert to opentelemetry ([#1082](https://github.com/digdir/dialogporten-frontend/issues/1082)) ([9ef3427](https://github.com/digdir/dialogporten-frontend/commit/9ef34278884364bb18fc94e4819cd6d306961dc5))
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814))
* **bff:** ensure instrumentation is initialized before starting the app ([#1118](https://github.com/digdir/dialogporten-frontend/issues/1118)) ([4c0f687](https://github.com/digdir/dialogporten-frontend/commit/4c0f687e84f6cf6132112c3b6257bc15306b62c6))
* **bff:** fix migration job ([#358](https://github.com/digdir/dialogporten-frontend/issues/358)) ([9e9f478](https://github.com/digdir/dialogporten-frontend/commit/9e9f478cef83d7e35dbf97a23f3179322704f35f))
* **bff:** start script ([#556](https://github.com/digdir/dialogporten-frontend/issues/556)) ([60aefc5](https://github.com/digdir/dialogporten-frontend/commit/60aefc5845c9335c7ff34e3be23fe54cb167f5af))
* **bff:** use correct command in dockerfile ([#380](https://github.com/digdir/dialogporten-frontend/issues/380)) ([33bdd7b](https://github.com/digdir/dialogporten-frontend/commit/33bdd7bd25a1037f946a8d849b934b6309e4357b))
* change refresh auth token flow ([#1005](https://github.com/digdir/dialogporten-frontend/issues/1005)) ([c9b5bf6](https://github.com/digdir/dialogporten-frontend/commit/c9b5bf699d3fe7dc1a697c090bf2842912bdff5f))
* clean up bff and login ([f96eab1](https://github.com/digdir/dialogporten-frontend/commit/f96eab1e1b8f298433e673a63bee44f64bff8e27))
* dialogporten.noconsent scope ([43846f9](https://github.com/digdir/dialogporten-frontend/commit/43846f915acaff18254a05f21a05bf9ecc2b00a1))
* ensure tls in Redis connection string and fix health checks ([#523](https://github.com/digdir/dialogporten-frontend/issues/523)) ([27ebed0](https://github.com/digdir/dialogporten-frontend/commit/27ebed0dbcf931a069ed4d6e7d7556812a8fad53))
* fixes logout not working ([#517](https://github.com/digdir/dialogporten-frontend/issues/517)) ([7048ee9](https://github.com/digdir/dialogporten-frontend/commit/7048ee9d8896ca36a1b52ad5c1470a2fb1a59f16))
* quickfix for broken docker command ([316367d](https://github.com/digdir/dialogporten-frontend/commit/316367de4308b1dd0444b0bd8388f67140d18a16))
* Refactoring bff and removing old frontend ([#375](https://github.com/digdir/dialogporten-frontend/issues/375)) ([05d904c](https://github.com/digdir/dialogporten-frontend/commit/05d904c100e1dd0dbb3a3af94757e11f3b4a08b5))
* remove app insights native sdk ([62b12a4](https://github.com/digdir/dialogporten-frontend/commit/62b12a45760ddeb12fd7d9fc942aef0874ebdfd9))
* remove console line ([2a558e6](https://github.com/digdir/dialogporten-frontend/commit/2a558e66a9929d42b333f77832ae06d02dc5fb38))
* some BFF rafactoring ([bd729f8](https://github.com/digdir/dialogporten-frontend/commit/bd729f81db90a086092850b8337bf3432d2debd8))
2 changes: 1 addition & 1 deletion packages/bff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bff",
"version": "1.0.0",
"version": "1.1.0",
"main": "src/index.ts",
"private": true,
"scripts": {
Expand Down
22 changes: 22 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/docs-v1.0.0...docs-v1.1.0) (2024-09-23)


### Features

* add checking for missing i18n keys ([45cef62](https://github.com/digdir/dialogporten-frontend/commit/45cef62a777c60678aff0d5637fb1afa9d913547))
* add husky and pre-commit hook with lint-staged ([#247](https://github.com/digdir/dialogporten-frontend/issues/247)) ([#259](https://github.com/digdir/dialogporten-frontend/issues/259)) ([0de2661](https://github.com/digdir/dialogporten-frontend/commit/0de266166269d7aa75a986cbab8d5fb73eae63ba))
* add xs size for profile button + small fixes in header ([4aee6df](https://github.com/digdir/dialogporten-frontend/commit/4aee6df363b10a0d553a4ffc0ea9ea018ed8b88b))
* **azure:** add ssh jumper ([#993](https://github.com/digdir/dialogporten-frontend/issues/993)) ([a6bc0e6](https://github.com/digdir/dialogporten-frontend/commit/a6bc0e69afcfc2a99ef68bda0b7b318528f03e54))
* implement fiterBar in app ([8ee871d](https://github.com/digdir/dialogporten-frontend/commit/8ee871d75f3784a4792f4a702f53ec5843bcc68f))
* stitch Dialogporten-backend-GraphQL and BFF-GraphQL together to one ([6a10124](https://github.com/digdir/dialogporten-frontend/commit/6a10124ab1b0ff29b7da56d12fe7f984901d4628))
* support multi level and date ([22c4589](https://github.com/digdir/dialogporten-frontend/commit/22c4589f689991044b9b8b2303c924a558d99a59))
* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c))


### Bug Fixes

* attempt issue not respecting BASEURL env variable by updating ([3c4dba8](https://github.com/digdir/dialogporten-frontend/commit/3c4dba84a48d64e6614194cfcb43957fb84a309f))
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814))
* testing again, changing default baseurl ([58b7c81](https://github.com/digdir/dialogporten-frontend/commit/58b7c81db4c0d77762f35c65425e66b53005888f))
14 changes: 11 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down Expand Up @@ -38,7 +38,15 @@
"typescript": "~5.5.4"
},
"browserslist": {
"production": [">0.5%", "not dead", "not op_mini all"],
"development": ["last 3 chrome version", "last 3 firefox version", "last 5 safari version"]
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 5 safari version"
]
}
}
13 changes: 13 additions & 0 deletions packages/docusaurus-tldraw-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/docusaurus-tldraw-plugin-v1.0.0...docusaurus-tldraw-plugin-v1.1.0) (2024-09-23)


### Features

* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c))


### Bug Fixes

* **deps:** update dependency tldraw to v2.4.4 ([f5b6712](https://github.com/digdir/dialogporten-frontend/commit/f5b6712b225bbd02e16d452c22ed4d86909d0da8))
8 changes: 6 additions & 2 deletions packages/docusaurus-tldraw-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "docusaurus-tldraw-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "Docusaurus plugin for embedding tldraw drawings in docs",
"main": "src/index.js",
"scripts": {
"test": ""
},
"keywords": ["docusaurus", "tldraw", "plugin"],
"keywords": [
"docusaurus",
"tldraw",
"plugin"
],
"author": "",
"license": "MIT",
"dependencies": {
Expand Down
Loading

0 comments on commit 16cb6e4

Please sign in to comment.