Skip to content

Commit

Permalink
Release 0.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophJeworutzki committed Oct 4, 2024
1 parent 3b5a9af commit cd6fb3e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.36.1",
"version": "0.36.2",
"private": true,
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@maas/vue-equipment",
"description": "A magic collection of Vue composables, plugins, components and directives",
"version": "0.36.1",
"version": "0.36.2",
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
"type": "module",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "composables",
"description": "Collection of essential Vue Composition Utilities",
"version": "0.36.1",
"version": "0.36.2",
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
"dependencies": {
"@maas/vue-equipment/utils": "workspace:utils@*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config",
"version": "0.36.1",
"version": "0.36.2",
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"./interface/*": "./dist/interface/*",
"./mirage/*": "./dist/mirage/*"
},
"version": "0.36.1"
"version": "0.36.2"
}
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "metadata",
"description": "Metadata for @maas/vue-equipment",
"version": "0.36.1",
"version": "0.36.2",
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "0.36.1",
"version": "0.36.2",
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
"dependencies": {
"@maas/vue-equipment/composables": "workspace:composables@*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plugins",
"description": "A magic collection of Vue plugins",
"version": "0.36.1",
"version": "0.36.2",
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
"devDependencies": {
"@maas/mirror": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "utils",
"description": "Util functions used throughout",
"version": "0.36.1",
"version": "0.36.2",
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
"devDependencies": {
"@types/node": "^22.7.4",
Expand Down

0 comments on commit cd6fb3e

Please sign in to comment.