Skip to content

Commit ec8a518

Browse files
authored
chore(release): v0.13.1 (#1585)
1 parent 4525ac7 commit ec8a518

File tree

6 files changed

+17
-11
lines changed

6 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.13.1](https://github.com/oruga-ui/oruga/compare/v0.13.0...v0.13.1) (2026-03-10)
2+
3+
### Bug Fixes
4+
5+
* **type:** adjust Oruga plugin type ([#1584](https://github.com/oruga-ui/oruga/issues/1584)) ([4525ac7](https://github.com/oruga-ui/oruga/commit/4525ac7ece66e114d53da50895e1c56141a0311f))
6+
17
## [0.13.0](https://github.com/oruga-ui/oruga/compare/v0.12.6...v0.13.0) (2026-03-09)
28

39
### ⚠ BREAKING CHANGES

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.13.0",
3+
"version": "0.13.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.13.0",
3+
"version": "0.13.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.13.0",
3+
"version": "0.13.1",
44
"homepage": "https://oruga-ui.com",
55
"description": "Oruga UI component examples",
66
"license": "MIT",
@@ -50,7 +50,7 @@
5050
"prepublishOnly": "cp ../../README.md . && cp ../../LICENSE ."
5151
},
5252
"peerDependencies": {
53-
"@oruga-ui/oruga-next": "0.13.0",
53+
"@oruga-ui/oruga-next": "0.13.1",
5454
"vue": "^3.0.0"
5555
},
5656
"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.13.0",
3+
"version": "0.13.1",
44
"homepage": "https://oruga-ui.com",
55
"description": "UI components for Vue.js and CSS framework agnostic",
66
"license": "MIT",

0 commit comments

Comments
 (0)