Skip to content

Commit

Permalink
chore: publish new version: 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavniran committed Jul 29, 2021
1 parent d4f9ad6 commit 6809b56
Show file tree
Hide file tree
Showing 22 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
12 changes: 6 additions & 6 deletions packages/core/chunked-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/chunked-sender",
"description": "adds chunked upload capabilities on top of the regular XHR uploads",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -21,13 +21,13 @@
"access": "public"
},
"dependencies": {
"@rpldy/sender": "^0.13.2",
"@rpldy/shared": "^0.13.2",
"@rpldy/simple-state": "^0.13.2"
"@rpldy/sender": "^0.13.3",
"@rpldy/shared": "^0.13.3",
"@rpldy/simple-state": "^0.13.3"
},
"devDependencies": {
"@rpldy/life-events": "^0.13.2",
"@rpldy/uploader": "^0.13.2",
"@rpldy/life-events": "^0.13.3",
"@rpldy/uploader": "^0.13.3",
"flow-bin": "^0.156.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/life-events/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/life-events",
"description": "events pub/sub management with return values",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -23,7 +23,7 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared": "^0.13.2",
"@rpldy/shared": "^0.13.3",
"is-promise": "^4.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/core/mock-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/mock-sender",
"description": "mock sender for testing purposes",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -18,9 +18,9 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/sender": "^0.13.2",
"@rpldy/shared": "^0.13.2",
"@rpldy/uploader": "^0.13.2"
"@rpldy/sender": "^0.13.3",
"@rpldy/shared": "^0.13.3",
"@rpldy/uploader": "^0.13.3"
},
"devDependencies": {
"flow-bin": "^0.156.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/retry/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/retry",
"description": "adds the capability to retry failed uploads",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -18,8 +18,8 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared": "^0.13.2",
"@rpldy/uploader": "^0.13.2"
"@rpldy/shared": "^0.13.3",
"@rpldy/uploader": "^0.13.3"
},
"devDependencies": {
"flow-bin": "^0.156.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/safe-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/safe-storage",
"description": "safe (dont throw) versions of local and session storage",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -18,7 +18,7 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js"
},
"dependencies": {
"@rpldy/shared": "^0.13.2"
"@rpldy/shared": "^0.13.3"
},
"devDependencies": {
"flow-bin": "^0.156.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/sender/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/sender",
"description": "react-uploady's default XHR sender",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -18,7 +18,7 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared": "^0.13.2"
"@rpldy/shared": "^0.13.3"
},
"devDependencies": {
"flow-bin": "^0.156.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/shared",
"description": "internal set of utils+types for react-uploady",
"author": "yoav niran (https://github.com/yoavniran)",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/simple-state/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/simple-state",
"description": "deep proxy object, so it's only updateable through an update method",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -18,7 +18,7 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js"
},
"dependencies": {
"@rpldy/shared": "^0.13.2"
"@rpldy/shared": "^0.13.3"
},
"devDependencies": {
"flow-bin": "^0.156.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/core/tus-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/tus-sender",
"description": "react-uploady sender implementation of the TUS protocol",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -21,15 +21,15 @@
"access": "public"
},
"dependencies": {
"@rpldy/chunked-sender": "^0.13.2",
"@rpldy/safe-storage": "^0.13.2",
"@rpldy/sender": "^0.13.2",
"@rpldy/shared": "^0.13.2",
"@rpldy/simple-state": "^0.13.2"
"@rpldy/chunked-sender": "^0.13.3",
"@rpldy/safe-storage": "^0.13.3",
"@rpldy/sender": "^0.13.3",
"@rpldy/shared": "^0.13.3",
"@rpldy/simple-state": "^0.13.3"
},
"devDependencies": {
"@rpldy/life-events": "^0.13.2",
"@rpldy/uploader": "^0.13.2",
"@rpldy/life-events": "^0.13.3",
"@rpldy/uploader": "^0.13.3",
"flow-bin": "^0.156.0"
}
}
10 changes: 5 additions & 5 deletions packages/core/uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/uploader",
"description": "the processing and queuing engine for react-uploady",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -25,10 +25,10 @@
"flow:copy": "flow-copy-source ./src ./lib/flow --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/life-events": "^0.13.2",
"@rpldy/sender": "^0.13.2",
"@rpldy/shared": "^0.13.2",
"@rpldy/simple-state": "^0.13.2"
"@rpldy/life-events": "^0.13.3",
"@rpldy/sender": "^0.13.3",
"@rpldy/shared": "^0.13.3",
"@rpldy/simple-state": "^0.13.3"
},
"devDependencies": {
"flow-bin": "^0.156.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/native/native-uploady/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/native-uploady",
"description": "wrapper&context component to expose and provide react-uploady functionality for react-native",
"author": "yoav niran (https://github.com/yoavniran)",
Expand Down Expand Up @@ -28,7 +28,7 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore *.test.js --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared-ui": "^0.13.2"
"@rpldy/shared-ui": "^0.13.3"
},
"peerDependencies": {
"react": ">=16.8.x"
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/chunked-uploady/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/chunked-uploady",
"description": "wrapper&context component to expose and provide react-uploady functionality with chunked upload support",
"author": "yoav niran (https://github.com/yoavniran)",
Expand Down Expand Up @@ -29,15 +29,15 @@
"access": "public"
},
"dependencies": {
"@rpldy/chunked-sender": "^0.13.2",
"@rpldy/sender": "^0.13.2",
"@rpldy/shared": "^0.13.2",
"@rpldy/shared-ui": "^0.13.2",
"@rpldy/uploader": "^0.13.2",
"@rpldy/uploady": "^0.13.2"
"@rpldy/chunked-sender": "^0.13.3",
"@rpldy/sender": "^0.13.3",
"@rpldy/shared": "^0.13.3",
"@rpldy/shared-ui": "^0.13.3",
"@rpldy/uploader": "^0.13.3",
"@rpldy/uploady": "^0.13.3"
},
"devDependencies": {
"@rpldy/upload-button": "^0.13.2",
"@rpldy/upload-button": "^0.13.3",
"@storybook/addon-knobs": "^6.2.1",
"flow-bin": "^0.156.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/retry-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/retry-hooks",
"description": "useful hooks for the retry functionality from @rpldy/retry",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -26,18 +26,18 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js"
},
"dependencies": {
"@rpldy/retry": "^0.13.2",
"@rpldy/shared": "^0.13.2",
"@rpldy/shared-ui": "^0.13.2",
"@rpldy/uploader": "^0.13.2"
"@rpldy/retry": "^0.13.3",
"@rpldy/shared": "^0.13.3",
"@rpldy/shared-ui": "^0.13.3",
"@rpldy/uploader": "^0.13.3"
},
"peerDependencies": {
"react": ">=16.8.x",
"react-dom": ">=16.8.x"
},
"devDependencies": {
"@rpldy/upload-button": "^0.13.2",
"@rpldy/upload-preview": "^0.13.2",
"@rpldy/upload-button": "^0.13.3",
"@rpldy/upload-preview": "^0.13.3",
"flow-bin": "^0.156.0",
"rc-progress": "^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/shared-ui",
"description": "internal set of utils+types for react-uploady UI",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -18,8 +18,8 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared": "^0.13.2",
"@rpldy/uploader": "^0.13.2"
"@rpldy/shared": "^0.13.3",
"@rpldy/uploader": "^0.13.3"
},
"devDependencies": {
"flow-bin": "^0.156.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/tus-uploady/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/tus-uploady",
"description": "wrapper&context component to expose and provide react-uploady functionality with TUS protocol support",
"author": "yoav niran (https://github.com/yoavniran)",
Expand Down Expand Up @@ -31,12 +31,12 @@
"access": "public"
},
"dependencies": {
"@rpldy/shared": "^0.13.2",
"@rpldy/shared-ui": "^0.13.2",
"@rpldy/tus-sender": "^0.13.2"
"@rpldy/shared": "^0.13.3",
"@rpldy/shared-ui": "^0.13.3",
"@rpldy/tus-sender": "^0.13.3"
},
"devDependencies": {
"@rpldy/upload-button": "^0.13.2",
"@rpldy/upload-button": "^0.13.3",
"@storybook/addon-knobs": "^6.2.1",
"flow-bin": "^0.156.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/upload-button/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/upload-button",
"description": "upload button component and asUploadButton HOC",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -26,11 +26,11 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared-ui": "^0.13.2"
"@rpldy/shared-ui": "^0.13.3"
},
"devDependencies": {
"@rpldy/retry": "^0.13.2",
"@rpldy/uploady": "^0.13.2",
"@rpldy/retry": "^0.13.3",
"@rpldy/uploady": "^0.13.3",
"flow-bin": "^0.156.0",
"styled-components": "^5.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/upload-drop-zone/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/upload-drop-zone",
"description": "drop zone (container) component to initiate file and folder content uploads",
"author": "yoav niran (https://github.com/yoavniran)",
Expand Down Expand Up @@ -27,13 +27,13 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore *.test.js --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared-ui": "^0.13.2",
"@rpldy/shared-ui": "^0.13.3",
"html-dir-content": "^0.3.2"
},
"devDependencies": {
"@rpldy/shared": "^0.13.2",
"@rpldy/upload-button": "^0.13.2",
"@rpldy/uploady": "^0.13.2",
"@rpldy/shared": "^0.13.3",
"@rpldy/upload-button": "^0.13.3",
"@rpldy/uploady": "^0.13.3",
"flow-bin": "^0.156.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^10.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/upload-paste/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"name": "@rpldy/upload-paste",
"description": "easily add paste-to-upload to React components",
"author": "yoav niran (https://github.com/yoavniran)",
Expand Down Expand Up @@ -27,12 +27,12 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared-ui": "^0.13.2"
"@rpldy/shared-ui": "^0.13.3"
},
"devDependencies": {
"@rpldy/upload-button": "^0.13.2",
"@rpldy/upload-drop-zone": "^0.13.2",
"@rpldy/uploady": "^0.13.2",
"@rpldy/upload-button": "^0.13.3",
"@rpldy/upload-drop-zone": "^0.13.3",
"@rpldy/uploady": "^0.13.3",
"flow-bin": "^0.156.0",
"styled-components": "^5.2.0"
},
Expand Down
Loading

0 comments on commit 6809b56

Please sign in to comment.