Skip to content

Commit f952817

Browse files
committed
Merge branch 'master' of github.com:alinsjs/alins
2 parents e47c063 + 7ec0762 commit f952817

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alins",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
55
"main": "src/index.ts",
66
"typings": "src/index.ts",
@@ -12,8 +12,8 @@
1212
"license": "MIT",
1313
"type": "module",
1414
"dependencies": {
15-
"alins-reactive": "^0.0.7",
16-
"alins-utils": "^0.0.7"
15+
"alins-reactive": "^0.0.8",
16+
"alins-utils": "^0.0.8"
1717
},
1818
"publishConfig": {
1919
"registry": "https://registry.npmjs.org/"

packages/reactive/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alins-reactive",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
55
"main": "src/index.ts",
66
"typings": "src/index.ts",
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"type": "module",
1414
"dependencies": {
15-
"alins-utils": "^0.0.7"
15+
"alins-utils": "^0.0.8"
1616
},
1717
"publishConfig": {
1818
"registry": "https://registry.npmjs.org/"

packages/style/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alins-style",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
55
"main": "src/index.ts",
66
"typings": "src/index.ts",
@@ -12,8 +12,8 @@
1212
"license": "MIT",
1313
"type": "module",
1414
"dependencies": {
15-
"alins-reactive": "^0.0.7",
16-
"alins-utils": "^0.0.7"
15+
"alins-reactive": "^0.0.8",
16+
"alins-utils": "^0.0.8"
1717
},
1818
"publishConfig": {
1919
"registry": "https://registry.npmjs.org/"

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alins-utils",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
55
"main": "src/index.ts",
66
"typings": "src/index.ts",

0 commit comments

Comments
 (0)