Skip to content

Commit

Permalink
chore: release v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
woutermont committed Oct 11, 2021
1 parent aada0f2 commit c6f9909
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 13 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.6.5](https://github.com/digita-ai/dgt-shared/compare/v0.6.4...v0.6.5) (2021-10-11)


### **Features**

* hydrate and define (complex) components ([#67](https://github.com/digita-ai/dgt-shared/issues/67)) ([aada0f2](https://github.com/digita-ai/dgt-shared/commit/aada0f275f93359ae1a2716cfd634a719428386f))



### [0.6.5](https://github.com/digita-ai/dgt-shared/compare/v0.6.4...v0.6.5) (2021-10-11)


### **Features**

* hydrate and define (complex) components ([#67](https://github.com/digita-ai/dgt-shared/issues/67)) ([aada0f2](https://github.com/digita-ai/dgt-shared/commit/aada0f275f93359ae1a2716cfd634a719428386f))



### [0.6.4](https://github.com/digita-ai/dgt-shared/compare/v0.6.3...v0.6.4) (2021-10-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
}
}
},
"version": "0.6.4"
"version": "0.6.5"
}
18 changes: 18 additions & 0 deletions packages/dgt-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.6.5](https://github.com/digita-ai/dgt-shared/compare/v0.6.4...v0.6.5) (2021-10-11)


### **Features**

* hydrate and define (complex) components ([#67](https://github.com/digita-ai/dgt-shared/issues/67)) ([aada0f2](https://github.com/digita-ai/dgt-shared/commit/aada0f275f93359ae1a2716cfd634a719428386f))



### [0.6.5](https://github.com/digita-ai/dgt-shared/compare/v0.6.4...v0.6.5) (2021-10-11)


### **Features**

* hydrate and define (complex) components ([#67](https://github.com/digita-ai/dgt-shared/issues/67)) ([aada0f2](https://github.com/digita-ai/dgt-shared/commit/aada0f275f93359ae1a2716cfd634a719428386f))



### [0.6.4](https://github.com/digita-ai/dgt-shared/compare/v0.6.3...v0.6.4) (2021-10-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/dgt-components/package-lock.json

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

14 changes: 7 additions & 7 deletions packages/dgt-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/dgt-components",
"version": "0.6.4",
"version": "0.6.5",
"description": "Collection of Semantic Components.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/dgt-components.umd.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@appnest/lit-translate": "^1.1.18",
"@digita-ai/dgt-theme": "0.6.4",
"@digita-ai/dgt-utils": "0.6.4",
"@digita-ai/dgt-theme": "0.6.5",
"@digita-ai/dgt-utils": "0.6.5",
"@digita-ai/semcom-core": "0.4.1",
"@digita-ai/semcom-sdk": "0.4.1",
"@digita-ai/ui-transfer-solid-client": "0.7.6",
Expand Down Expand Up @@ -90,10 +90,10 @@
],
"coverageThreshold": {
"global": {
"branches": 25.56,
"functions": 25.12,
"lines": 25.11,
"statements": 24.76
"branches": 26.94,
"functions": 29.46,
"lines": 29.59,
"statements": 29.69
}
},
"coveragePathIgnorePatterns": [
Expand Down
16 changes: 16 additions & 0 deletions packages/dgt-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.6.5](https://github.com/digita-ai/dgt-shared/compare/v0.6.4...v0.6.5) (2021-10-11)

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





### [0.6.5](https://github.com/digita-ai/dgt-shared/compare/v0.6.4...v0.6.5) (2021-10-11)

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





### [0.6.4](https://github.com/digita-ai/dgt-shared/compare/v0.6.3...v0.6.4) (2021-10-07)

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

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

2 changes: 1 addition & 1 deletion packages/dgt-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/dgt-theme",
"version": "0.6.4",
"version": "0.6.5",
"description": "Theme for Digita projects.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/dgt-theme.umd.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/dgt-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.6.5](https://github.com/digita-ai/dgt-shared/compare/v0.6.4...v0.6.5) (2021-10-11)

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





### [0.6.5](https://github.com/digita-ai/dgt-shared/compare/v0.6.4...v0.6.5) (2021-10-11)

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





### [0.6.4](https://github.com/digita-ai/dgt-shared/compare/v0.6.3...v0.6.4) (2021-10-07)

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

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

2 changes: 1 addition & 1 deletion packages/dgt-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/dgt-utils",
"version": "0.6.4",
"version": "0.6.5",
"scripts": {
"build": "rimraf ./dist && vite build --config vite.config.ts && tsc && npm run build:components",
"build:dev": "npm run build",
Expand Down

0 comments on commit c6f9909

Please sign in to comment.