Skip to content

Commit

Permalink
Merge pull request #51 from nationalarchives/chore/update-package-ver…
Browse files Browse the repository at this point in the history
…sion-2-0-8

Chore/update package version 2 0 8
  • Loading branch information
jlhdxw authored Oct 30, 2024
2 parents d961aae + 6bfa640 commit 96f7efe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@ run `npm update` in the two applications to pull the latest `main`, and create P

## Releasing

- Update the version number in `package.json`
- Tag the new release in GitHub
To create a new release of this project:

- On a new branch, run `npm version 2.0.x`
- Either push the tags up or push the new commit/branch up
- Create a new release in GitHub
- In any project using this package, update it to the latest version
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": "@nationalarchives/ds-caselaw-frontend",
"version": "2.0.7",
"version": "2.0.8",
"description": "Shared styles for the National Archives Find Case Law project",
"main": "src/main.scss",
"scripts": {
Expand Down

0 comments on commit 96f7efe

Please sign in to comment.