Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Apr 6, 2022
1 parent 580360b commit 3507225
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@fpk/[email protected]) (2022-04-06)

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

## [0.1.50-alpha.0](https://github.com/tim-smart/fpk/compare/@fpk/[email protected]...@fpk/[email protected]) (2022-04-06)

**Note:** Version bump only for package @fpk/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"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",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].41...@fpk/[email protected].42) (2022-04-05)
## [0.1.43-alpha.0](https://github.com/tim-smart/fpk/compare/@fpk/[email protected].42...@fpk/[email protected].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/[email protected]...@fpk/[email protected]) (2022-04-05)



**Note:** Version bump only for package @fpk/core

## [0.1.41](https://github.com/tim-smart/fpk/compare/@fpk/[email protected]...@fpk/[email protected]) (2022-04-05)

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/k8s/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].9...@fpk/[email protected].10) (2022-04-05)
## [0.5.11-alpha.0](https://github.com/tim-smart/fpk/compare/@fpk/[email protected].10...@fpk/[email protected].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/[email protected]...@fpk/[email protected]) (2022-04-05)



**Note:** Version bump only for package @fpk/k8s

## [0.5.9](https://github.com/tim-smart/fpk/compare/@fpk/[email protected]...@fpk/[email protected]) (2022-04-05)

Expand Down
4 changes: 2 additions & 2 deletions packages/k8s/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 3507225

Please sign in to comment.