@rockcarver/frodo-cli 0.12.4-6 → 0.12.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.12.5] - 2022-09-16
11
+
12
+ ### Fixed
13
+
14
+ - \#92: `frodo email template list <host>` now runs properly
15
+
16
+ ## [0.12.4] - 2022-09-15
17
+
18
+ ### Changed
19
+
20
+ - Updated frodo-lib to v0.12.2
21
+
22
+ ### Fixed
23
+
24
+ - \#33: Describing all journeys in a realm (`frodo journey describe <host>`) now runs properly
25
+ - \#69: AM version is now included in export meta data. This will help identify if an export is suitable for import into a target environment based on both origin and target versions.
26
+ - \#71: Importing applications into Catalyst demo environments now works properly
27
+ - \#78: `frodo journey list -l <host>` now runs properly
28
+ - \#80: `frodo idp export -A <host>` now runs properly
29
+ - \#83: `frodo saml export -A <host>` now runs properly
30
+ - \#85: `frodo journey export -A <host>` now runs properly
31
+ - \#90: Exporting journeys from bravo realm of a cloud tenant now works properly
32
+
10
33
  ## [0.12.4-6] - 2022-09-15
11
34
 
12
35
  ## [0.12.4-5] - 2022-09-13
@@ -464,7 +487,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
464
487
  - Fixed problem with adding connection profiles
465
488
  - Miscellaneous bug fixes
466
489
 
467
- [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.4-6...HEAD
490
+ [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.5...HEAD
491
+
492
+ [0.12.5]: https://github.com/rockcarver/frodo-cli/compare/v0.12.4...v0.12.5
493
+
494
+ [0.12.4]: https://github.com/rockcarver/frodo-cli/compare/v0.12.4-6...v0.12.4
468
495
 
469
496
  [0.12.4-6]: https://github.com/rockcarver/frodo-cli/compare/v0.12.4-5...v0.12.4-6
470
497
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockcarver/frodo-cli",
3
- "version": "0.12.4-6",
3
+ "version": "0.12.5",
4
4
  "type": "module",
5
5
  "description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
6
6
  "keywords": [
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "dependencies": {
87
87
  "@colors/colors": "^1.5.0",
88
- "@rockcarver/frodo-lib": "0.12.2-10",
88
+ "@rockcarver/frodo-lib": "0.12.3",
89
89
  "cli-progress": "^3.11.2",
90
90
  "cli-table3": "^0.6.2",
91
91
  "commander": "^9.4.0",