-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @fpk/[email protected] - @fpk/[email protected] - @fpk/[email protected]
- Loading branch information
Tim Smart
committed
Apr 8, 2022
1 parent
c3b8ca4
commit e635c44
Showing
6 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@fpk/[email protected]) (2022-04-08) | ||
|
||
**Note:** Version bump only for package @fpk/cli | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.52](https://github.com/tim-smart/fpk/compare/@fpk/[email protected]...@fpk/[email protected]) (2022-04-07) | ||
|
||
**Note:** Version bump only for package @fpk/cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.52", | ||
"version": "0.1.53", | ||
"author": "Tim Smart <[email protected]>", | ||
"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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@fpk/[email protected]) (2022-04-08) | ||
|
||
**Note:** Version bump only for package @fpk/core | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.45](https://github.com/tim-smart/fpk/compare/@fpk/[email protected]...@fpk/[email protected]) (2022-04-07) | ||
|
||
**Note:** Version bump only for package @fpk/core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@fpk/[email protected]) (2022-04-08) | ||
|
||
**Note:** Version bump only for package @fpk/k8s | ||
|
||
|
||
|
||
|
||
|
||
## [0.5.13](https://github.com/tim-smart/fpk/compare/@fpk/[email protected]...@fpk/[email protected]) (2022-04-07) | ||
|
||
**Note:** Version bump only for package @fpk/k8s | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
|
@@ -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" | ||
} | ||
|