Skip to content

Commit 01166f6

Browse files
committed
v2.94.0
1 parent 51e9d40 commit 01166f6

8 files changed

Lines changed: 6825 additions & 2424 deletions

File tree

lerna.json

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

packages/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ditojs/admin",
3-
"version": "2.93.0",
3+
"version": "2.94.0",
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/main/packages/admin",

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.93.0",
3+
"version": "2.94.0",
44
"type": "module",
55
"repository": "https://github.com/ditojs/dito/tree/main/packages/build",
66
"author": "Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ditojs/router",
3-
"version": "2.93.0",
3+
"version": "2.94.0",
44
"type": "module",
55
"description": "Dito.js Router – 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/main/packages/router",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ditojs/server",
3-
"version": "2.93.0",
3+
"version": "2.94.0",
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/main/packages/server",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ditojs/ui",
3-
"version": "2.93.0",
3+
"version": "2.94.0",
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/main/packages/ui",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ditojs/utils",
3-
"version": "2.93.0",
3+
"version": "2.94.0",
44
"type": "module",
55
"description": "Dito.js Utility Functions – 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/main/packages/utils",

0 commit comments

Comments
 (0)