From 30189f7a71e4973faf2126a6194eebff04947c9d Mon Sep 17 00:00:00 2001 From: nook <0xnook@protonmail.com> Date: Sat, 11 Jun 2022 19:47:50 +0200 Subject: [PATCH] release: v0.3.1 --- CHANGELOG.md | 2 ++ default.nix | 8 ++++---- flake.nix | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc7a5f..b19ff88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/default.nix b/default.nix index 62dab9d..1840d30 100644 --- a/default.nix +++ b/default.nix @@ -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]; @@ -56,10 +56,10 @@ in }; release = writeShellApplication{ - name = "${name_}-release"; - runtimeInputs = [ app ]; + name = "release"; + runtimeInputs = [ nodejs ]; text = '' - app release + npm run release ''; }; } diff --git a/flake.nix b/flake.nix index 4e45b96..b4d6a9e 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ }; release = { type = "app"; - program = "${webapp.app}/bin/xocolatl-frontend release"; + program = "${webapp.release}/bin/release"; }; }; diff --git a/package-lock.json b/package-lock.json index d571899..95f3a26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xocolatl-frontend", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xocolatl-frontend", - "version": "0.3.0", + "version": "0.3.1", "license": "GPL-3.0", "dependencies": { "@fontsource/quicksand": "^4.5.4", diff --git a/package.json b/package.json index 389e059..18191b2 100644 --- a/package.json +++ b/package.json @@ -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": {