Skip to content

Commit

Permalink
Merge pull request #46 from nationalarchives/chore/fix-version-numbering
Browse files Browse the repository at this point in the history
Fix version numbering
  • Loading branch information
jacksonj04 authored Oct 23, 2024
2 parents 5d98259 + ef6cdce commit 5f47e0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ to ensure your development copy loads the local version of this package.

When you're ready, create a PR on this repository. Once it is merged into main,
run `npm update` in the two applications to pull the latest `main`, and create PRs for the changes to `package-lock.json`. Once they are merged and deployed, the latest changes will be used.

## Releasing

- Update the version number in `package.json`
- Tag the new release in 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.4",
"version": "2.0.7",
"description": "Shared styles for the National Archives Find Case Law project",
"main": "src/main.scss",
"scripts": {
Expand Down

0 comments on commit 5f47e0f

Please sign in to comment.