Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnook committed Jun 11, 2022
1 parent 652d24d commit 30189f7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [0.3.1](https://github.com/PipilaDAO/frontend/compare/0.3.0...0.3.1) (2022-06-11)

# [0.3.0](https://github.com/PipilaDAO/frontend/compare/0.2.0...0.3.0) (2022-06-11)


Expand Down
8 changes: 4 additions & 4 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in
name = "${name}-node_modules-${version}";
src = ./.;
production = false;
hash = "sha256-RV7qpD/RkPsiP54yWv+7j+i1Vn/SIRyQS5oNq068mYo=";
hash = "sha256-MaUuSUXYkJuq/5FhmkK3nuuDaHn/nABN+adPGAETDBA=";
makeTarball = false; # otherwise ${nodeModules}/lib is not accesible
};
buildInputs = [nodejs];
Expand Down Expand Up @@ -56,10 +56,10 @@ in
};

release = writeShellApplication{
name = "${name_}-release";
runtimeInputs = [ app ];
name = "release";
runtimeInputs = [ nodejs ];
text = ''
app release
npm run release
'';
};
}
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
};
release = {
type = "app";
program = "${webapp.app}/bin/xocolatl-frontend release";
program = "${webapp.release}/bin/release";
};
};

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xocolatl-frontend",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/PipilaDAO/frontend",
"license": "GPL-3.0",
"scripts": {
Expand Down

0 comments on commit 30189f7

Please sign in to comment.