Skip to content

Commit

Permalink
chore: release v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Jun 14, 2023
1 parent 463fde4 commit b6e69df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "anu-vue",
"version": "0.15.0",
"version": "0.15.1",
"description": "",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/anu-nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@anu-vue/nuxt",
"version": "0.15.0",
"version": "0.15.1",
"description": "anu-vue - Nuxt 3 Module",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/anu-nuxt/playground/package.json
@@ -1,5 +1,5 @@
{
"private": true,
"name": "my-module-playground",
"version": "0.15.0"
"version": "0.15.1"
}
2 changes: 1 addition & 1 deletion packages/anu-vue/package.json
@@ -1,7 +1,7 @@
{
"name": "anu-vue",
"private": false,
"version": "0.15.0",
"version": "0.15.1",
"type": "module",
"description": "DX focused utility based component library",
"author": "JD Solanki <https://github.com/jd-solanki>",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-theme-default/package.json
@@ -1,6 +1,6 @@
{
"name": "@anu-vue/preset-theme-default",
"version": "0.15.0",
"version": "0.15.1",
"description": "Default theme preset for Anu framework.",
"type": "module",
"private": false,
Expand Down

0 comments on commit b6e69df

Please sign in to comment.