From a948db98030a0b822737ab1222600d2c291e518b Mon Sep 17 00:00:00 2001 From: HarelM Date: Fri, 12 Aug 2022 21:59:02 +0300 Subject: [PATCH 1/2] Added missing style-spec typings to publish --- .github/workflows/publish-style-spec.yml | 1 + src/style-spec/CHANGELOG.md | 4 ++++ src/style-spec/package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-style-spec.yml b/.github/workflows/publish-style-spec.yml index 8dcf70253e..2bcbb1a39d 100644 --- a/.github/workflows/publish-style-spec.yml +++ b/.github/workflows/publish-style-spec.yml @@ -30,6 +30,7 @@ jobs: - name: Build style spec run: | npm run build-style-spec + npm run generate-typings cp -r dist/style-spec/* src/style-spec/dist - name: Check version and publish diff --git a/src/style-spec/CHANGELOG.md b/src/style-spec/CHANGELOG.md index def007f5b2..a395e3226f 100644 --- a/src/style-spec/CHANGELOG.md +++ b/src/style-spec/CHANGELOG.md @@ -1,3 +1,7 @@ +## 17.0.1 + +* Generated typings file as not created in the build process and was added in this version + ## 17.0.0 ### Breaking changes diff --git a/src/style-spec/package.json b/src/style-spec/package.json index 3de03e4199..0b47b15c42 100644 --- a/src/style-spec/package.json +++ b/src/style-spec/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-gl-style-spec", "description": "a specification for maplibre gl styles", - "version": "17.0.0", + "version": "17.0.1", "author": "MapLibre", "keywords": [ "mapbox", From 3d1a2eb28a72480d0a50aef3ce8d43a5ffbd86a7 Mon Sep 17 00:00:00 2001 From: Harel M Date: Sat, 13 Aug 2022 07:16:35 +0300 Subject: [PATCH 2/2] Update src/style-spec/CHANGELOG.md Co-authored-by: Oliver Wipfli --- src/style-spec/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style-spec/CHANGELOG.md b/src/style-spec/CHANGELOG.md index a395e3226f..d08fb9591e 100644 --- a/src/style-spec/CHANGELOG.md +++ b/src/style-spec/CHANGELOG.md @@ -1,6 +1,6 @@ ## 17.0.1 -* Generated typings file as not created in the build process and was added in this version +* Generated typings file as not created in the build process and was added in this version [#1470](https://github.com/maplibre/maplibre-gl-js/pull/1470) ## 17.0.0