Skip to content

Commit 3d02df4

Browse files
committed
v2.10.7
1 parent 00ea6f7 commit 3d02df4

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "7.1.0",
3-
"version": "2.10.6",
3+
"version": "2.10.7",
44
"packages": [
55
"packages/*"
66
],

packages/admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ditojs/admin",
3-
"version": "2.10.5",
3+
"version": "2.10.7",
44
"type": "module",
55
"description": "Dito.js Admin is a schema based admin interface for Dito.js Server, featuring auto-generated views and forms and built with Vue.js",
66
"repository": "https://github.com/ditojs/dito/tree/master/packages/admin",
@@ -39,7 +39,7 @@
3939
"not ie_mob > 0"
4040
],
4141
"dependencies": {
42-
"@ditojs/ui": "^2.10.5",
42+
"@ditojs/ui": "^2.10.7",
4343
"@ditojs/utils": "^2.10.5",
4444
"@kyvg/vue3-notification": "^2.9.1",
4545
"@lk77/vue3-color": "^3.0.6",
@@ -80,7 +80,7 @@
8080
"vue-upload-component": "^3.1.8"
8181
},
8282
"devDependencies": {
83-
"@ditojs/build": "^2.10.0",
83+
"@ditojs/build": "^2.10.7",
8484
"@vitejs/plugin-vue": "^4.2.3",
8585
"@vue/compiler-sfc": "^3.3.4",
8686
"pug": "^3.0.2",

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ditojs/build",
3-
"version": "2.10.0",
3+
"version": "2.10.7",
44
"type": "module",
55
"repository": "https://github.com/ditojs/dito/tree/master/packages/build",
66
"author": "Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ditojs/server",
3-
"version": "2.10.6",
3+
"version": "2.10.7",
44
"type": "module",
55
"description": "Dito.js Server – Dito.js is a declarative and modern web framework, based on Objection.js, Koa.js and Vue.js",
66
"repository": "https://github.com/ditojs/dito/tree/master/packages/server",
@@ -25,8 +25,8 @@
2525
"node >= 18"
2626
],
2727
"dependencies": {
28-
"@ditojs/admin": "^2.10.5",
29-
"@ditojs/build": "^2.10.0",
28+
"@ditojs/admin": "^2.10.7",
29+
"@ditojs/build": "^2.10.7",
3030
"@ditojs/router": "^2.10.5",
3131
"@ditojs/utils": "^2.10.5",
3232
"@koa/cors": "^4.0.0",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ditojs/ui",
3-
"version": "2.10.5",
3+
"version": "2.10.7",
44
"type": "module",
55
"description": "Dito.js UI is a simple UI library, built with Vue.js for use in Dito.js Admin and elsewhere",
66
"repository": "https://github.com/ditojs/dito/tree/master/packages/ui",
@@ -43,7 +43,7 @@
4343
"@soda/get-current-script": "^1.0.2"
4444
},
4545
"devDependencies": {
46-
"@ditojs/build": "^2.10.0",
46+
"@ditojs/build": "^2.10.7",
4747
"@vitejs/plugin-vue": "^4.2.3",
4848
"@vue/compiler-sfc": "^3.3.4",
4949
"pug": "^3.0.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,12 +1650,12 @@ __metadata:
16501650
languageName: node
16511651
linkType: hard
16521652

1653-
"@ditojs/admin@^2.10.5, @ditojs/admin@workspace:packages/admin":
1653+
"@ditojs/admin@^2.10.7, @ditojs/admin@workspace:packages/admin":
16541654
version: 0.0.0-use.local
16551655
resolution: "@ditojs/admin@workspace:packages/admin"
16561656
dependencies:
1657-
"@ditojs/build": ^2.10.0
1658-
"@ditojs/ui": ^2.10.5
1657+
"@ditojs/build": ^2.10.7
1658+
"@ditojs/ui": ^2.10.7
16591659
"@ditojs/utils": ^2.10.5
16601660
"@kyvg/vue3-notification": ^2.9.1
16611661
"@lk77/vue3-color": ^3.0.6
@@ -1703,7 +1703,7 @@ __metadata:
17031703
languageName: unknown
17041704
linkType: soft
17051705

1706-
"@ditojs/build@^2.10.0, @ditojs/build@workspace:packages/build":
1706+
"@ditojs/build@^2.10.7, @ditojs/build@workspace:packages/build":
17071707
version: 0.0.0-use.local
17081708
resolution: "@ditojs/build@workspace:packages/build"
17091709
dependencies:
@@ -1731,8 +1731,8 @@ __metadata:
17311731
resolution: "@ditojs/server@workspace:packages/server"
17321732
dependencies:
17331733
"@aws-sdk/client-s3": ^3.304.0
1734-
"@ditojs/admin": ^2.10.5
1735-
"@ditojs/build": ^2.10.0
1734+
"@ditojs/admin": ^2.10.7
1735+
"@ditojs/build": ^2.10.7
17361736
"@ditojs/router": ^2.10.5
17371737
"@ditojs/utils": ^2.10.5
17381738
"@koa/cors": ^4.0.0
@@ -1796,11 +1796,11 @@ __metadata:
17961796
languageName: unknown
17971797
linkType: soft
17981798

1799-
"@ditojs/ui@^2.10.5, @ditojs/ui@workspace:packages/ui":
1799+
"@ditojs/ui@^2.10.7, @ditojs/ui@workspace:packages/ui":
18001800
version: 0.0.0-use.local
18011801
resolution: "@ditojs/ui@workspace:packages/ui"
18021802
dependencies:
1803-
"@ditojs/build": ^2.10.0
1803+
"@ditojs/build": ^2.10.7
18041804
"@ditojs/utils": ^2.10.5
18051805
"@soda/get-current-script": ^1.0.2
18061806
"@vitejs/plugin-vue": ^4.2.3

0 commit comments

Comments
 (0)