From 4b1fd000fcb58d58ab73f69d0408993c42b26671 Mon Sep 17 00:00:00 2001 From: James Harries Date: Wed, 30 Oct 2024 14:07:16 +0000 Subject: [PATCH 1/2] Upgrade to version 2.0.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d24159c..2a4bd14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/ds-caselaw-frontend", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/ds-caselaw-frontend", - "version": "2.0.7", + "version": "2.0.8", "license": "MIT", "devDependencies": { "stylelint": "^16.10.0", diff --git a/package.json b/package.json index 36eb0a4..d61ff89 100644 --- a/package.json +++ b/package.json @@ -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": { From 6bfa640a73136b146e422537b6e75230abbbff53 Mon Sep 17 00:00:00 2001 From: James Harries Date: Wed, 30 Oct 2024 14:14:20 +0000 Subject: [PATCH 2/2] chore: update readme with more release info --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1845006..5690981 100644 --- a/README.md +++ b/README.md @@ -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