Skip to content

Commit a1756d4

Browse files
authored
Merge pull request #159 from k1LoW/tagpr-from-v0.23.2
Release for v0.23.3
2 parents cacd7de + c248ad9 commit a1756d4

3 files changed

Lines changed: 34 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.23.3](https://github.com/k1LoW/mo/compare/v0.23.2...v0.23.3) - 2026-04-03
4+
### Dependency Updates ⬆️
5+
- chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/mo/pull/157
6+
- chore(deps): bump the dependencies group in /internal/frontend with 5 updates by @dependabot[bot] in https://github.com/k1LoW/mo/pull/158
7+
38
## [v0.23.2](https://github.com/k1LoW/mo/compare/v0.23.1...v0.23.2) - 2026-03-31
49
### Fix bug 🐛
510
- feat: add smooth scroll for footnote references by @k1LoW in https://github.com/k1LoW/mo/pull/156

CREDITS

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,6 +2187,34 @@ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
21872187
THIS SOFTWARE.
21882188

21892189

2190+
================================================================
2191+
2192+
@braintree/sanitize-url
2193+
git+https://github.com/braintree/sanitize-url.git
2194+
----------------------------------------------------------------
2195+
MIT License
2196+
2197+
Copyright (c) 2017 Braintree
2198+
2199+
Permission is hereby granted, free of charge, to any person obtaining a copy
2200+
of this software and associated documentation files (the "Software"), to deal
2201+
in the Software without restriction, including without limitation the rights
2202+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2203+
copies of the Software, and to permit persons to whom the Software is
2204+
furnished to do so, subject to the following conditions:
2205+
2206+
The above copyright notice and this permission notice shall be included in all
2207+
copies or substantial portions of the Software.
2208+
2209+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2210+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2211+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2212+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2213+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2214+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2215+
SOFTWARE.
2216+
2217+
21902218
================================================================
21912219

21922220
lodash-es
@@ -2241,34 +2269,6 @@ licenses; we recommend you read them, as their terms may differ from the
22412269
terms above.
22422270

22432271

2244-
================================================================
2245-
2246-
@braintree/sanitize-url
2247-
git+https://github.com/braintree/sanitize-url.git
2248-
----------------------------------------------------------------
2249-
MIT License
2250-
2251-
Copyright (c) 2017 Braintree
2252-
2253-
Permission is hereby granted, free of charge, to any person obtaining a copy
2254-
of this software and associated documentation files (the "Software"), to deal
2255-
in the Software without restriction, including without limitation the rights
2256-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2257-
copies of the Software, and to permit persons to whom the Software is
2258-
furnished to do so, subject to the following conditions:
2259-
2260-
The above copyright notice and this permission notice shall be included in all
2261-
copies or substantial portions of the Software.
2262-
2263-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2264-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2265-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2266-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2267-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2268-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2269-
SOFTWARE.
2270-
2271-
22722272
================================================================
22732273

22742274
@iconify/utils

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
const (
44
Name = "mo"
5-
Version = "0.23.2" //nostyle:repetition
5+
Version = "0.23.3" //nostyle:repetition
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)