Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alinsjs/alins
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Nov 20, 2022
2 parents 7915529 + 7afb684 commit 769aa39
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alins",
"version": "0.0.12",
"version": "0.0.13",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "index.js",
"repository": "git@github.com:alinsjs/alins.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alins",
"version": "0.0.12",
"version": "0.0.13",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
Expand All @@ -19,8 +19,8 @@
"license": "MIT",
"type": "module",
"dependencies": {
"alins-reactive": "^0.0.12",
"alins-utils": "^0.0.12"
"alins-reactive": "^0.0.13",
"alins-utils": "^0.0.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alins-reactive",
"version": "0.0.12",
"version": "0.0.13",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"type": "module",
"dependencies": {
"alins-utils": "^0.0.12"
"alins-utils": "^0.0.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
6 changes: 3 additions & 3 deletions packages/style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alins-style",
"version": "0.0.12",
"version": "0.0.13",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
Expand All @@ -19,8 +19,8 @@
"license": "MIT",
"type": "module",
"dependencies": {
"alins-reactive": "^0.0.12",
"alins-utils": "^0.0.12"
"alins-reactive": "^0.0.13",
"alins-utils": "^0.0.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alins-utils",
"version": "0.0.12",
"version": "0.0.13",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
Expand Down

0 comments on commit 769aa39

Please sign in to comment.