From e635c4466e1c889ed4cf90b399bd86546c234f07 Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Fri, 8 Apr 2022 23:17:40 +1200 Subject: [PATCH] Publish - @fpk/cli@0.1.53 - @fpk/core@0.1.46 - @fpk/k8s@0.5.14 --- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/k8s/CHANGELOG.md | 8 ++++++++ packages/k8s/package.json | 4 ++-- 6 files changed, 29 insertions(+), 5 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f4981eb..eb423d1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.1.53](https://github.com/tim-smart/fpk/compare/@fpk/cli@0.1.52...@fpk/cli@0.1.53) (2022-04-08) + +**Note:** Version bump only for package @fpk/cli + + + + + ## [0.1.52](https://github.com/tim-smart/fpk/compare/@fpk/cli@0.1.51...@fpk/cli@0.1.52) (2022-04-07) **Note:** Version bump only for package @fpk/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index e9c3207..8e1b458 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.52", + "version": "0.1.53", "author": "Tim Smart ", "bin": { "fpk": "./bin/run" }, "bugs": "https://github.com/tim-smart/fpk/issues", "dependencies": { - "@fpk/core": "^0.1.45", + "@fpk/core": "^0.1.46", "@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 76006ec..6554a55 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.1.46](https://github.com/tim-smart/fpk/compare/@fpk/core@0.1.45...@fpk/core@0.1.46) (2022-04-08) + +**Note:** Version bump only for package @fpk/core + + + + + ## [0.1.45](https://github.com/tim-smart/fpk/compare/@fpk/core@0.1.44...@fpk/core@0.1.45) (2022-04-07) **Note:** Version bump only for package @fpk/core diff --git a/packages/core/package.json b/packages/core/package.json index 6d7c815..480a4a3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fpk/core", - "version": "0.1.45", + "version": "0.1.46", "description": "Functional configuration management", "main": "dist/index.js", "author": "Tim Smart ", diff --git a/packages/k8s/CHANGELOG.md b/packages/k8s/CHANGELOG.md index 61ed68d..bd65aa9 100644 --- a/packages/k8s/CHANGELOG.md +++ b/packages/k8s/CHANGELOG.md @@ -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.5.14](https://github.com/tim-smart/fpk/compare/@fpk/k8s@0.5.13...@fpk/k8s@0.5.14) (2022-04-08) + +**Note:** Version bump only for package @fpk/k8s + + + + + ## [0.5.13](https://github.com/tim-smart/fpk/compare/@fpk/k8s@0.5.12...@fpk/k8s@0.5.13) (2022-04-07) **Note:** Version bump only for package @fpk/k8s diff --git a/packages/k8s/package.json b/packages/k8s/package.json index 99e2082..296b020 100644 --- a/packages/k8s/package.json +++ b/packages/k8s/package.json @@ -1,6 +1,6 @@ { "name": "@fpk/k8s", - "version": "0.5.13", + "version": "0.5.14", "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.45", + "@fpk/core": "^0.1.46", "fp-ts": "^2.9.1", "ramda": "^0.27.1" }