Skip to content

Commit facdcb0

Browse files
authored
chore(release): v0.12.1 (#1470)
1 parent 239a3f8 commit facdcb0

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.12.1](https://github.com/oruga-ui/oruga/compare/v0.12.0...v0.12.1) (2025-11-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **modal:** correct close properties behavior ([#1468](https://github.com/oruga-ui/oruga/issues/1468)) ([54b3c48](https://github.com/oruga-ui/oruga/commit/54b3c4889de8825ab13b70192b62ae5328ade24a))
7+
* **sidebar:** correct close properties behavior ([#1469](https://github.com/oruga-ui/oruga/issues/1469)) ([239a3f8](https://github.com/oruga-ui/oruga/commit/239a3f8a5b3cf616be033a40f378240bfdb2dd88))
8+
9+
10+
111
# [0.12.0](https://github.com/oruga-ui/oruga/compare/v0.11.6...v0.12.0) (2025-11-07)
212

313

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"homepage": "https://oruga-ui.com",
55
"description": "UI components for Vue.js and CSS framework agnostic",
66
"license": "MIT",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oruga-ui/docs-next",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"homepage": "https://oruga-ui.com",
55
"description": "UI components for Vue.js and CSS framework agnostic",
66
"author": "Walter Tommasi <tommsi20@gmail.com>",

packages/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oruga-ui/examples",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"homepage": "https://oruga-ui.com",
55
"description": "Oruga component examples",
66
"license": "MIT",
@@ -49,7 +49,7 @@
4949
"publish:examples:pre": "cp ../../README.md . && npm run build && npm publish --tag pre"
5050
},
5151
"peerDependencies": {
52-
"@oruga-ui/oruga-next": "0.12.0",
52+
"@oruga-ui/oruga-next": "0.12.1",
5353
"vue": "^3.0.0"
5454
},
5555
"dependencies": {

packages/oruga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oruga-ui/oruga-next",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"homepage": "https://oruga-ui.com",
55
"description": "UI components for Vue.js and CSS framework agnostic",
66
"author": "Walter Tommasi <tommsi20@gmail.com>",

0 commit comments

Comments
 (0)