Skip to content

Commit

Permalink
Version 1.4.4 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-brindley authored Jul 23, 2024
1 parent f07f930 commit 66cd44e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forgerock/fr-config-manager",
"version": "1.4.4-beta.0",
"version": "1.4.4",
"description": "Sample tools for managing PingOne Advanced Identity Cloud configuration",
"devDependencies": {
"prettier": "2.8.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/fr-config-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forgerock/fr-config-common",
"version": "1.4.4-beta.0",
"version": "1.4.4",
"description": "Config tools for Ping Advanced Identity Cloud",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fr-config-promote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forgerock/fr-config-promote",
"version": "1.4.4-beta.0",
"version": "1.4.4",
"description": "This tool is used to promote configuration from the one ForgeRock Identity Cloud tenant to the other ForgeRock Identity Cloud tenant.",
"scripts": {
"lint": "standard",
Expand Down
2 changes: 1 addition & 1 deletion packages/fr-config-pull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forgerock/fr-config-pull",
"version": "1.4.4-beta.0",
"version": "1.4.4",
"description": "Config tools for FIDC",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fr-config-push/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forgerock/fr-config-push",
"version": "1.4.4-beta.0",
"version": "1.4.4",
"description": "This tool is used to push configuration from the local host to your ForgeRock Identity Cloud tenant.",
"scripts": {
"lint": "standard",
Expand Down

0 comments on commit 66cd44e

Please sign in to comment.