diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fa32510..5468131 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.50-alpha.1](https://github.com/tim-smart/fpk/compare/@fpk/cli@0.1.50-alpha.0...@fpk/cli@0.1.50-alpha.1) (2022-04-06) + +**Note:** Version bump only for package @fpk/cli + ## [0.1.50-alpha.0](https://github.com/tim-smart/fpk/compare/@fpk/cli@0.1.49...@fpk/cli@0.1.50-alpha.0) (2022-04-06) **Note:** Version bump only for package @fpk/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 05992fb..df312da 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,14 +1,14 @@ { "name": "@fpk/cli", "description": "CLI for fpk - functional configuration tool", - "version": "0.1.50-alpha.0", + "version": "0.1.50-alpha.1", "author": "Tim Smart ", "bin": { "fpk": "./bin/run" }, "bugs": "https://github.com/tim-smart/fpk/issues", "dependencies": { - "@fpk/core": "^0.1.42", + "@fpk/core": "^0.1.43-alpha.0", "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", "@oclif/plugin-help": "^3.2.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2ae825c..bd4be13 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.1.42](https://github.com/tim-smart/fpk/compare/@fpk/core@0.1.41...@fpk/core@0.1.42) (2022-04-05) +## [0.1.43-alpha.0](https://github.com/tim-smart/fpk/compare/@fpk/core@0.1.42...@fpk/core@0.1.43-alpha.0) (2022-04-06) **Note:** Version bump only for package @fpk/core +## [0.1.42](https://github.com/tim-smart/fpk/compare/@fpk/core@0.1.41...@fpk/core@0.1.42) (2022-04-05) - - +**Note:** Version bump only for package @fpk/core ## [0.1.41](https://github.com/tim-smart/fpk/compare/@fpk/core@0.1.40...@fpk/core@0.1.41) (2022-04-05) diff --git a/packages/core/package.json b/packages/core/package.json index ec4a309..902a72a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fpk/core", - "version": "0.1.42", + "version": "0.1.43-alpha.0", "description": "Functional configuration management", "main": "dist/index.js", "author": "Tim Smart ", diff --git a/packages/k8s/CHANGELOG.md b/packages/k8s/CHANGELOG.md index 523e075..a953c20 100644 --- a/packages/k8s/CHANGELOG.md +++ b/packages/k8s/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.5.10](https://github.com/tim-smart/fpk/compare/@fpk/k8s@0.5.9...@fpk/k8s@0.5.10) (2022-04-05) +## [0.5.11-alpha.0](https://github.com/tim-smart/fpk/compare/@fpk/k8s@0.5.10...@fpk/k8s@0.5.11-alpha.0) (2022-04-06) **Note:** Version bump only for package @fpk/k8s +## [0.5.10](https://github.com/tim-smart/fpk/compare/@fpk/k8s@0.5.9...@fpk/k8s@0.5.10) (2022-04-05) - - +**Note:** Version bump only for package @fpk/k8s ## [0.5.9](https://github.com/tim-smart/fpk/compare/@fpk/k8s@0.5.8...@fpk/k8s@0.5.9) (2022-04-05) diff --git a/packages/k8s/package.json b/packages/k8s/package.json index 435b6ed..ec530a5 100644 --- a/packages/k8s/package.json +++ b/packages/k8s/package.json @@ -1,6 +1,6 @@ { "name": "@fpk/k8s", - "version": "0.5.10", + "version": "0.5.11-alpha.0", "description": "Functional configuration helpers for Kubernetes using @fpk/cli", "main": "dist/index.js", "author": "Tim Smart ", @@ -29,7 +29,7 @@ "typescript": "^4.2.3" }, "dependencies": { - "@fpk/core": "^0.1.42", + "@fpk/core": "^0.1.43-alpha.0", "fp-ts": "^2.9.1", "ramda": "^0.27.1" }