Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franzzua committed Dec 26, 2023
1 parent 43df9c8 commit 6cf6525
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/app",
"version": "2.1.1",
"version": "2.2.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion cell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/cell",
"version": "2.1.1",
"version": "2.2.0",
"description": "pull-based state flow",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/core",
"version": "2.1.1",
"version": "2.2.0",
"repository": {
"url": "https://github.com/franzzua/cmmn/tree/master/core"
},
Expand Down
2 changes: 1 addition & 1 deletion domain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/domain",
"version": "2.1.2",
"version": "2.2.0",
"description": "",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion infr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/infr",
"version": "2.1.2",
"version": "2.2.0",
"description": "",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/framework",
"version": "2.1.1",
"version": "2.2.0",
"description": "",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/server",
"version": "2.1.1",
"version": "2.2.0",
"description": "server libs for building rest api",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/sync",
"version": "2.1.2",
"version": "2.2.0",
"description": "collaborative with yjs",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/test",
"version": "2.1.1",
"version": "2.2.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/tools",
"version": "2.1.1",
"version": "2.2.0",
"description": "Compilation, bundling, code generator, testing.",
"main": "dist/rollup.config.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion uhtml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/uhtml",
"version": "2.1.1",
"version": "2.2.0",
"description": "stolen from WebReflection/uhtml repository",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmmn/ui",
"version": "2.1.1",
"version": "2.2.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 6cf6525

Please sign in to comment.