Skip to content

Commit

Permalink
feat: #7350 fixes rc app dns (#8995)
Browse files Browse the repository at this point in the history
* feat: #7350 fixes rc app dns

* chore: updates elements release notes

* fix: removes serverless remove

* fix: revert release prod workflow
  • Loading branch information
willmcvay authored May 3, 2023
1 parent ee9885c commit b6ceef0
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/admin-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"publish": "echo '...skipping...'",
"conf": "yarn config-manager --namespace cloud --entity admin-portal --name local --mode fetch",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"publish": "echo '...skipping...'",
"conf": "yarn config-manager --namespace cloud --entity app-builder --name local --mode fetch",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
Expand Down
2 changes: 1 addition & 1 deletion packages/data-warehouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"publish": "echo '...skipping...'",
"conf": "yarn config-manager --namespace cloud --entity data-warehouse --name local --mode fetch",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
Expand Down
2 changes: 1 addition & 1 deletion packages/developer-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"publish": "echo '...skipping...'",
"conf": "yarn config-manager --namespace cloud --entity developer-portal --name local --mode fetch",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"check": "tsc --noEmit --skipLibCheck",
"publish": "yarn npm publish --access public",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"start": "start-storybook -p 6006",
"test": "cross-env TZ=UTC jest --watch --colors --silent"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/elements/src/storybook/changelog.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ We will publish release version history and changes here. Where possible, we wil

Beta versions should be relatively stable but subject to occssional breaking changes.

### **3.12.0 - 03/05/23**

- Fix: Updates react type definitions to latest version to be compatible with React 18
- Updates Linaria lib to latest stable version v4.x

### **3.11.2 - 05/04/23**

- `Modal` now closes when the escape key is pressed
Expand Down
2 changes: 1 addition & 1 deletion packages/geo-diary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"publish": "echo '...skipping...'",
"conf": "yarn config-manager --namespace cloud --entity geo-diary --name local --mode fetch",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
Expand Down
2 changes: 1 addition & 1 deletion packages/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"publish": "echo '...skipping...'",
"conf": "yarn config-manager --namespace cloud --entity insights --name local --mode fetch",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
Expand Down
2 changes: 1 addition & 1 deletion packages/marketplace-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"publish": "echo '...skipping...'",
"conf": "yarn config-manager --namespace cloud --entity marketplace-management --name local --mode fetch",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
Expand Down
2 changes: 1 addition & 1 deletion packages/marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"publish": "echo '...skipping...'",
"conf": "yarn config-manager --namespace cloud --entity marketplace --name local --mode fetch",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
Expand Down
2 changes: 1 addition & 1 deletion packages/rc-mfa-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"publish": "echo '...skipping...'",
"conf": "yarn config-manager --namespace cloud --entity rc-mfa-config --name local --mode fetch",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
Expand Down
2 changes: 1 addition & 1 deletion packages/reapit-connect/cdk-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const createStack = async () => {
const accountId = await getAccountId()
const stack = createBaseStack({
namespace: 'cloud',
appName: 'insights',
appName: 'reapit-connect',
component: 'site',
accountId,
region: 'eu-west-2',
Expand Down
2 changes: 1 addition & 1 deletion packages/reapit-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "serverless remove && rpt-cdk deploy",
"deploy": "rpt-cdk deploy",
"publish": "echo '...skipping...'",
"conf": "yarn config-manager --namespace cloud --entity reapit-connect --name local --mode fetch",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
Expand Down

0 comments on commit b6ceef0

Please sign in to comment.