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 Mar 22, 2024
1 parent 1239eb4 commit 40a5e2c
Show file tree
Hide file tree
Showing 15 changed files with 121 additions and 19 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
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.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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-22)


### 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))
6 changes: 4 additions & 2 deletions 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,
"devDependencies": {
"@biomejs/biome": "1.5.3",
Expand All @@ -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"
}
8 changes: 8 additions & 0 deletions packages/bff/CHANGELOG.md
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-22)


### 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))
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.0.1",
"main": "src/index.ts",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dialogporten-types-generated/CHANGELOG.md
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/dialogporten-types-generated-v1.0.0...dialogporten-types-generated-v1.0.1) (2024-03-22)


### Bug Fixes

* Remove old json file ([c1fba7b](https://github.com/digdir/dialogporten-frontend/commit/c1fba7b914c33a00dd647e74fa88c6adc57b8257))
2 changes: 1 addition & 1 deletion packages/dialogporten-types-generated/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-22)


### 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))
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 @@ -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"
]
}
}
8 changes: 8 additions & 0 deletions packages/docusaurus-tldraw-plugin/CHANGELOG.md
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-22)


### Features

* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c))
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
12 changes: 12 additions & 0 deletions packages/frontend-design-poc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-22)


### 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))
6 changes: 4 additions & 2 deletions packages/frontend-design-poc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-design-poc",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"type": "module",
"main": "./index.ts",
Expand Down Expand Up @@ -47,6 +47,8 @@
"vitest": "^1.2.2"
},
"msw": {
"workerDirectory": ["public"]
"workerDirectory": [
"public"
]
}
}
15 changes: 15 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-22)


### 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))
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storybook",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"build": "storybook build",
Expand Down

0 comments on commit 40a5e2c

Please sign in to comment.