Skip to content

Commit

Permalink
chore: release v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Aug 8, 2023
1 parent e35a7c7 commit 4589348
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 19 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/useid/utilities/compare/v0.21.2...v0.22.0) (2023-08-08)

**Note:** Version bump only for package root





### [0.21.2](https://github.com/digita-ai/dgt-shared/compare/v0.21.1...v0.21.2) (2023-02-14)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
}
}
},
"version": "0.21.2"
"version": "0.22.0"
}
8 changes: 8 additions & 0 deletions packages/dgt-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/useid/dgt-shared/compare/v0.21.2...v0.22.0) (2023-08-08)

**Note:** Version bump only for package @useid/dgt-components





### [0.21.2](https://github.com/digita-ai/dgt-shared/compare/v0.21.1...v0.21.2) (2023-02-14)

**Note:** Version bump only for package @digita-ai/dgt-components
Expand Down
8 changes: 4 additions & 4 deletions packages/dgt-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/dgt-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/dgt-components",
"version": "0.21.2",
"version": "0.22.0",
"description": "Collection of Semantic Components.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/dgt-components.umd.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@appnest/lit-translate": "^1.1.18",
"@useid/dgt-theme": "0.21.2",
"@useid/dgt-utils": "0.21.2",
"@useid/dgt-theme": "0.22.0",
"@useid/dgt-utils": "0.22.0",
"@useid/inrupt-solid-service": "^0.26.0",
"buffer": "6.0.3",
"debounce": "^1.2.1",
Expand All @@ -43,14 +43,14 @@
"xstate": "4.27.0"
},
"devDependencies": {
"@useid/typescript-config": "^0.8.1",
"@originjs/vite-plugin-commonjs": "^1.0.0-beta7",
"@rollup/plugin-commonjs": "^20.0.0",
"@types/debounce": "^1.2.1",
"@types/jest": "^29.1.3",
"@types/n3": "^1.10.3",
"@types/node": "^18.16.5",
"@types/rdf-js": "^4.0.1",
"@useid/typescript-config": "^0.8.1",
"eslint": "^8.10.0",
"jest": "^29.5.0",
"jest-coverage-thresholds-bumper": "1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/dgt-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/useid/dgt-shared/compare/v0.21.2...v0.22.0) (2023-08-08)

**Note:** Version bump only for package @useid/dgt-theme





### [0.21.2](https://github.com/digita-ai/dgt-shared/compare/v0.21.1...v0.21.2) (2023-02-14)

**Note:** Version bump only for package @digita-ai/dgt-theme
Expand Down
4 changes: 2 additions & 2 deletions packages/dgt-theme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/dgt-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/dgt-theme",
"version": "0.21.2",
"version": "0.22.0",
"description": "Theme for Digita projects.",
"author": "Wouter Janssens <[email protected]>",
"license": "agpl-3.0",
Expand All @@ -24,8 +24,8 @@
"lint:staged": "lint-staged"
},
"devDependencies": {
"@useid/typescript-config": "^0.8.1",
"@types/node": "^18.16.5",
"@useid/typescript-config": "^0.8.1",
"normalize.css": "8.0.1",
"rimraf": "^3.0.2",
"stylelint": "^13.12.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/dgt-utils-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/useid/dgt-shared/compare/v0.21.2...v0.22.0) (2023-08-08)

**Note:** Version bump only for package @useid/dgt-utils-core





### [0.21.2](https://github.com/digita-ai/dgt-shared/compare/v0.21.1...v0.21.2) (2023-02-14)

**Note:** Version bump only for package @digita-ai/dgt-utils-core
Expand Down
8 changes: 8 additions & 0 deletions packages/dgt-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/useid/dgt-shared/compare/v0.21.2...v0.22.0) (2023-08-08)

**Note:** Version bump only for package @useid/dgt-utils





### [0.21.2](https://github.com/digita-ai/dgt-shared/compare/v0.21.1...v0.21.2) (2023-02-14)

**Note:** Version bump only for package @digita-ai/dgt-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/dgt-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/dgt-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/dgt-utils",
"version": "0.21.2",
"version": "0.22.0",
"license": "ISC",
"type": "commonjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -32,10 +32,10 @@
"zone.js": "~0.8.26"
},
"devDependencies": {
"@useid/typescript-config": "^0.8.1",
"@types/node": "^18.16.5",
"@types/jest": "^29.1.3",
"@types/node": "^18.16.5",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@useid/typescript-config": "^0.8.1",
"componentsjs": "4.5.0",
"componentsjs-generator": "2.6.1",
"eslint": "^8.10.0",
Expand Down Expand Up @@ -68,5 +68,5 @@
"https://linkedsoftwaredependencies.org/bundles/npm/@useid/dgt-utils/^0.0.0/components/": "dist/components/",
"https://linkedsoftwaredependencies.org/bundles/npm/@useid/dgt-utils/^0.0.0/config/": "config/",
"https://linkedsoftwaredependencies.org/bundles/npm/@useid/dgt-utils/^0.0.0/dist/": "dist/"
}
}
}

0 comments on commit 4589348

Please sign in to comment.