Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2024-06-26)

### Features

* add esri types ([43fed85](43fed85))
* setup skeleton project ([3dbcfdd](3dbcfdd))

### Bug Fixes

* adapt tests ([6a94a68](6a94a68))
* add more esri types ([e89b5f9](e89b5f9))
* add more esri types ([65b7fb7](65b7fb7))
* add package-lock ([eca821d](eca821d))
* better color ([16730f6](16730f6))
* ci add lib conventional-changelog ([e7f1d63](e7f1d63))
* eslint ([ac64058](ac64058))
* fix build ([97677f7](97677f7))
* fix eslint ([8612bfc](8612bfc))
* fix LyrxParser definition ([fb4dff5](fb4dff5))
* main style output quick fix for TEXT expression ([8a3b444](8a3b444))
* remove build folder ([dcf0fe7](dcf0fe7))
* remove dublicate export ([e66ba3f](e66ba3f))
* replace types ([7b450b7](7b450b7))
* skip test on radius for now ([6f36fea](6f36fea))
* use/produce esm build ([493d4e9](493d4e9))
  • Loading branch information
semantic-release-bot committed Jun 26, 2024
1 parent e00cdfc commit 72d5b13
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 1.0.0 (2024-06-26)


### Features

* add esri types ([43fed85](https://github.com/geostyler/geostyler-lyrx-parser/commit/43fed85a090c6c7550fd7c978f44c4ac7e364b25))
* setup skeleton project ([3dbcfdd](https://github.com/geostyler/geostyler-lyrx-parser/commit/3dbcfdde08287fe4b697a8f5293ff0913e411155))


### Bug Fixes

* adapt tests ([6a94a68](https://github.com/geostyler/geostyler-lyrx-parser/commit/6a94a68dd257cf361ad80665b2778ffcf1683411))
* add more esri types ([e89b5f9](https://github.com/geostyler/geostyler-lyrx-parser/commit/e89b5f9cfed15cd63f5214084b18deccd7ab6d0d))
* add more esri types ([65b7fb7](https://github.com/geostyler/geostyler-lyrx-parser/commit/65b7fb7587684f58e1c16babea865f7f6eb4a0a8))
* add package-lock ([eca821d](https://github.com/geostyler/geostyler-lyrx-parser/commit/eca821d6982ad7ddbc5477ff19cafdac1538ec6f))
* better color ([16730f6](https://github.com/geostyler/geostyler-lyrx-parser/commit/16730f69c9d1a5b08d6e398cc7459ef22b4514d7))
* ci add lib conventional-changelog ([e7f1d63](https://github.com/geostyler/geostyler-lyrx-parser/commit/e7f1d63e2cdcd362fd3145f3abaa57d0eeb0d11f))
* eslint ([ac64058](https://github.com/geostyler/geostyler-lyrx-parser/commit/ac640587a5df24e55aca0cc8f62e513005f59452))
* fix build ([97677f7](https://github.com/geostyler/geostyler-lyrx-parser/commit/97677f7c6ca51e859fd37763d7b7805d9787b690))
* fix eslint ([8612bfc](https://github.com/geostyler/geostyler-lyrx-parser/commit/8612bfc172f4d7c2afe561e5f9e3e2519f7b8c89))
* fix LyrxParser definition ([fb4dff5](https://github.com/geostyler/geostyler-lyrx-parser/commit/fb4dff5a581090b2e00eaa6276233d261eaf9da4))
* main style output quick fix for TEXT expression ([8a3b444](https://github.com/geostyler/geostyler-lyrx-parser/commit/8a3b44469ad27489550a98684a10fa136fcd1eeb))
* remove build folder ([dcf0fe7](https://github.com/geostyler/geostyler-lyrx-parser/commit/dcf0fe75f70bc24783036b7c712ab67dbc72c599))
* remove dublicate export ([e66ba3f](https://github.com/geostyler/geostyler-lyrx-parser/commit/e66ba3f1d2bdb44167917b695dd3e8817393c39d))
* replace types ([7b450b7](https://github.com/geostyler/geostyler-lyrx-parser/commit/7b450b7823724edb3268ac73240b782d57c4c22d))
* skip test on radius for now ([6f36fea](https://github.com/geostyler/geostyler-lyrx-parser/commit/6f36fea9ba7efbd8a246609f572fa8dffff98586))
* use/produce esm build ([493d4e9](https://github.com/geostyler/geostyler-lyrx-parser/commit/493d4e94f18f8769bf5d58b72241f5a28228223f))

## 1.0.0-next.1 (2024-06-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geostyler-lyrx-parser",
"version": "1.0.0-next.1",
"version": "1.0.0",
"description": "GeoStyler Style Parser implementation for ArcGIS Pro Layer Files (Lyrx)",
"type": "module",
"main": "dist/LyrxParser.js",
Expand Down

0 comments on commit 72d5b13

Please sign in to comment.