From aabbe8dcea224d9f16fbef372762de06099efaaa Mon Sep 17 00:00:00 2001 From: Riley Love Date: Fri, 16 Feb 2024 12:08:13 -0600 Subject: [PATCH] fix(fix arg to upload): fix cachecontrol arg --- .github/workflows/release.yml | 2 +- .github/workflows/staging.yml | 2 +- packages/client-api/package.json | 2 +- packages/client-graphql/package.json | 2 +- packages/components/package.json | 12 ++++++------ packages/react-brand-designer/package.json | 4 ++-- packages/react-elements/package.json | 2 +- packages/react-hooks/package.json | 4 ++-- packages/react-inbox-next/package.json | 2 +- packages/react-inbox/package.json | 10 +++++----- packages/react-preferences/package.json | 4 ++-- packages/react-provider/package.json | 4 ++-- packages/react-toast/package.json | 4 ++-- packages/storybook/package.json | 14 +++++++------- packages/types/package.json | 2 +- 15 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f487647..360ff17c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - uses: jakejarvis/s3-sync-action@master with: # Do not use --delete flag. We store previous versions in this bucket. - args: --follow-symlinks --cache-control max-age=31536000, public, immutable + args: --follow-symlinks --cache-control "max-age=31536000,public,immutable" env: AWS_S3_BUCKET: "courier-push-provider-prod-couriercomponentsbucket-jqacxmhbzmwx" AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 1230219c..f50692ce 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -29,7 +29,7 @@ jobs: IS_STAGING: true - uses: jakejarvis/s3-sync-action@master with: - args: --follow-symlinks --cache-control max-age=31536000, public, immutable + args: --follow-symlinks --cache-control "max-age=31536000,public,immutable" env: AWS_S3_BUCKET: "courier-push-provider-prod-couriercomponentsbucket-jqacxmhbzmwx" AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/packages/client-api/package.json b/packages/client-api/package.json index 4ad680d0..b9d78c7c 100644 --- a/packages/client-api/package.json +++ b/packages/client-api/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/client-api", - "version": "4.11.1", + "version": "4.11.2", "description": "", "main": "dist/index.js", "private": true, diff --git a/packages/client-graphql/package.json b/packages/client-graphql/package.json index 72035b73..1de1fe94 100644 --- a/packages/client-graphql/package.json +++ b/packages/client-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/client-graphql", - "version": "4.11.1", + "version": "4.11.2", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", diff --git a/packages/components/package.json b/packages/components/package.json index abca72af..45a85b2c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/components", - "version": "4.11.1", + "version": "4.11.2", "private": true, "description": "Beautiful, easy React toast notifications", "author": "Courier ", @@ -18,11 +18,11 @@ "license": "MIT", "dependencies": { "@trycourier/courier": "^1.3.0", - "@trycourier/react-brand-designer": "^4.11.1", - "@trycourier/react-inbox": "^4.11.1", - "@trycourier/react-preferences": "^4.11.1", - "@trycourier/react-provider": "^4.11.1", - "@trycourier/react-toast": "^4.11.1", + "@trycourier/react-brand-designer": "^4.11.2", + "@trycourier/react-inbox": "^4.11.2", + "@trycourier/react-preferences": "^4.11.2", + "@trycourier/react-provider": "^4.11.2", + "@trycourier/react-toast": "^4.11.2", "babel-loader": "^8.0.6", "babel-preset-preact": "^2.0.0", "camel-case": "^4.1.2", diff --git a/packages/react-brand-designer/package.json b/packages/react-brand-designer/package.json index 59efdd26..0dd6831d 100644 --- a/packages/react-brand-designer/package.json +++ b/packages/react-brand-designer/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-brand-designer", - "version": "4.11.1", + "version": "4.11.2", "description": "Embeddable brand designer for multi-channel notifications", "homepage": "https://github.com/trycourier/courier-react/tree/main/packages/react-elements#readme", "license": "ISC", @@ -29,7 +29,7 @@ "url": "https://github.com/trycourier/courier-react/issues" }, "dependencies": { - "@trycourier/react-elements": "^4.11.1", + "@trycourier/react-elements": "^4.11.2", "rimraf": "^3.0.2" }, "devDependencies": { diff --git a/packages/react-elements/package.json b/packages/react-elements/package.json index 0344ed58..d783f586 100644 --- a/packages/react-elements/package.json +++ b/packages/react-elements/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-elements", - "version": "4.11.1", + "version": "4.11.2", "description": "Shareable components for each Courier package", "author": "Drew Youngwerth ", "homepage": "https://github.com/trycourier/courier-react/tree/main/packages/react-elements#readme", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 71048661..7d54094b 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-hooks", - "version": "4.11.1", + "version": "4.11.2", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -20,7 +20,7 @@ "concat-md": "^0.3.5" }, "dependencies": { - "@trycourier/client-graphql": "^4.11.1", + "@trycourier/client-graphql": "^4.11.2", "deep-extend": "^0.6.0", "rimraf": "^3.0.2" }, diff --git a/packages/react-inbox-next/package.json b/packages/react-inbox-next/package.json index 9648a418..743c4c48 100644 --- a/packages/react-inbox-next/package.json +++ b/packages/react-inbox-next/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-inbox-next", - "version": "4.11.1", + "version": "4.11.2", "description": "", "private": true, "main": "dist/index.js", diff --git a/packages/react-inbox/package.json b/packages/react-inbox/package.json index 347deb0b..d2c9eb96 100644 --- a/packages/react-inbox/package.json +++ b/packages/react-inbox/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-inbox", - "version": "4.11.1", + "version": "4.11.2", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -20,10 +20,10 @@ "dependencies": { "@fontsource/poppins": "^4.5.9", "@tippyjs/react": "^4.2.3", - "@trycourier/client-graphql": "^4.11.1", - "@trycourier/react-elements": "^4.11.1", - "@trycourier/react-hooks": "^4.11.1", - "@trycourier/react-preferences": "^4.11.1", + "@trycourier/client-graphql": "^4.11.2", + "@trycourier/react-elements": "^4.11.2", + "@trycourier/react-hooks": "^4.11.2", + "@trycourier/react-preferences": "^4.11.2", "classnames": "^2.2.6", "date-fns": "^2.19.0", "deep-extend": "^0.6.0", diff --git a/packages/react-preferences/package.json b/packages/react-preferences/package.json index d6fca124..dc3301f0 100644 --- a/packages/react-preferences/package.json +++ b/packages/react-preferences/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-preferences", - "version": "4.11.1", + "version": "4.11.2", "main": "dist/index.js", "types": "typings/index.d.ts", "scripts": { @@ -23,7 +23,7 @@ ], "license": "ISC", "dependencies": { - "@trycourier/react-hooks": "^4.11.1", + "@trycourier/react-hooks": "^4.11.2", "react-toggle": "^4.1.2", "styled-components": "^5.3.6" } diff --git a/packages/react-provider/package.json b/packages/react-provider/package.json index e30a49e1..570bcc95 100644 --- a/packages/react-provider/package.json +++ b/packages/react-provider/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-provider", - "version": "4.11.1", + "version": "4.11.2", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -16,7 +16,7 @@ }, "license": "ISC", "dependencies": { - "@trycourier/client-graphql": "^4.11.1", + "@trycourier/client-graphql": "^4.11.2", "buffer": "^6.0.3", "jwt-decode": "^3.1.2", "react-use": "^17.2.1", diff --git a/packages/react-toast/package.json b/packages/react-toast/package.json index d8ef15b7..6808e752 100644 --- a/packages/react-toast/package.json +++ b/packages/react-toast/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-toast", - "version": "4.11.1", + "version": "4.11.2", "description": "Beautiful, easy React toast notifications", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -24,7 +24,7 @@ "concat-md": "^0.3.5" }, "dependencies": { - "@trycourier/react-hooks": "^4.11.1", + "@trycourier/react-hooks": "^4.11.2", "deep-extend": "^0.6.0", "markdown-to-jsx": "7.1.7", "react-toastify": "^9.1.3", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index e35e57a2..bf2efae8 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/storybook", - "version": "4.11.1", + "version": "4.11.2", "private": true, "description": "Beautiful, easy React toast notifications", "author": "Courier ", @@ -23,12 +23,12 @@ "@storybook/addon-links": "^6.5.9", "@storybook/addon-viewport": "^6.5.9", "@storybook/react": "^6.5.9", - "@trycourier/components": "^4.11.1", - "@trycourier/react-brand-designer": "^4.11.1", - "@trycourier/react-inbox": "^4.11.1", - "@trycourier/react-preferences": "^4.11.1", - "@trycourier/react-provider": "^4.11.1", - "@trycourier/react-toast": "^4.11.1", + "@trycourier/components": "^4.11.2", + "@trycourier/react-brand-designer": "^4.11.2", + "@trycourier/react-inbox": "^4.11.2", + "@trycourier/react-preferences": "^4.11.2", + "@trycourier/react-provider": "^4.11.2", + "@trycourier/react-toast": "^4.11.2", "react-frame-component": "^5.2.3", "react-markdown": "^8.0.1", "rehype-raw": "^6.1.1", diff --git a/packages/types/package.json b/packages/types/package.json index 3a523355..53e57bd4 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@trycourier/types", "private": true, - "version": "4.11.1", + "version": "4.11.2", "main": "index.d.ts", "types": "index.d.ts", "scripts": {}