diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1ccbd798d..dd6afc4d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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.0.1", + "packages/docs": "1.1.0", + "packages/docusaurus-tldraw-plugin": "1.1.0", + "packages/frontend-design-poc": "1.1.0", + "packages/storybook": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..180ba4ee4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/dialogporten-frontend-v1.0.0...dialogporten-frontend-v1.1.0) (2024-03-21) + + +### 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)) +* 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)) diff --git a/package.json b/package.json index 78660bf04..cdb63c600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dialogporten-frontend", - "version": "1.0.0", + "version": "1.1.0", "private": true, "devDependencies": { "@biomejs/biome": "1.5.3", @@ -15,7 +15,9 @@ "jackspeak": "2.1.1" }, "lint-staged": { - "./packages/**/*.{js,ts,jsx,tsx,json,jsonc}": ["biome check --apply --no-errors-on-unmatched"] + "./packages/**/*.{js,ts,jsx,tsx,json,jsonc}": [ + "biome check --apply --no-errors-on-unmatched" + ] }, "packageManager": "pnpm@8.15.1" } diff --git a/packages/bff/CHANGELOG.md b/packages/bff/CHANGELOG.md new file mode 100644 index 000000000..da18bc915 --- /dev/null +++ b/packages/bff/CHANGELOG.md @@ -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-21) + + +### 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)) diff --git a/packages/bff/package.json b/packages/bff/package.json index 25c016fed..8a500f81e 100644 --- a/packages/bff/package.json +++ b/packages/bff/package.json @@ -1,6 +1,6 @@ { "name": "bff", - "version": "1.0.0", + "version": "1.0.1", "main": "src/index.ts", "private": true, "scripts": { diff --git a/packages/dialogporten-types-generated/CHANGELOG.md b/packages/dialogporten-types-generated/CHANGELOG.md new file mode 100644 index 000000000..6c0ed1f58 --- /dev/null +++ b/packages/dialogporten-types-generated/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.0.1](https://github.com/digdir/dialogporten-frontend/compare/dialogporten-types-generated-v1.0.0...dialogporten-types-generated-v1.0.1) (2024-03-21) + + +### Bug Fixes + +* Remove old json file ([c1fba7b](https://github.com/digdir/dialogporten-frontend/commit/c1fba7b914c33a00dd647e74fa88c6adc57b8257)) diff --git a/packages/dialogporten-types-generated/package.json b/packages/dialogporten-types-generated/package.json index dce587000..d71eb57e9 100644 --- a/packages/dialogporten-types-generated/package.json +++ b/packages/dialogporten-types-generated/package.json @@ -1,6 +1,6 @@ { "name": "dialogporten-types-generated", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "build": "swagger-typescript-api --path ./node_modules/dialogporten-swagger/swagger.json -o generated --modular --clean-output --module-name-first-tag" }, diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md new file mode 100644 index 000000000..82d5a8def --- /dev/null +++ b/packages/docs/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/docs-v1.0.0...docs-v1.1.0) (2024-03-21) + + +### 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)) +* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c)) diff --git a/packages/docs/package.json b/packages/docs/package.json index 505697bac..4c5f4c587 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.0.0", + "version": "1.1.0", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -37,7 +37,15 @@ "typescript": "~5.2.2" }, "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" + ] } } diff --git a/packages/docusaurus-tldraw-plugin/CHANGELOG.md b/packages/docusaurus-tldraw-plugin/CHANGELOG.md new file mode 100644 index 000000000..70bf34268 --- /dev/null +++ b/packages/docusaurus-tldraw-plugin/CHANGELOG.md @@ -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-21) + + +### Features + +* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c)) diff --git a/packages/docusaurus-tldraw-plugin/package.json b/packages/docusaurus-tldraw-plugin/package.json index 8293020bb..1fe87fb92 100644 --- a/packages/docusaurus-tldraw-plugin/package.json +++ b/packages/docusaurus-tldraw-plugin/package.json @@ -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": { diff --git a/packages/frontend-design-poc/CHANGELOG.md b/packages/frontend-design-poc/CHANGELOG.md new file mode 100644 index 000000000..31e07b11e --- /dev/null +++ b/packages/frontend-design-poc/CHANGELOG.md @@ -0,0 +1,12 @@ +# 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-21) + + +### 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)) +* organizes inbox items as groups with heading ([d6a94e2](https://github.com/digdir/dialogporten-frontend/commit/d6a94e2fb3cfe09f1e3dd8d4175b19750c9123fa)) diff --git a/packages/frontend-design-poc/package.json b/packages/frontend-design-poc/package.json index 6aa4e00a8..787979a20 100644 --- a/packages/frontend-design-poc/package.json +++ b/packages/frontend-design-poc/package.json @@ -1,6 +1,6 @@ { "name": "frontend-design-poc", - "version": "1.0.0", + "version": "1.1.0", "private": true, "type": "module", "main": "./index.ts", @@ -47,6 +47,8 @@ "vitest": "^1.2.2" }, "msw": { - "workerDirectory": ["public"] + "workerDirectory": [ + "public" + ] } } diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md new file mode 100644 index 000000000..414475f33 --- /dev/null +++ b/packages/storybook/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/storybook-v1.0.0...storybook-v1.1.0) (2024-03-21) + + +### 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)) +* 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)) diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 82f338a97..e9eaa9e3b 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,7 +1,7 @@ { "name": "storybook", "private": true, - "version": "1.0.0", + "version": "1.1.0", "type": "module", "scripts": { "build": "storybook build",