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](v0.22.4...v1.0.0) (2024-01-11)

### Bug Fixes

* Add conscheck library and .nvmrc ([dd79a96](dd79a96))
* Add help inline tooltip support ([cc14a2d](cc14a2d))
* Add more context in case JSON.parse fails ([1dd944e](1dd944e))
* Add replaceEntities to new json parsing for attrs ([462ce80](462ce80))
* Add semantic release dependencies ([ad4f6a3](ad4f6a3))
* adjust attributeparser for considering undefined values in selection fields ([dc448ca](dc448ca))
* Adjust button readOnly forced false when setting it via attrs ([e68d4e5](e68d4e5))
* Adjust more testing ([a635740](a635740))
* Adjust tests ([2958c18](2958c18))
* Adjust workflows ([35eabfb](35eabfb))
* Ditch only-allow ([2100491](2100491))
* fallback mode for json_attrs ([9a08ade](9a08ade))
* fix Widget unmerged changes ([f2de68f](f2de68f))
* Improve error handling in json_attrs parsing ([b8a3bb5](b8a3bb5))
* Make sure json string comes with double quotes in new attribute json parsing ([377652e](377652e))
* More adjustments for using conscheck and parsing attributes ([1b10f89](1b10f89))
* New attribute parser in json format from conscheck ([72041e8](72041e8))
* replace entities in total domain for fixing gisce/webclient[#617](https://github.com/gisce/ooui/issues/617) ([139329f](139329f))
* Typo in attrs field ([f6ee0d7](f6ee0d7))
* Update @gisce/conscheck to v1.0.1 ([e47358b](e47358b))
* Update @gisce/conscheck to v1.0.2 ([bfe078b](bfe078b))
* Update @gisce/conscheck to v1.0.3 ([f8e6789](f8e6789))
* Update @gisce/conscheck to v1.0.4 ([13188da](13188da))
* Update @gisce/conscheck to v1.0.5 ([07aedc5](07aedc5))
* update gisce/commitlint-rules to v1.0.1 ([be5f1af](be5f1af))
* update gisce/commitlint-rules to v1.0.5 ([234908a](234908a))
* update gisce/conscheck to v1.0.9 ([31edf81](31edf81))
* update workflow and package.json ([cd6060c](cd6060c))

### Code Refactoring

* publish new v2 ([26cbdcd](26cbdcd))

### BREAKING CHANGES

* update to v2
* version adjustments
* bump version with alpha
  • Loading branch information
semantic-release-bot committed Jan 11, 2024
1 parent b0a6baf commit fa66ba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "@gisce/ooui",
"version": "1.0.0-alpha.24",
"version": "1.0.0",
"engines": {
"node": "20.5.0"
},
Expand Down

0 comments on commit fa66ba1

Please sign in to comment.