Skip to content

Commit 4fe4e89

Browse files
committed
check CI
1 parent a1c56d5 commit 4fe4e89

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Diff for: package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"packages/**"
44
],
55
"scripts": {
6-
"build": "run build publish -s"
6+
"build": "run publish -s"
77
},
88
"dependencies": {
9-
"@atomico/run": "^0.8.3"
9+
"@atomico/run": "^0.8.4"
1010
}
1111
}

Diff for: packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomico/react",
3-
"version": "2.7.4",
3+
"version": "2.7.3",
44
"type": "module",
55
"description": "",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)