Skip to content

Commit

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

### [0.6.8](https://github.com/digita-ai/dgt-shared/compare/v0.6.7...v0.6.8) (2021-10-13)


### **Features**

* develop checkbox component ([#74](https://github.com/digita-ai/dgt-shared/issues/74)) ([f0f42a3](https://github.com/digita-ai/dgt-shared/commit/f0f42a3205299f16c461ada6e3369720e46252d0))



### [0.6.7](https://github.com/digita-ai/dgt-shared/compare/v0.6.6...v0.6.7) (2021-10-11)


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.7"
"version": "0.6.8"
}
9 changes: 9 additions & 0 deletions packages/dgt-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.6.8](https://github.com/digita-ai/dgt-shared/compare/v0.6.7...v0.6.8) (2021-10-13)


### **Features**

* develop checkbox component ([#74](https://github.com/digita-ai/dgt-shared/issues/74)) ([f0f42a3](https://github.com/digita-ai/dgt-shared/commit/f0f42a3205299f16c461ada6e3369720e46252d0))



### [0.6.7](https://github.com/digita-ai/dgt-shared/compare/v0.6.6...v0.6.7) (2021-10-11)


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.

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": "@digita-ai/dgt-components",
"version": "0.6.7",
"version": "0.6.8",
"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.7",
"@digita-ai/dgt-utils": "0.6.7",
"@digita-ai/dgt-theme": "0.6.8",
"@digita-ai/dgt-utils": "0.6.8",
"@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 @@ -105,4 +105,4 @@
"<rootDir>/lib/demo/"
]
}
}
}
9 changes: 9 additions & 0 deletions packages/dgt-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.6.8](https://github.com/digita-ai/dgt-shared/compare/v0.6.7...v0.6.8) (2021-10-13)


### **Features**

* develop checkbox component ([#74](https://github.com/digita-ai/dgt-shared/issues/74)) ([f0f42a3](https://github.com/digita-ai/dgt-shared/commit/f0f42a3205299f16c461ada6e3369720e46252d0))



### [0.6.7](https://github.com/digita-ai/dgt-shared/compare/v0.6.6...v0.6.7) (2021-10-11)


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.7",
"version": "0.6.8",
"description": "Theme for Digita projects.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/dgt-theme.umd.js",
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.6.8](https://github.com/digita-ai/dgt-shared/compare/v0.6.7...v0.6.8) (2021-10-13)

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





### [0.6.7](https://github.com/digita-ai/dgt-shared/compare/v0.6.6...v0.6.7) (2021-10-11)

**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.7",
"version": "0.6.8",
"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 d33f994

Please sign in to comment.