Skip to content

Commit

Permalink
chore(release): update version 0.6.2 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Sep 6, 2024
1 parent 84cbdcf commit 27d8856
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ createApp(App)
.use(Oruga, bootstrapConfig)
.mount('#app')
```
Please note, the package also works for `@oruga-ui/oruga` (Vue 2) and can be used without importing any other Oruga styling or the full Oruga bundle.
Please note, this package can be used without importing any other Oruga styling or theme.

### Customization (SASS/SCSS)

Expand Down
4 changes: 2 additions & 2 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": "@oruga-ui/theme-bootstrap",
"version": "0.6.1",
"version": "0.6.2",
"description": "Bootstrap theme for Oruga",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 27d8856

Please sign in to comment.