diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b416fb..49c4aee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# HEAD +# 17.0.1 ## Bug Fixes diff --git a/README.md b/README.md index 6cfd2d74..3dc1f19e 100755 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ name. To publish a release to NPM, use the following steps: (use [Semantic Versioning](https://semver.org/) to determine what the new version number should be). 3. Update the package README [assets/package/README.md](https://github.com/mozilla/protocol/blob/main/assets/package/README.md). -4. Run `npm install` to update the package-lock.json file. +4. Update the package `version` number in the root [package.json](https://github.com/mozilla/protocol/blob/main/package.json) file and then run `npm install` to update the `package-lock.json` file. 5. Submit a pull request with your changes (or commit directly to `main` if you have permission). Once the changes have been merged to main: 6. Tag a new release. You can do this either using [Git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging), diff --git a/assets/package/README.md b/assets/package/README.md index c75dee0b..12221cea 100644 --- a/assets/package/README.md +++ b/assets/package/README.md @@ -20,7 +20,11 @@ Install package with NPM and add it to your dependencies: Version -17.0.0 +17.0.1 + + +Releases +View all diff --git a/assets/package/package.json b/assets/package/package.json index 59644eaf..566b137a 100644 --- a/assets/package/package.json +++ b/assets/package/package.json @@ -1,6 +1,6 @@ { "name": "@mozilla-protocol/core", - "version": "17.0.0", + "version": "17.0.1", "description": "A design system for Mozilla's websites.", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index 01aa6bf0..8c8e09df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "protocol", - "version": "17.0.0", + "version": "17.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "protocol", - "version": "17.0.0", + "version": "17.0.1", "license": "MIT", "dependencies": { "@babel/core": "^7.21.4", diff --git a/package.json b/package.json index 4ce62225..3916e6a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protocol", - "version": "17.0.0", + "version": "17.0.1", "private": true, "author": "Mozilla", "description": "A design system for Mozilla's websites.",