-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ee871d
commit c1371f1
Showing
15 changed files
with
130 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
".": "1.0.0", | ||
"packages/bff": "1.0.0", | ||
".": "1.1.0", | ||
"packages/bff": "1.0.1", | ||
"packages/bff-frontend-poc": "1.0.0", | ||
"packages/dialogporten-types-generated": "1.0.0", | ||
"packages/docs": "1.0.0", | ||
"packages/docusaurus-tldraw-plugin": "1.0.0", | ||
"packages/frontend-design-poc": "1.0.0", | ||
"packages/storybook": "1.0.0" | ||
"packages/dialogporten-types-generated": "1.1.0", | ||
"packages/docs": "1.1.0", | ||
"packages/docusaurus-tldraw-plugin": "1.1.0", | ||
"packages/frontend-design-poc": "1.1.0", | ||
"packages/storybook": "1.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/dialogporten-frontend-v1.0.0...dialogporten-frontend-v1.1.0) (2024-03-25) | ||
|
||
|
||
### Features | ||
|
||
* Add Footer component to PageLayout ([#229](https://github.com/digdir/dialogporten-frontend/issues/229)) ([165287e](https://github.com/digdir/dialogporten-frontend/commit/165287ef4de1e64d842c8b2bffc2b52757655981)) | ||
* 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 Playwright test workflow and configuration ([#214](https://github.com/digdir/dialogporten-frontend/issues/214)) ([#241](https://github.com/digdir/dialogporten-frontend/issues/241)) ([cb703da](https://github.com/digdir/dialogporten-frontend/commit/cb703da1c0864b6014b4378c44d30200052dc3b2)) | ||
* add react-i18next with ICU ([#183](https://github.com/digdir/dialogporten-frontend/issues/183)) ([#189](https://github.com/digdir/dialogporten-frontend/issues/189)) ([7d1f05b](https://github.com/digdir/dialogporten-frontend/commit/7d1f05bf73d8e2066233035d8cb1ae8c3d498784)) | ||
* add react-query ([#167](https://github.com/digdir/dialogporten-frontend/issues/167)) ([f9be14d](https://github.com/digdir/dialogporten-frontend/commit/f9be14d82a3d418f398cecbd2974d6c27a12fd57)) | ||
* add react-query ([#167](https://github.com/digdir/dialogporten-frontend/issues/167)) ([5c9ba93](https://github.com/digdir/dialogporten-frontend/commit/5c9ba9380f693e7a4230bb85e3b1f4d0bb2090ff)) | ||
* Added Storybook ([#157](https://github.com/digdir/dialogporten-frontend/issues/157)) ([#177](https://github.com/digdir/dialogporten-frontend/issues/177)) ([5a5e6bc](https://github.com/digdir/dialogporten-frontend/commit/5a5e6bcbb3e5a25fdfdafe3360271669c1fbdfda)) | ||
* FilterBar [#282](https://github.com/digdir/dialogporten-frontend/issues/282) ([#313](https://github.com/digdir/dialogporten-frontend/issues/313)) ([76f846b](https://github.com/digdir/dialogporten-frontend/commit/76f846bdf10bcada272cb7998e62cde3a4d2dd01)) | ||
* implement fiterBar in app ([8ee871d](https://github.com/digdir/dialogporten-frontend/commit/8ee871d75f3784a4792f4a702f53ec5843bcc68f)) | ||
* organizes inbox items as groups with heading ([d6a94e2](https://github.com/digdir/dialogporten-frontend/commit/d6a94e2fb3cfe09f1e3dd8d4175b19750c9123fa)) | ||
* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c)) | ||
* Update Storybook config and add accessibility rules ([#234](https://github.com/digdir/dialogporten-frontend/issues/234)) ([e312e3d](https://github.com/digdir/dialogporten-frontend/commit/e312e3d54100febad2b101eb9d5b617daa619376)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **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)) | ||
* **azure:** use correct connection string for migration job ([#335](https://github.com/digdir/dialogporten-frontend/issues/335)) ([e4838be](https://github.com/digdir/dialogporten-frontend/commit/e4838be92cc7e2f6842cab96f8afd1b0e238218b)) | ||
* Remove old json file ([c1fba7b](https://github.com/digdir/dialogporten-frontend/commit/c1fba7b914c33a00dd647e74fa88c6adc57b8257)) | ||
* Storybook now correctly shows company layout ([#279](https://github.com/digdir/dialogporten-frontend/issues/279)) ([1837043](https://github.com/digdir/dialogporten-frontend/commit/18370438b5182b28e22241f8b9a0f2f0012d2e92)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [1.0.1](https://github.com/digdir/dialogporten-frontend/compare/bff-v1.0.0...bff-v1.0.1) (2024-03-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bff", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "src/index.ts", | ||
"private": true, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/dialogporten-types-generated-v1.0.0...dialogporten-types-generated-v1.1.0) (2024-03-25) | ||
|
||
|
||
### Features | ||
|
||
* implement fiterBar in app ([8ee871d](https://github.com/digdir/dialogporten-frontend/commit/8ee871d75f3784a4792f4a702f53ec5843bcc68f)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Remove old json file ([c1fba7b](https://github.com/digdir/dialogporten-frontend/commit/c1fba7b914c33a00dd647e74fa88c6adc57b8257)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/docs-v1.0.0...docs-v1.1.0) (2024-03-25) | ||
|
||
|
||
### Features | ||
|
||
* 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)) | ||
* implement fiterBar in app ([8ee871d](https://github.com/digdir/dialogporten-frontend/commit/8ee871d75f3784a4792f4a702f53ec5843bcc68f)) | ||
* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/docusaurus-tldraw-plugin-v1.0.0...docusaurus-tldraw-plugin-v1.1.0) (2024-03-25) | ||
|
||
|
||
### Features | ||
|
||
* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/frontend-design-poc-v1.0.0...frontend-design-poc-v1.1.0) (2024-03-25) | ||
|
||
|
||
### Features | ||
|
||
* Add Footer component to PageLayout ([#229](https://github.com/digdir/dialogporten-frontend/issues/229)) ([165287e](https://github.com/digdir/dialogporten-frontend/commit/165287ef4de1e64d842c8b2bffc2b52757655981)) | ||
* Add Playwright test workflow and configuration ([#214](https://github.com/digdir/dialogporten-frontend/issues/214)) ([#241](https://github.com/digdir/dialogporten-frontend/issues/241)) ([cb703da](https://github.com/digdir/dialogporten-frontend/commit/cb703da1c0864b6014b4378c44d30200052dc3b2)) | ||
* add react-i18next with ICU ([#183](https://github.com/digdir/dialogporten-frontend/issues/183)) ([#189](https://github.com/digdir/dialogporten-frontend/issues/189)) ([7d1f05b](https://github.com/digdir/dialogporten-frontend/commit/7d1f05bf73d8e2066233035d8cb1ae8c3d498784)) | ||
* FilterBar [#282](https://github.com/digdir/dialogporten-frontend/issues/282) ([#313](https://github.com/digdir/dialogporten-frontend/issues/313)) ([76f846b](https://github.com/digdir/dialogporten-frontend/commit/76f846bdf10bcada272cb7998e62cde3a4d2dd01)) | ||
* implement fiterBar in app ([8ee871d](https://github.com/digdir/dialogporten-frontend/commit/8ee871d75f3784a4792f4a702f53ec5843bcc68f)) | ||
* organizes inbox items as groups with heading ([d6a94e2](https://github.com/digdir/dialogporten-frontend/commit/d6a94e2fb3cfe09f1e3dd8d4175b19750c9123fa)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/storybook-v1.0.0...storybook-v1.1.0) (2024-03-25) | ||
|
||
|
||
### Features | ||
|
||
* Add Footer component to PageLayout ([#229](https://github.com/digdir/dialogporten-frontend/issues/229)) ([165287e](https://github.com/digdir/dialogporten-frontend/commit/165287ef4de1e64d842c8b2bffc2b52757655981)) | ||
* FilterBar [#282](https://github.com/digdir/dialogporten-frontend/issues/282) ([#313](https://github.com/digdir/dialogporten-frontend/issues/313)) ([76f846b](https://github.com/digdir/dialogporten-frontend/commit/76f846bdf10bcada272cb7998e62cde3a4d2dd01)) | ||
* implement fiterBar in app ([8ee871d](https://github.com/digdir/dialogporten-frontend/commit/8ee871d75f3784a4792f4a702f53ec5843bcc68f)) | ||
* Update Storybook config and add accessibility rules ([#234](https://github.com/digdir/dialogporten-frontend/issues/234)) ([e312e3d](https://github.com/digdir/dialogporten-frontend/commit/e312e3d54100febad2b101eb9d5b617daa619376)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Storybook now correctly shows company layout ([#279](https://github.com/digdir/dialogporten-frontend/issues/279)) ([1837043](https://github.com/digdir/dialogporten-frontend/commit/18370438b5182b28e22241f8b9a0f2f0012d2e92)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters