Skip to content

Commit

Permalink
chore(release): v3.22.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Oct 21, 2024
1 parent 9c73e13 commit fc6ba6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
27 changes: 7 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.22.1](https://github.com/baumrock/RockFrontend/compare/v3.22.0...v3.22.1) (2024-10-21)


### Bug Fixes

* favicon.ico status detection ([9c73e13](https://github.com/baumrock/RockFrontend/commit/9c73e13e3aaef28e6978236c1fa5272605728e66))

## [3.22.0](https://github.com/baumrock/RockFrontend/compare/v3.21.2...v3.22.0) (2024-10-20)


Expand Down Expand Up @@ -43,23 +50,3 @@
* remove try/catch when debug mode is on to show tracy bluescreen for latte files ([8b8f4df](https://github.com/baumrock/RockFrontend/commit/8b8f4dffa5bd26cbc3d48c10434ce9c0aba6b517))
* wrong return types in new field() method ([8b5b7af](https://github.com/baumrock/RockFrontend/commit/8b5b7afc46650d99a9736fc51ce9aa6a3faccdd4))

## [3.20.0](https://github.com/baumrock/RockFrontend/compare/v3.19.0...v3.20.0) (2024-09-02)


### Features

* add "string" return type for field() method ([f8c52fd](https://github.com/baumrock/RockFrontend/commit/f8c52fd4b898f3163de16fc06f61bdb5d5720f2c))
* add field method trait ([fcc7769](https://github.com/baumrock/RockFrontend/commit/fcc77692aca24780fc9c0e069e64a38ba6b03e9a))
* add livereload count to console log ([072e6db](https://github.com/baumrock/RockFrontend/commit/072e6db3859f4888773c7b551027d18499c37550))
* expose field() method via $rockfrontend ([6ca32a6](https://github.com/baumrock/RockFrontend/commit/6ca32a6871efc66d248ac34d4e2d7362612cb6c8))
* improve field() method for pageimages ([357c3c9](https://github.com/baumrock/RockFrontend/commit/357c3c983b96275dd7725c2b4b7c28521a1a0abf))
* improve fields() method ([0148194](https://github.com/baumrock/RockFrontend/commit/0148194a2e75692c194aabdab767b63a60554b96))


### Bug Fixes

* add fix by stefanowitsch for scrollclass feature ([69970cf](https://github.com/baumrock/RockFrontend/commit/69970cf96089c70380298d834016d68f4c49ac55))
* avoid TypeError $ is not defined on slow connections ([5269d22](https://github.com/baumrock/RockFrontend/commit/5269d224b929c9132db6641bf7591f76a07f381b))
* link broken due to linebreaks ([8f1c5ff](https://github.com/baumrock/RockFrontend/commit/8f1c5ff889c4e46173abc342ffea52c688405202))
* passing null deprecated in trim() ([827099b](https://github.com/baumrock/RockFrontend/commit/827099b3359808578c1f60d1355b01895ca76157))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.22.0",
"version": "3.22.1",
"dependencies": {
"vitepress": "^1.0.0-alpha.51"
},
Expand Down

0 comments on commit fc6ba6c

Please sign in to comment.