-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frontend: bump clutch core version (#2919)
Given the update from #2851 and since it is a major update to clutch, this PR updates the current version of clutch-sh/core (2.0.0-beta) to 3.0.0-beta to better represent the changes. Additionally updates the dependency versions in packages within the current repo. ### Testing Performed manual
- Loading branch information
Showing
22 changed files
with
71 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
"packages/*", | ||
"workflows/*" | ||
], | ||
"version": "2.0.0-beta" | ||
"version": "3.0.0-beta" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@clutch-sh/audit", | ||
"version": "2.0.0-beta", | ||
"version": "3.0.0-beta", | ||
"description": " Clutch Audit Workflows", | ||
"license": "Apache-2.0", | ||
"author": "[email protected]", | ||
|
@@ -20,7 +20,7 @@ | |
}, | ||
"dependencies": { | ||
"@clutch-sh/api": "^2.0.0-beta", | ||
"@clutch-sh/core": "^2.0.0-beta", | ||
"@clutch-sh/core": "^3.0.0-beta", | ||
"@mui/icons-material": "^5.8.4", | ||
"@mui/material": "^5.8.5", | ||
"file-saver": "^2.0.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@clutch-sh/ec2", | ||
"version": "2.0.0-beta", | ||
"version": "3.0.0-beta", | ||
"description": "Clutch EC2 Workflows", | ||
"license": "Apache-2.0", | ||
"author": "[email protected]", | ||
|
@@ -23,9 +23,9 @@ | |
"test:watch": "yarn run test --watch" | ||
}, | ||
"dependencies": { | ||
"@clutch-sh/core": "^2.0.0-beta", | ||
"@clutch-sh/data-layout": "^2.0.0-beta", | ||
"@clutch-sh/wizard": "^2.0.0-beta", | ||
"@clutch-sh/core": "^3.0.0-beta", | ||
"@clutch-sh/data-layout": "^3.0.0-beta", | ||
"@clutch-sh/wizard": "^3.0.0-beta", | ||
"@mui/material": "^5.8.5", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@clutch-sh/envoy", | ||
"version": "2.0.0-beta", | ||
"version": "3.0.0-beta", | ||
"description": "Clutch Envoy Workflows", | ||
"license": "Apache-2.0", | ||
"author": "[email protected]", | ||
|
@@ -23,9 +23,9 @@ | |
}, | ||
"dependencies": { | ||
"@clutch-sh/api": "^2.0.0-beta", | ||
"@clutch-sh/core": "^2.0.0-beta", | ||
"@clutch-sh/data-layout": "^2.0.0-beta", | ||
"@clutch-sh/wizard": "^2.0.0-beta", | ||
"@clutch-sh/core": "^3.0.0-beta", | ||
"@clutch-sh/data-layout": "^3.0.0-beta", | ||
"@clutch-sh/wizard": "^3.0.0-beta", | ||
"@mui/material": "^5.8.5", | ||
"file-saver": "^2.0.5", | ||
"lodash": "^4.17.15", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@clutch-sh/experimentation", | ||
"version": "2.0.0-beta", | ||
"version": "3.0.0-beta", | ||
"description": "Clutch Experimentation Workflows", | ||
"license": "Apache-2.0", | ||
"author": "[email protected]", | ||
|
@@ -20,8 +20,8 @@ | |
}, | ||
"dependencies": { | ||
"@clutch-sh/api": "^2.0.0-beta", | ||
"@clutch-sh/core": "^2.0.0-beta", | ||
"@clutch-sh/data-layout": "^2.0.0-beta", | ||
"@clutch-sh/core": "^3.0.0-beta", | ||
"@clutch-sh/data-layout": "^3.0.0-beta", | ||
"@emotion/styled": "^11.0.0", | ||
"@mui/material": "^5.8.5", | ||
"@mui/styles": "^5.8.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@clutch-sh/k8s", | ||
"version": "2.0.0-beta", | ||
"version": "3.0.0-beta", | ||
"description": "Clutch K8s Workflows", | ||
"license": "Apache-2.0", | ||
"author": "[email protected]", | ||
|
@@ -23,9 +23,9 @@ | |
}, | ||
"dependencies": { | ||
"@clutch-sh/api": "^2.0.0-beta", | ||
"@clutch-sh/core": "^2.0.0-beta", | ||
"@clutch-sh/data-layout": "^2.0.0-beta", | ||
"@clutch-sh/wizard": "^2.0.0-beta", | ||
"@clutch-sh/core": "^3.0.0-beta", | ||
"@clutch-sh/data-layout": "^3.0.0-beta", | ||
"@clutch-sh/wizard": "^3.0.0-beta", | ||
"@emotion/styled": "^11.1.5", | ||
"@hookform/resolvers": "2.8.8", | ||
"@mui/icons-material": "^5.8.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@clutch-sh/kinesis", | ||
"version": "2.0.0-beta", | ||
"version": "3.0.0-beta", | ||
"description": "Clutch Kinesis Workflows", | ||
"license": "Apache-2.0", | ||
"author": "[email protected]", | ||
|
@@ -23,9 +23,9 @@ | |
"test:watch": "yarn run test --watch" | ||
}, | ||
"dependencies": { | ||
"@clutch-sh/core": "^2.0.0-beta", | ||
"@clutch-sh/data-layout": "^2.0.0-beta", | ||
"@clutch-sh/wizard": "^2.0.0-beta", | ||
"@clutch-sh/core": "^3.0.0-beta", | ||
"@clutch-sh/data-layout": "^3.0.0-beta", | ||
"@clutch-sh/wizard": "^3.0.0-beta", | ||
"@emotion/styled": "^11.0.0", | ||
"@mui/material": "^5.8.5", | ||
"lodash": "^4.17.21", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@clutch-sh/project-catalog", | ||
"version": "2.0.0-beta", | ||
"version": "3.0.0-beta", | ||
"description": "Clutch Project Catalog", | ||
"license": "Apache-2.0", | ||
"author": "[email protected]", | ||
|
@@ -22,10 +22,10 @@ | |
}, | ||
"dependencies": { | ||
"@clutch-sh/api": "^2.0.0-beta", | ||
"@clutch-sh/core": "^2.0.0-beta", | ||
"@clutch-sh/data-layout": "^2.0.0-beta", | ||
"@clutch-sh/project-selector": "^2.0.0-beta", | ||
"@clutch-sh/wizard": "^2.0.0-beta", | ||
"@clutch-sh/core": "^3.0.0-beta", | ||
"@clutch-sh/data-layout": "^3.0.0-beta", | ||
"@clutch-sh/project-selector": "^3.0.0-beta", | ||
"@clutch-sh/wizard": "^3.0.0-beta", | ||
"@emotion/styled": "^11.3.0", | ||
"@fortawesome/fontawesome-svg-core": "^6.1.1", | ||
"@fortawesome/free-brands-svg-icons": "^6.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@clutch-sh/project-selector", | ||
"version": "2.0.0-beta", | ||
"version": "3.0.0-beta", | ||
"description": " Filter your projects", | ||
"license": "Apache-2.0", | ||
"author": "[email protected]", | ||
|
@@ -17,8 +17,8 @@ | |
"test:watch": "yarn run test --watch" | ||
}, | ||
"dependencies": { | ||
"@clutch-sh/core": "^2.0.0-beta", | ||
"@clutch-sh/wizard": "^2.0.0-beta", | ||
"@clutch-sh/core": "^3.0.0-beta", | ||
"@clutch-sh/wizard": "^3.0.0-beta", | ||
"@emotion/styled": "^11.3.0", | ||
"@mui/icons-material": "^5.8.4", | ||
"@mui/material": "^5.8.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@clutch-sh/sourcecontrol", | ||
"version": "2.0.0-beta", | ||
"version": "3.0.0-beta", | ||
"description": "Clutch Source Control Workflows", | ||
"license": "Apache-2.0", | ||
"author": "[email protected]", | ||
|
@@ -22,9 +22,9 @@ | |
"test:watch": "yarn run test --watch" | ||
}, | ||
"dependencies": { | ||
"@clutch-sh/core": "^2.0.0-beta", | ||
"@clutch-sh/data-layout": "^2.0.0-beta", | ||
"@clutch-sh/wizard": "^2.0.0-beta", | ||
"@clutch-sh/core": "^3.0.0-beta", | ||
"@clutch-sh/data-layout": "^3.0.0-beta", | ||
"@clutch-sh/wizard": "^3.0.0-beta", | ||
"@emotion/styled": "^11.0.0", | ||
"@hookform/resolvers": "2.8.8", | ||
"@mui/icons-material": "^5.8.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters