Skip to content

Commit

Permalink
prepare v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
branciard committed Oct 11, 2021
1 parent 24e0824 commit f2a179a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

<!--New features/improvements/fixes go here-->

## [v2.2.4](https://github.com/luguslabs/archipel/releases/tag/v2.2.4)

[#282](https://github.com/luguslabs/archipel/issues/282) : Curl removed in polkadot 0.9.11 fix

## [v2.2.3](https://github.com/luguslabs/archipel/releases/tag/v2.2.3)

[#274](https://github.com/luguslabs/archipel/issues/274) : remove hard coded --execution flag
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archipel-cli",
"version": "2.2.3",
"version": "2.2.4",
"description": "Archipel CLI is a component that generates configuration and bootstraps an Archipel federation. ",
"main": "src/app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cli/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const runCli = async args => {
try {
// Set cli version
program
.version('2.2.3');
.version('2.2.4');

// Init command
program
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archipel-orchestrator",
"version": "2.2.3",
"version": "2.2.4",
"description": "Archipel Orchestrator is the decision making component in Archipel federation.",
"main": "src/app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archipel-ui",
"version": "2.2.3",
"version": "2.2.4",
"private": true,
"author": "Lugus Labs",
"license": "apache 2",
Expand Down

0 comments on commit f2a179a

Please sign in to comment.