Skip to content

Commit

Permalink
ops: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksta committed Aug 4, 2024
1 parent a3889d9 commit 21bde63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
======================================================================

`0.0.3` - _unreleased_
`0.0.3` - _2024-08-04_
----------------------------------------------------------------------

**Added**
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mvuijs/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Minimum Viable UI",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ scripts of `type="module"` for this purpose.
<script type="importmap">
{
"imports": {
"@mvuijs/core": "https://unpkg.com/@mvuijs/core@0.0.2/dist/min/mvui-core.js",
"@mvuijs/core": "https://unpkg.com/@mvuijs/core@0.0.3/dist/min/mvui-core.js",
"@mvuijs/ui5": "https://unpkg.com/@mvuijs/ui5@1.19.0/dist/min/mvui-ui5.js"
}
}
Expand Down

0 comments on commit 21bde63

Please sign in to comment.