Skip to content

Commit

Permalink
prepare for new release (#3510)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and akphi committed Sep 11, 2024
1 parent 4eb7dca commit 944f22f
Show file tree
Hide file tree
Showing 45 changed files with 1,046 additions and 866 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected].2/schema.json",
"$schema": "https://unpkg.com/@changesets/[email protected].3/schema.json",
"changelog": [
"@finos/legend-dev-utils/ChangesetChangelogUtils",
{ "repo": "finos/legend-studio" }
Expand Down
40 changes: 40 additions & 0 deletions .changeset/hot-cobras-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
'@finos/legend-application-pure-ide-deployment': patch
'@finos/legend-extension-dsl-data-space-studio': patch
'@finos/legend-application-studio-deployment': patch
'@finos/legend-extension-store-service-store': patch
'@finos/legend-vscode-extension-dependencies': patch
'@finos/legend-application-query-deployment': patch
'@finos/legend-application-studio-bootstrap': patch
'@finos/legend-application-query-bootstrap': patch
'@finos/legend-application-repl-deployment': patch
'@finos/legend-extension-dsl-data-quality': patch
'@finos/legend-extension-store-relational': patch
'@finos/legend-server-showcase-deployment': patch
'@finos/legend-extension-dsl-persistence': patch
'@finos/legend-extension-store-flat-data': patch
'@finos/legend-extension-dsl-data-space': patch
'@finos/legend-extension-tracer-zipkin': patch
'@finos/legend-extension-dsl-diagram': patch
'@finos/legend-extension-dsl-service': patch
'@finos/legend-application-pure-ide': patch
'@finos/legend-extension-assortment': patch
'@finos/legend-application-studio': patch
'@finos/legend-extension-dsl-text': patch
'@finos/legend-application-query': patch
'@finos/legend-application-repl': patch
'@finos/legend-server-showcase': patch
'@finos/legend-query-builder': patch
'@finos/legend-server-depot': patch
'@finos/legend-application': patch
'@finos/legend-server-sdlc': patch
'@finos/legend-dev-utils': patch
'@finos/stylelint-config-legend-studio': patch
'@finos/legend-storage': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/legend-shared': patch
'@finos/babel-preset-legend-studio': patch
'@finos/legend-graph': patch
'@finos/legend-lego': patch
'@finos/legend-art': patch
---
9 changes: 9 additions & 0 deletions .changeset/new-iteration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@finos/legend-application-query-bootstrap': minor
'@finos/legend-application-studio-bootstrap': minor
'@finos/legend-application-pure-ide-deployment': minor
'@finos/legend-application-query-deployment': minor
'@finos/legend-application-repl-deployment': minor
'@finos/legend-application-studio-deployment': minor
'@finos/legend-server-showcase-deployment': minor
---
2 changes: 1 addition & 1 deletion fixtures/legend-mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"nodemon": "3.1.4",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,32 +94,32 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@babel/core": "7.25.2",
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@finos/babel-preset-legend-studio": "workspace:*",
"@finos/eslint-plugin-legend-studio": "workspace:*",
"@finos/legend-dev-utils": "workspace:*",
"@finos/stylelint-config-legend-studio": "workspace:*",
"@types/node": "22.5.1",
"@types/node": "22.5.4",
"chalk": "5.3.0",
"cross-env": "7.0.3",
"envinfo": "7.13.0",
"eslint": "8.57.0",
"fs-extra": "11.2.0",
"husky": "9.1.5",
"inquirer": "10.1.8",
"inquirer": "10.2.2",
"jest": "29.7.0",
"lint-staged": "15.2.9",
"lint-staged": "15.2.10",
"micromatch": "4.0.8",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"rimraf": "6.0.1",
"sass": "1.77.8",
"sass": "1.78.0",
"semver": "7.6.3",
"sort-package-json": "2.10.1",
"stylelint": "16.9.0",
"typedoc": "0.26.6",
"typescript": "5.5.4",
"typedoc": "0.26.7",
"typescript": "5.6.2",
"yargs": "17.7.2"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cross-env": "7.0.3",
"eslint": "8.57.0",
"rimraf": "6.0.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"dependencies": {
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "4.6.2",
"micromatch": "4.0.8",
"prettier": "3.3.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"devDependencies": {
"cross-env": "7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-pure-ide-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"eslint": "8.57.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
"webpack-dev-server": "5.1.0"
},
"publishConfig": {
"directory": "build/publishContent"
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-pure-ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@finos/legend-shared": "workspace:*",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"mobx": "6.13.1",
"mobx": "6.13.2",
"mobx-react-lite": "4.0.7",
"monaco-editor": "0.51.0",
"react": "18.3.1",
Expand All @@ -67,8 +67,8 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.77.8",
"typescript": "5.5.4"
"sass": "1.78.0",
"typescript": "5.6.2"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-query-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"eslint": "8.57.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.77.8",
"typescript": "5.5.4"
"sass": "1.78.0",
"typescript": "5.6.2"
},
"publishConfig": {
"directory": "build/publishContent"
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-query-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"eslint": "8.57.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
"webpack-dev-server": "5.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/legend-application-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/react": "16.0.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"mobx": "6.13.1",
"mobx": "6.13.2",
"mobx-react-lite": "4.0.7",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -70,8 +70,8 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.77.8",
"typescript": "5.5.4"
"sass": "1.78.0",
"typescript": "5.6.2"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-repl-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"typescript": "5.6.2",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
"webpack-dev-server": "5.1.0"
},
"publishConfig": {
"directory": "build/publishContent"
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"mathjs": "13.1.1",
"mobx": "6.13.1",
"mobx": "6.13.2",
"mobx-react-lite": "4.0.7",
"monaco-editor": "0.51.0",
"react": "18.3.1",
Expand All @@ -81,8 +81,8 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.77.8",
"typescript": "5.5.4"
"sass": "1.78.0",
"typescript": "5.6.2"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-studio-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"eslint": "8.57.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.77.8",
"typescript": "5.5.4"
"sass": "1.78.0",
"typescript": "5.6.2"
},
"publishConfig": {
"directory": "build/publishContent"
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-studio-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"eslint": "8.57.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
"webpack-dev-server": "5.1.0"
}
}
10 changes: 5 additions & 5 deletions packages/legend-application-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@testing-library/react": "16.0.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"fast-xml-parser": "4.4.1",
"mobx": "6.13.1",
"fast-xml-parser": "4.5.0",
"mobx": "6.13.2",
"mobx-react-lite": "4.0.7",
"mobx-utils": "6.0.8",
"monaco-editor": "0.51.0",
Expand All @@ -69,7 +69,7 @@
"react-dnd": "16.0.1",
"react-dom": "18.3.1",
"serializr": "3.0.2",
"yaml": "2.5.0"
"yaml": "2.5.1"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand All @@ -79,8 +79,8 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.77.8",
"typescript": "5.5.4"
"sass": "1.78.0",
"typescript": "5.6.2"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"history": "5.3.0",
"mobx": "6.13.1",
"mobx": "6.13.2",
"mobx-react-lite": "4.0.7",
"react": "18.3.1",
"react-dnd": "16.0.1",
Expand All @@ -75,8 +75,8 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.77.8",
"typescript": "5.5.4"
"sass": "1.78.0",
"typescript": "5.6.2"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
28 changes: 14 additions & 14 deletions packages/legend-art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@finos/legend-shared": "workspace:*",
"@fontsource/jetbrains-mono": "5.0.21",
"@fontsource/raleway": "5.0.20",
"@fontsource/roboto": "5.0.14",
"@fontsource/roboto-condensed": "5.0.17",
"@fontsource/roboto-mono": "5.0.19",
"@fontsource/roboto-serif": "5.0.14",
"@fontsource/ubuntu-mono": "5.0.21",
"@mui/material": "6.0.1",
"@mui/system": "6.0.1",
"@mui/x-date-pickers": "7.15.0",
"@fontsource/jetbrains-mono": "5.0.22",
"@fontsource/raleway": "5.0.21",
"@fontsource/roboto": "5.0.15",
"@fontsource/roboto-condensed": "5.0.18",
"@fontsource/roboto-mono": "5.0.20",
"@fontsource/roboto-serif": "5.0.15",
"@fontsource/ubuntu-mono": "5.0.22",
"@mui/material": "6.0.2",
"@mui/system": "6.0.2",
"@mui/x-date-pickers": "7.16.0",
"@types/react": "18.3.5",
"@types/react-select": "4.0.18",
"@types/react-window": "1.8.8",
"clsx": "2.1.1",
"color-parse": "2.0.2",
"mermaid": "11.0.2",
"mobx": "6.13.1",
"mermaid": "11.2.0",
"mobx": "6.13.2",
"mobx-react-lite": "4.0.7",
"react": "18.3.1",
"react-colorful": "5.6.1",
Expand Down Expand Up @@ -95,8 +95,8 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.77.8",
"typescript": "5.5.4"
"sass": "1.78.0",
"typescript": "5.6.2"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
Loading

0 comments on commit 944f22f

Please sign in to comment.