Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Mar 19, 2020
2 parents 5007d06 + f1bfad6 commit ca5be1c
Show file tree
Hide file tree
Showing 13 changed files with 568 additions and 537 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
yarn lerna publish
--canary minor
--force-publish
--exact
--dist-tag nightly
--preid alpha
--no-push
--no-git-tag-version
--yes
yarn lerna publish --canary minor --force-publish --exact --dist-tag nightly --preid alpha --no-push --no-git-tag-version --yes
2 changes: 0 additions & 2 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,6 @@ Map {
"defaultProps": Object {
"onDelete": [Function],
"status": "uploading",
"uuid": "id1",
},
"propTypes": Object {
"errorBody": Object {
Expand Down Expand Up @@ -2527,7 +2526,6 @@ Map {
"type": "oneOf",
},
"uuid": Object {
"isRequired": true,
"type": "string",
},
},
Expand Down
356 changes: 0 additions & 356 deletions packages/react/src/components/FileUploader/FileUploader-test.js

This file was deleted.

Loading

0 comments on commit ca5be1c

Please sign in to comment.