Skip to content

Commit

Permalink
Bump version to 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-rc committed May 2, 2023
1 parent 0a88207 commit db5a2f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 325 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ When you're ready to release a new version, perform the following steps:

1. Update the version in `default.nix`
2. Update the version in `js/package.json`
3. Update the version in `js/package-lock.json` (run `npm install`)
3. Update the version in `js/package-lock.json` (run `cd js && npm install`)
4. Commit the changes (e.g. `git commit -am "Bump version to 0.0.x"`)

New versions are released and hosted on Github. (https://github.com/gadget-inc/dateilager/releases)
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildGoModule rec {
pname = "dateilager";
version = "0.5.13";
version = "0.5.14";
src = ./.;
proxyVendor = true; # Fixes: cannot query module due to -mod=vendor running make install
vendorSha256 = "sha256-PRjYm0gvSrSMjC/HnhTx5Jb7CY+WKzHCBXEoBwhUpAc=";
Expand Down
4 changes: 2 additions & 2 deletions js/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 js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gadgetinc/dateilager",
"version": "0.5.13",
"version": "0.5.14",
"homepage": "https://github.com/gadget-inc/dateilager",
"bugs": "https://github.com/gadget-inc/dateilager/issues",
"repository": {
Expand Down
320 changes: 0 additions & 320 deletions package-lock.json

This file was deleted.

0 comments on commit db5a2f3

Please sign in to comment.