Skip to content

Commit

Permalink
Publish style spec v14.0.0 to NPM (#149)
Browse files Browse the repository at this point in the history
* Update style spec changelog

* Bump style spec to v14.0.0
  • Loading branch information
wipfli authored May 4, 2021
1 parent 006278d commit f3e1e3b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-style-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: |
cd src/style-spec
node -e "if(require('./package').version.includes('dev')) { process.exit(1) }"
npm publish --dry-run
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Features and improvements

- *...Add new stuff here...*
- Publish @maplibre/maplibre-gl-style-spec v14.0.0 on NPM (#149)
- Replace link to mapbox on LogoControl by link to maplibre (#151)
- Migrate style spec files from mapbox to maplibre (#147)
- Publish the MapLibre style spec in NPM (#140)
Expand Down
6 changes: 6 additions & 0 deletions src/style-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 14.0.0

### Breaking changes

* Remove the `--mapbox-api-supported` option of the `gl-style-validate` utility.

## 13.17.0

### ✨ Features and improvements
Expand Down
2 changes: 1 addition & 1 deletion src/style-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@maplibre/maplibre-gl-style-spec",
"description": "a specification for maplibre gl styles",
"version": "13.17.0",
"version": "14.0.0",
"author": "MapLibre",
"keywords": [
"mapbox",
Expand Down

0 comments on commit f3e1e3b

Please sign in to comment.