Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45cb838

Browse files
committedSep 10, 2021
chore(release): publish v0.4.0
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
1 parent 535bab1 commit 45cb838

File tree

16 files changed

+92
-24
lines changed

16 files changed

+92
-24
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/petermetz/dci-lint/compare/v0.3.0...v0.4.0) (2021-09-10)
7+
8+
9+
### Bug Fixes
10+
11+
* github action container image ([f2635fc](https://github.com/petermetz/dci-lint/commit/f2635fc8fd14c44230df09d66b9078d28c656fcb))
12+
* yarn lock file for the build ([608f1d1](https://github.com/petermetz/dci-lint/commit/608f1d1760c79390c21e18f422ca8d6b7178b4bb))
13+
14+
15+
16+
17+
618
# 0.3.0 (2021-09-07)
719

820

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"pkg/*"
44
],
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"npmClient": "yarn",
77
"useWorkspaces": "true",
88
"command": {

‎pkg/cmd-api-server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/petermetz/dci-lint/compare/v0.3.0...v0.4.0) (2021-09-10)
7+
8+
**Note:** Version bump only for package @dci-lint/cmd-api-server
9+
10+
11+
12+
13+
614
# 0.3.0 (2021-09-07)
715

816

‎pkg/cmd-api-server/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dci-lint/cmd-api-server",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "API server that combines and exposes all the functionality of a DCI Lint deployment through a unified REST API interface.",
55
"bin": {
66
"dci-lint": "./dist/lib/main/typescript/cmd/dci-lint-server.js"
@@ -64,10 +64,10 @@
6464
},
6565
"homepage": "https://github.com/petermetz/dci-lint#readme",
6666
"dependencies": {
67-
"@dci-lint/cockpit": "0.3.0",
68-
"@dci-lint/common": "0.3.0",
69-
"@dci-lint/core": "0.3.0",
70-
"@dci-lint/core-api": "0.3.0",
67+
"@dci-lint/cockpit": "0.4.0",
68+
"@dci-lint/common": "0.4.0",
69+
"@dci-lint/core": "0.4.0",
70+
"@dci-lint/core-api": "0.4.0",
7171
"body-parser": "1.19.0",
7272
"compression": "1.7.4",
7373
"convict": "6.0.0",

‎pkg/cockpit/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/petermetz/dci-lint/compare/v0.3.0...v0.4.0) (2021-09-10)
7+
8+
**Note:** Version bump only for package @dci-lint/cockpit
9+
10+
11+
12+
13+
614
# 0.3.0 (2021-09-07)
715

816

‎pkg/cockpit/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dci-lint/cockpit",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"files": [
55
"www/*"
66
],
@@ -22,8 +22,8 @@
2222
"@angular/platform-browser-dynamic": "12.2.4",
2323
"@angular/router": "12.2.4",
2424
"@capacitor/core": "1.5.1",
25-
"@dci-lint/common": "0.3.0",
26-
"@dci-lint/core-api": "0.3.0",
25+
"@dci-lint/common": "0.4.0",
26+
"@dci-lint/core-api": "0.4.0",
2727
"@ionic-native/core": "5.0.0",
2828
"@ionic-native/splash-screen": "5.0.0",
2929
"@ionic-native/status-bar": "5.0.0",

‎pkg/common/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/petermetz/dci-lint/compare/v0.3.0...v0.4.0) (2021-09-10)
7+
8+
**Note:** Version bump only for package @dci-lint/common
9+
10+
11+
12+
13+
614
# 0.3.0 (2021-09-07)
715

816

‎pkg/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dci-lint/common",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Universal library used by both front end and back end components of DCI Lint. Aims to be a developer swiss army knife.",
55
"main": "dist/lib/main/typescript/index.js",
66
"mainMinified": "dist/common.node.umd.min.js",

‎pkg/core-api/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/petermetz/dci-lint/compare/v0.3.0...v0.4.0) (2021-09-10)
7+
8+
**Note:** Version bump only for package @dci-lint/core-api
9+
10+
11+
12+
13+
614
# 0.3.0 (2021-09-07)
715

816

‎pkg/core-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dci-lint/core-api",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.",
55
"main": "dist/lib/main/typescript/index.js",
66
"mainMinified": "dist/core-api.node.umd.min.js",

‎pkg/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/petermetz/dci-lint/compare/v0.3.0...v0.4.0) (2021-09-10)
7+
8+
**Note:** Version bump only for package @dci-lint/core
9+
10+
11+
12+
13+
614
# 0.3.0 (2021-09-07)
715

816

‎pkg/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dci-lint/core",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Contains lower level abstractions/implementation that is to be shared by multiple other, higher level packages of the project.",
55
"main": "dist/lib/main/typescript/index.js",
66
"mainMinified": "dist/core.node.umd.min.js",
@@ -50,8 +50,8 @@
5050
},
5151
"homepage": "https://github.com/petermetz/dci-lint#readme",
5252
"dependencies": {
53-
"@dci-lint/common": "0.3.0",
54-
"@dci-lint/core-api": "0.3.0",
53+
"@dci-lint/common": "0.4.0",
54+
"@dci-lint/core-api": "0.4.0",
5555
"axios": "0.21.4",
5656
"fast-glob": "3.2.4",
5757
"fs-extra": "9.0.1",

‎pkg/test-api-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/petermetz/dci-lint/compare/v0.3.0...v0.4.0) (2021-09-10)
7+
8+
**Note:** Version bump only for package @dci-lint/test-api-client
9+
10+
11+
12+
13+
614
# 0.3.0 (2021-09-07)
715

816

‎pkg/test-api-client/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dci-lint/test-api-client",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Integration tests for the DCI Lint API Client package (formerly known as the SDK package that has been renamed for to purpose of being less ambiguous)",
55
"main": "dist/lib/main/typescript/index.js",
66
"mainMinified": "dist/test-api-client.node.umd.min.js",
@@ -50,10 +50,10 @@
5050
},
5151
"homepage": "https://github.com/petermetz/dci-lint#readme",
5252
"dependencies": {
53-
"@dci-lint/cmd-api-server": "0.3.0",
54-
"@dci-lint/common": "0.3.0",
55-
"@dci-lint/core": "0.3.0",
56-
"@dci-lint/core-api": "0.3.0",
53+
"@dci-lint/cmd-api-server": "0.4.0",
54+
"@dci-lint/common": "0.4.0",
55+
"@dci-lint/core": "0.4.0",
56+
"@dci-lint/core-api": "0.4.0",
5757
"axios": "0.21.1",
5858
"body-parser": "1.19.0",
5959
"express": "4.17.1",

‎pkg/test-cmd-api-server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/petermetz/dci-lint/compare/v0.3.0...v0.4.0) (2021-09-10)
7+
8+
**Note:** Version bump only for package @dci-lint/test-cmd-api-server
9+
10+
11+
12+
13+
614
# 0.3.0 (2021-09-07)
715

816

‎pkg/test-cmd-api-server/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dci-lint/test-cmd-api-server",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Integration tests for the DCI Lint API Client package (formerly known as the SDK package that has been renamed for to purpose of being less ambiguous)",
55
"main": "dist/lib/main/typescript/index.js",
66
"mainMinified": "dist/test-cmd-api-server.node.umd.min.js",
@@ -50,10 +50,10 @@
5050
},
5151
"homepage": "https://github.com/petermetz/dci-lint#readme",
5252
"dependencies": {
53-
"@dci-lint/cmd-api-server": "0.3.0",
54-
"@dci-lint/common": "0.3.0",
55-
"@dci-lint/core": "0.3.0",
56-
"@dci-lint/core-api": "0.3.0",
53+
"@dci-lint/cmd-api-server": "0.4.0",
54+
"@dci-lint/common": "0.4.0",
55+
"@dci-lint/core": "0.4.0",
56+
"@dci-lint/core-api": "0.4.0",
5757
"axios": "0.21.1",
5858
"body-parser": "1.19.0",
5959
"express": "4.17.1",

0 commit comments

Comments
 (0)
Please sign in to comment.