We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47a275e + 849d113 commit 44d51ceCopy full SHA for 44d51ce
.github/workflows/publish.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Run linter
23
run: yarn lint
24
25
+ - name: Run prettierWrite
26
+ run: yarn prettier:write
27
+
28
- name: Run prettier
29
run: yarn prettier:check
30
.github/workflows/publishbeta.yml
packages/file-input/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@8base-react/file-input",
3
- "version": "1.7.2",
+ "version": "1.8.0",
4
"repository": "https://github.com/8base/react-sdk",
5
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/file-input#readme",
6
"main": "dist/index.js",
0 commit comments