Skip to content

Commit

Permalink
bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willymaps committed Jul 5, 2022
1 parent 2121fa7 commit 66bf97e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Changelog

## HEAD
## v7.2.0

- add `animal-shelter` icon
- add `toll-booth` icon
- add `historic` icon
- add `tunnel` icon
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ After the final review approval, a Maki team member will merge the icon branch t

1. Move changes from from the [headlog](./CHANGELOG.md#head) to the new version heading
1. Increment the `version` key in [`package.json`](./package.json)
1. Push changes to main then tag the release in git with `git tag -a x.x.x -m 'Tag release' && git push --tags`
1. Push changes to main
1. Tag the release in git with `git tag -a vX.X.X -m 'Tag release' && git push --tags`
1. Publish your changes to npm with [`mbx npm publish`](https://github.com/mapbox/mbxcli/blob/master/docs/commands/npm.md#publishing-deprecating-and-unpublishing-packages)

#### 2: Update the Maki website
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Mapbox",
"name": "@mapbox/maki",
"description": "Pixel-perfect icons for web cartography",
"version": "7.1.0",
"version": "7.2.0",
"main": "index.js",
"browser": "browser.cjs.js",
"module": "browser.esm.js",
Expand Down

0 comments on commit 66bf97e

Please sign in to comment.