Skip to content

Commit

Permalink
chore(release): publish v3.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeltaus committed Aug 16, 2021
1 parent a37ca94 commit 8acb18a
Show file tree
Hide file tree
Showing 70 changed files with 474 additions and 176 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)


### Features

* **stacks:** add property to disable inheriting of tags ([#283](https://github.com/takomo-io/takomo/issues/283)) ([a37ca94](https://github.com/takomo-io/takomo/commit/a37ca94a8b148ac7644d5bfabef5a5030b435c9d)), closes [#282](https://github.com/takomo-io/takomo/issues/282)





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)


Expand Down
8 changes: 8 additions & 0 deletions integration-tests/cli/CHANGELOG.md
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.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)

**Note:** Version bump only for package integration-test-cli





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)

**Note:** Version bump only for package integration-test-cli
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "integration-test-cli",
"private": true,
"version": "3.29.0",
"version": "3.30.0",
"description": "Takomo integration tests for CLI",
"author": "henri@takomo.io",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"integration-test": "jest test --passWithNoTests --maxWorkers=10 --ci --verbose"
},
"dependencies": {
"@takomo/cli": "3.29.0",
"@takomo/cli": "3.30.0",
"source-map-support": "0.5.19",
"yargs": "17.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions integration-tests/deployment-targets/CHANGELOG.md
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.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)

**Note:** Version bump only for package integration-test-deployment-targets





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)

**Note:** Version bump only for package integration-test-deployment-targets
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/deployment-targets/package.json
@@ -1,7 +1,7 @@
{
"name": "integration-test-deployment-targets",
"private": true,
"version": "3.29.0",
"version": "3.30.0",
"description": "",
"author": "henri@takomo.io",
"license": "MIT",
Expand All @@ -20,8 +20,8 @@
"integration-test": "jest test --passWithNoTests --runInBand --ci --verbose"
},
"dependencies": {
"@takomo/core": "3.29.0",
"@takomo/test-integration": "3.29.0",
"@takomo/core": "3.30.0",
"@takomo/test-integration": "3.30.0",
"aws-sdk": "2.886.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions integration-tests/organization-creation/CHANGELOG.md
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.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)

**Note:** Version bump only for package integration-test-organization-creation





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)

**Note:** Version bump only for package integration-test-organization-creation
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/organization-creation/package.json
@@ -1,7 +1,7 @@
{
"name": "integration-test-organization-creation",
"private": true,
"version": "3.29.0",
"version": "3.30.0",
"description": "Takomo integration tests for organization creation",
"author": "henri@takomo.io",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"integration-test": "jest test --passWithNoTests --runInBand --ci --verbose"
},
"dependencies": {
"@takomo/test-integration": "3.29.0",
"@takomo/test-integration": "3.30.0",
"@takomo/util": "3.29.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions integration-tests/organization/CHANGELOG.md
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.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)

**Note:** Version bump only for package integration-test-organization





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)

**Note:** Version bump only for package integration-test-organization
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/organization/package.json
@@ -1,7 +1,7 @@
{
"name": "integration-test-organization",
"private": true,
"version": "3.29.0",
"version": "3.30.0",
"description": "Takomo integration tests for organization functionalities",
"author": "henri@takomo.io",
"license": "MIT",
Expand All @@ -20,8 +20,8 @@
"integration-test": "jest test --passWithNoTests --runInBand --ci --verbose"
},
"dependencies": {
"@takomo/organization-commands": "3.29.0",
"@takomo/test-integration": "3.29.0"
"@takomo/organization-commands": "3.30.0",
"@takomo/test-integration": "3.30.0"
},
"devDependencies": {
"dotenv": "8.2.0"
Expand Down
8 changes: 8 additions & 0 deletions integration-tests/organization2/CHANGELOG.md
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.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)

**Note:** Version bump only for package integration-test-organization2





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)

**Note:** Version bump only for package integration-test-organization2
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/organization2/package.json
@@ -1,7 +1,7 @@
{
"name": "integration-test-organization2",
"private": true,
"version": "3.29.0",
"version": "3.30.0",
"description": "Takomo integration tests for organization functionalities #2",
"author": "henri@takomo.io",
"license": "MIT",
Expand All @@ -20,8 +20,8 @@
"integration-test": "jest test --passWithNoTests --runInBand --ci --verbose"
},
"dependencies": {
"@takomo/organization-commands": "3.29.0",
"@takomo/test-integration": "3.29.0",
"@takomo/organization-commands": "3.30.0",
"@takomo/test-integration": "3.30.0",
"ts-dedent": "2.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions integration-tests/stacks/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)


### Features

* **stacks:** add property to disable inheriting of tags ([#283](https://github.com/takomo-io/takomo/issues/283)) ([a37ca94](https://github.com/takomo-io/takomo/commit/a37ca94a8b148ac7644d5bfabef5a5030b435c9d)), closes [#282](https://github.com/takomo-io/takomo/issues/282)





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)


Expand Down
8 changes: 4 additions & 4 deletions integration-tests/stacks/package.json
@@ -1,7 +1,7 @@
{
"name": "integration-test-stacks",
"private": true,
"version": "3.29.0",
"version": "3.30.0",
"description": "Takomo integration tests for stacks",
"author": "henri@takomo.io",
"license": "MIT",
Expand All @@ -22,9 +22,9 @@
"integration-test": "jest test --passWithNoTests --maxWorkers=10 --ci --verbose"
},
"dependencies": {
"@takomo/cli": "3.29.0",
"@takomo/stacks-model": "3.29.0",
"@takomo/test-integration": "3.29.0",
"@takomo/cli": "3.30.0",
"@takomo/stacks-model": "3.30.0",
"@takomo/test-integration": "3.30.0",
"@takomo/util": "3.29.0",
"ramda": "0.27.1",
"source-map-support": "0.5.19",
Expand Down
8 changes: 8 additions & 0 deletions integration-tests/stacks2/CHANGELOG.md
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.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)

**Note:** Version bump only for package integration-test-stacks2





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)

**Note:** Version bump only for package integration-test-stacks2
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/stacks2/package.json
@@ -1,7 +1,7 @@
{
"name": "integration-test-stacks2",
"private": true,
"version": "3.29.0",
"version": "3.30.0",
"description": "Takomo integration tests for stacks",
"author": "henri@takomo.io",
"license": "MIT",
Expand All @@ -23,13 +23,13 @@
},
"dependencies": {
"@takomo/aws-model": "3.29.0",
"@takomo/stacks-model": "3.29.0",
"@takomo/test-integration": "3.29.0",
"@takomo/stacks-model": "3.30.0",
"@takomo/test-integration": "3.30.0",
"@takomo/util": "3.29.0",
"aws-sdk": "2.886.0"
},
"devDependencies": {
"@takomo/cli": "3.29.0",
"@takomo/cli": "3.30.0",
"@takomo/test-custom-helper-lowercase": "0.0.1",
"@takomo/test-custom-helper-uppercase": "0.0.1",
"@takomo/test-custom-resolver-code": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "3.29.0",
"version": "3.30.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-io/CHANGELOG.md
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.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)

**Note:** Version bump only for package @takomo/cli-io





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)

**Note:** Version bump only for package @takomo/cli-io
Expand Down
24 changes: 12 additions & 12 deletions packages/cli-io/package.json
@@ -1,6 +1,6 @@
{
"name": "@takomo/cli-io",
"version": "3.29.0",
"version": "3.30.0",
"description": "Takomo CLI IO",
"homepage": "https://takomo.io",
"bugs": "https://github.com/takomo-io/takomo/issues",
Expand Down Expand Up @@ -28,18 +28,18 @@
},
"dependencies": {
"@takomo/aws-model": "3.29.0",
"@takomo/config-sets": "3.29.0",
"@takomo/core": "3.29.0",
"@takomo/deployment-targets-commands": "3.29.0",
"@takomo/deployment-targets-config": "3.29.0",
"@takomo/iam-commands": "3.29.0",
"@takomo/init-command": "3.29.0",
"@takomo/organization-commands": "3.29.0",
"@takomo/organization-config": "3.29.0",
"@takomo/organization-context": "3.29.0",
"@takomo/config-sets": "3.30.0",
"@takomo/core": "3.30.0",
"@takomo/deployment-targets-commands": "3.30.0",
"@takomo/deployment-targets-config": "3.30.0",
"@takomo/iam-commands": "3.30.0",
"@takomo/init-command": "3.30.0",
"@takomo/organization-commands": "3.30.0",
"@takomo/organization-config": "3.30.0",
"@takomo/organization-context": "3.30.0",
"@takomo/organization-model": "3.29.0",
"@takomo/stacks-commands": "3.29.0",
"@takomo/stacks-model": "3.29.0",
"@takomo/stacks-commands": "3.30.0",
"@takomo/stacks-model": "3.30.0",
"@takomo/util": "3.29.0",
"date-and-time": "0.14.2",
"easy-table": "1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
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.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)

**Note:** Version bump only for package @takomo/cli





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)

**Note:** Version bump only for package @takomo/cli
Expand Down
24 changes: 12 additions & 12 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@takomo/cli",
"version": "3.29.0",
"version": "3.30.0",
"description": "Takomo CLI",
"homepage": "https://takomo.io",
"bugs": "https://github.com/takomo-io/takomo/issues",
Expand Down Expand Up @@ -29,18 +29,18 @@
"dependencies": {
"@takomo/aws-clients": "3.29.0",
"@takomo/aws-model": "3.29.0",
"@takomo/cli-io": "3.29.0",
"@takomo/config-repository-fs": "3.29.0",
"@takomo/config-sets": "3.29.0",
"@takomo/core": "3.29.0",
"@takomo/deployment-targets-commands": "3.29.0",
"@takomo/deployment-targets-model": "3.29.0",
"@takomo/iam-commands": "3.29.0",
"@takomo/init-command": "3.29.0",
"@takomo/organization-commands": "3.29.0",
"@takomo/cli-io": "3.30.0",
"@takomo/config-repository-fs": "3.30.0",
"@takomo/config-sets": "3.30.0",
"@takomo/core": "3.30.0",
"@takomo/deployment-targets-commands": "3.30.0",
"@takomo/deployment-targets-model": "3.30.0",
"@takomo/iam-commands": "3.30.0",
"@takomo/init-command": "3.30.0",
"@takomo/organization-commands": "3.30.0",
"@takomo/organization-model": "3.29.0",
"@takomo/stacks-commands": "3.29.0",
"@takomo/stacks-model": "3.29.0",
"@takomo/stacks-commands": "3.30.0",
"@takomo/stacks-model": "3.30.0",
"@takomo/util": "3.29.0",
"aws-sdk": "2.886.0",
"dotenv": "8.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/config-repository-fs/CHANGELOG.md
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.

# [3.30.0](https://github.com/takomo-io/takomo/compare/v3.29.0...v3.30.0) (2021-08-16)

**Note:** Version bump only for package @takomo/config-repository-fs





# [3.29.0](https://github.com/takomo-io/takomo/compare/v3.28.0...v3.29.0) (2021-08-16)


Expand Down

0 comments on commit 8acb18a

Please sign in to comment.