Skip to content

Commit

Permalink
chore(release): release v0.9.3 (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Dec 19, 2024
1 parent 7a1e929 commit ea2c7f1
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.9.3](https://github.com/oruga-ui/oruga/compare/v0.9.2...v0.9.3) (2024-12-19)


### Bug Fixes

* **autocomplete:** solve input does not get cleared ([#1151](https://github.com/oruga-ui/oruga/issues/1151)) ([f0eccaf](https://github.com/oruga-ui/oruga/commit/f0eccafda6e79f71b21f25ae9b13fc824a494ccd))
* **input:** solve prop `number` declaration issue ([#1150](https://github.com/oruga-ui/oruga/issues/1150)) ([123dc6f](https://github.com/oruga-ui/oruga/commit/123dc6f55f09798a531ec732ea06639a71caa71d))
* **table:** solve `mobileClass` trigger issue ([#1153](https://github.com/oruga-ui/oruga/issues/1153)) ([226f19b](https://github.com/oruga-ui/oruga/commit/226f19b43f5138fc6b56dae2808d5764b5f86b5c))



## [0.9.2](https://github.com/oruga-ui/oruga/compare/v0.9.1...v0.9.2) (2024-12-02)


Expand Down
12 changes: 6 additions & 6 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": "root",
"version": "0.9.2",
"version": "0.9.3",
"homepage": "https://oruga-ui.com",
"description": "UI components for Vue.js and CSS framework agnostic",
"author": "Walter Tommasi <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oruga-ui/docs-next",
"version": "0.9.2",
"version": "0.9.3",
"homepage": "https://oruga-ui.com",
"description": "UI components for Vue.js and CSS framework agnostic",
"author": "Walter Tommasi <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oruga-ui/examples",
"version": "0.9.2",
"version": "0.9.3",
"homepage": "https://oruga-ui.com",
"description": "Oruga component examples",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"update": "ncu -u"
},
"peerDependencies": {
"@oruga-ui/oruga-next": "0.9.2",
"@oruga-ui/oruga-next": "0.9.3",
"vue": "^3.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/oruga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oruga-ui/oruga-next",
"version": "0.9.2",
"version": "0.9.3",
"homepage": "https://oruga-ui.com",
"description": "UI components for Vue.js and CSS framework agnostic",
"author": "Walter Tommasi <[email protected]>",
Expand Down

0 comments on commit ea2c7f1

Please sign in to comment.