Skip to content

Commit

Permalink
v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
franzzua committed Mar 14, 2024
1 parent 29d10a8 commit f429a03
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/app",
"version": "2.2.2",
"version": "2.2.3",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -53,4 +53,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions cell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/cell",
"version": "2.2.2",
"version": "2.2.3",
"description": "pull-based state flow",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -56,4 +56,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/core",
"version": "2.2.2",
"version": "2.2.3",
"repository": {
"url": "https://github.com/franzzua/cmmn/tree/master/core"
},
Expand Down Expand Up @@ -47,4 +47,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions domain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/domain",
"version": "2.2.2",
"version": "2.2.3",
"description": "",
"type": "module",
"repository": {
Expand Down Expand Up @@ -67,4 +67,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions infr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/infr",
"version": "2.2.2",
"version": "2.2.3",
"description": "",
"type": "module",
"repository": {
Expand Down Expand Up @@ -44,4 +44,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/server",
"version": "2.2.2",
"version": "2.2.3",
"description": "server libs for building rest api",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down Expand Up @@ -43,4 +43,4 @@
"author": "",
"license": "ISC",
"gitHead": "2755b333808bf97f1d9454601c2a2c9a88e4a021"
}
}
4 changes: 2 additions & 2 deletions sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/sync",
"version": "2.2.2",
"version": "2.2.3",
"description": "collaborative with yjs",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -64,4 +64,4 @@
}
},
"gitHead": "2755b333808bf97f1d9454601c2a2c9a88e4a021"
}
}
4 changes: 2 additions & 2 deletions tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/tools",
"version": "2.2.2",
"version": "2.2.3",
"description": "Compilation, bundling, code generator, testing.",
"main": "dist/rollup.config.js",
"type": "module",
Expand Down Expand Up @@ -61,4 +61,4 @@
"author": "",
"license": "ISC",
"gitHead": "2755b333808bf97f1d9454601c2a2c9a88e4a021"
}
}
4 changes: 2 additions & 2 deletions uhtml/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions uhtml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/uhtml",
"version": "2.2.0",
"version": "2.2.3",
"description": "stolen from WebReflection/uhtml repository",
"publishConfig": {
"access": "public"
Expand All @@ -27,4 +27,4 @@
"author": "",
"license": "ISC",
"gitHead": "5309832cf3397001967465f0508d947cbab2540d"
}
}
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/ui",
"version": "2.2.2",
"version": "2.2.3",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -56,4 +56,4 @@
"module": "es,cjs"
}
}
}
}

0 comments on commit f429a03

Please sign in to comment.