Skip to content

Commit

Permalink
Version bump to v1.12.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Aug 7, 2024
1 parent b131bad commit 2a36f78
Show file tree
Hide file tree
Showing 33 changed files with 454 additions and 425 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "1.12.3",
"version": "1.12.4",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/create-dara-app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ license = "Apache-2.0"
name = "create-dara-app"
readme = "README.md"
repository = "https://github.com/causalens/dara"
version = "1.12.3"
version = "1.12.4"
source = []

[tool.poetry.dependencies]
Expand Down
24 changes: 12 additions & 12 deletions packages/dara-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darajs/components",
"version": "1.12.3",
"version": "1.12.4",
"description": "Components for the Dara framework",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -29,9 +29,9 @@
"prettier": "@darajs/prettier-config",
"devDependencies": {
"@babel/core": "^7.23.5",
"@darajs/eslint-config": "1.12.3",
"@darajs/prettier-config": "1.12.3",
"@darajs/stylelint-config": "1.12.3",
"@darajs/eslint-config": "1.12.4",
"@darajs/prettier-config": "1.12.4",
"@darajs/stylelint-config": "1.12.4",
"@testing-library/react-hooks": "^3.4.2",
"@types/lodash": "^4.14.155",
"@types/react": "18.2.60",
Expand All @@ -54,14 +54,14 @@
},
"dependencies": {
"@bokeh/bokehjs": "~3.1.1",
"@darajs/core": "1.12.3",
"@darajs/styled-components": "1.12.3",
"@darajs/ui-causal-graph-editor": "1.12.3",
"@darajs/ui-code-editor": "1.12.3",
"@darajs/ui-components": "1.12.3",
"@darajs/ui-hierarchy-viewer": "1.12.3",
"@darajs/ui-icons": "1.12.3",
"@darajs/ui-utils": "1.12.3",
"@darajs/core": "1.12.4",
"@darajs/styled-components": "1.12.4",
"@darajs/ui-causal-graph-editor": "1.12.4",
"@darajs/ui-code-editor": "1.12.4",
"@darajs/ui-components": "1.12.4",
"@darajs/ui-hierarchy-viewer": "1.12.4",
"@darajs/ui-icons": "1.12.4",
"@darajs/ui-utils": "1.12.4",
"@popperjs/core": "2.4.0",
"date-fns": "2.9.0",
"immer": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/dara-components/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ license = "Apache-2.0"
name = "dara-components"
readme = "README.md"
repository = "https://github.com/causalens/dara"
version = "1.12.3"
version = "1.12.4"
source = []

[[tool.poetry.packages]]
Expand All @@ -36,7 +36,7 @@ include = "dara"
bokeh = ">=3.1.0, <3.2.0"
cai-causal-graph = ">=0.3.6"
certifi = ">=2024.7.4"
dara-core = "1.12.3"
dara-core = "1.12.4"
dill = ">=0.3.0, <0.4.0"
matplotlib = ">=2.0.0"
pandas = ">=1.1.0, <3.0.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/dara-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darajs/core",
"version": "1.12.3",
"version": "1.12.4",
"description": "Dara Framework core",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@babel/preset-env": "^7.23.0",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@darajs/eslint-config": "1.12.3",
"@darajs/prettier-config": "1.12.3",
"@darajs/stylelint-config": "1.12.3",
"@darajs/eslint-config": "1.12.4",
"@darajs/prettier-config": "1.12.4",
"@darajs/stylelint-config": "1.12.4",
"@rollup/plugin-inject": "^4.0.4",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
Expand Down Expand Up @@ -79,10 +79,10 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@darajs/styled-components": "1.12.3",
"@darajs/ui-components": "1.12.3",
"@darajs/ui-notifications": "1.12.3",
"@darajs/ui-utils": "1.12.3",
"@darajs/styled-components": "1.12.4",
"@darajs/ui-components": "1.12.4",
"@darajs/ui-notifications": "1.12.4",
"@darajs/ui-utils": "1.12.4",
"@fortawesome/fontawesome-free": "~6.4.0",
"@recoiljs/refine": "^0.1.1",
"@tanstack/query-core": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/dara-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ license = "Apache-2.0"
name = "dara-core"
readme = "README.md"
repository = "https://github.com/causalens/dara"
version = "1.12.3"
version = "1.12.4"
source = []

[[tool.poetry.packages]]
Expand Down Expand Up @@ -66,11 +66,11 @@ xlrd = "*"

[tool.poetry.dependencies.create-dara-app]
optional = true
version = "1.12.3"
version = "1.12.4"

[tool.poetry.dependencies.dara-components]
optional = true
version = "1.12.3"
version = "1.12.4"

[tool.poetry.dependencies.uvicorn]
extras = ["standard"]
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darajs/eslint-config",
"version": "1.12.3",
"version": "1.12.4",
"description": "Dara ESLint configuration",
"author": "Krzysztof Bielikowicz <krzysztof@causalens.com>",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
],
"prettier": "@darajs/prettier-config",
"dependencies": {
"@darajs/prettier-config": "1.12.3",
"@darajs/prettier-config": "1.12.4",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source = []
package-mode = false
name = "eslint-config"
version = "1.12.3"
version = "1.12.4"
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darajs/prettier-config",
"version": "1.12.3",
"version": "1.12.4",
"description": "Dara Prettier configuration",
"author": "Krzysztof Bielikowicz <krzysztof@causalens.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source = []
package-mode = false
name = "prettier-config"
version = "1.12.3"
version = "1.12.4"
8 changes: 4 additions & 4 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darajs/styled-components",
"version": "1.12.3",
"version": "1.12.4",
"description": "CL wrapper around styled components so everything gets the same instance",
"main": "dist/index.js",
"license": "Apache-2.0",
Expand All @@ -13,9 +13,9 @@
},
"prettier": "@darajs/prettier-config",
"devDependencies": {
"@darajs/eslint-config": "1.12.3",
"@darajs/prettier-config": "1.12.3",
"@darajs/stylelint-config": "1.12.3",
"@darajs/eslint-config": "1.12.4",
"@darajs/prettier-config": "1.12.4",
"@darajs/stylelint-config": "1.12.4",
"@types/styled-components": "^5.1.26",
"eslint": "^7.32.0",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source = []
package-mode = false
name = "styled-components"
version = "1.12.3"
version = "1.12.4"
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darajs/stylelint-config",
"version": "1.12.3",
"version": "1.12.4",
"description": "Dara Stylelint configuration",
"author": "Krzysztof Bielikowicz <krzysztof@causalens.com>",
"main": "index.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source = []
package-mode = false
name = "stylelint-config"
version = "1.12.3"
version = "1.12.4"
20 changes: 10 additions & 10 deletions packages/ui-causal-graph-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darajs/ui-causal-graph-editor",
"version": "1.12.3",
"version": "1.12.4",
"description": "CausalGraph editor for the Dara UI framework",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -24,9 +24,9 @@
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@darajs/eslint-config": "1.12.3",
"@darajs/prettier-config": "1.12.3",
"@darajs/stylelint-config": "1.12.3",
"@darajs/eslint-config": "1.12.4",
"@darajs/prettier-config": "1.12.4",
"@darajs/stylelint-config": "1.12.4",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
Expand Down Expand Up @@ -66,12 +66,12 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@darajs/styled-components": "1.12.3",
"@darajs/ui-components": "1.12.3",
"@darajs/ui-icons": "1.12.3",
"@darajs/ui-notifications": "1.12.3",
"@darajs/ui-utils": "1.12.3",
"@darajs/ui-widgets": "1.12.3",
"@darajs/styled-components": "1.12.4",
"@darajs/ui-components": "1.12.4",
"@darajs/ui-icons": "1.12.4",
"@darajs/ui-notifications": "1.12.4",
"@darajs/ui-utils": "1.12.4",
"@darajs/ui-widgets": "1.12.4",
"cytoscape": "^3.23.0",
"cytoscape-fcose": "^2.2.0",
"d3": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-causal-graph-editor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
source = []
package-mode = false
name = "ui-causal-graph-editor"
version = "1.12.3"
version = "1.12.4"
packages = []
include = []
10 changes: 5 additions & 5 deletions packages/ui-code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darajs/ui-code-editor",
"version": "1.12.3",
"version": "1.12.4",
"description": "Code Editor for the Dara UI framework",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -17,9 +17,9 @@
"license": "Apache-2.0",
"prettier": "@darajs/prettier-config",
"devDependencies": {
"@darajs/eslint-config": "1.12.3",
"@darajs/prettier-config": "1.12.3",
"@darajs/stylelint-config": "1.12.3",
"@darajs/eslint-config": "1.12.4",
"@darajs/prettier-config": "1.12.4",
"@darajs/stylelint-config": "1.12.4",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@darajs/styled-components": "1.12.3",
"@darajs/styled-components": "1.12.4",
"react": "^18.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-code-editor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source = []
package-mode = false
name = "ui-code-editor"
version = "1.12.3"
version = "1.12.4"
14 changes: 7 additions & 7 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darajs/ui-components",
"version": "1.12.3",
"version": "1.12.4",
"description": "The core React UI kit for Dara",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -24,9 +24,9 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@darajs/eslint-config": "1.12.3",
"@darajs/prettier-config": "1.12.3",
"@darajs/stylelint-config": "1.12.3",
"@darajs/eslint-config": "1.12.4",
"@darajs/prettier-config": "1.12.4",
"@darajs/stylelint-config": "1.12.4",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
Expand Down Expand Up @@ -68,9 +68,9 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@darajs/styled-components": "1.12.3",
"@darajs/ui-icons": "1.12.3",
"@darajs/ui-utils": "1.12.3",
"@darajs/styled-components": "1.12.4",
"@darajs/ui-icons": "1.12.4",
"@darajs/ui-utils": "1.12.4",
"@floating-ui/react": "^0.26.12",
"@fortawesome/free-regular-svg-icons": "~6.4.0",
"@fortawesome/free-solid-svg-icons": "~6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source = []
package-mode = false
name = "ui-components"
version = "1.12.3"
version = "1.12.4"
12 changes: 6 additions & 6 deletions packages/ui-hierarchy-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darajs/ui-hierarchy-viewer",
"version": "1.12.3",
"version": "1.12.4",
"description": "Hierarchy Viewer for the Dara UI framework",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -17,9 +17,9 @@
"license": "Apache-2.0",
"prettier": "@darajs/prettier-config",
"devDependencies": {
"@darajs/eslint-config": "1.12.3",
"@darajs/prettier-config": "1.12.3",
"@darajs/stylelint-config": "1.12.3",
"@darajs/eslint-config": "1.12.4",
"@darajs/prettier-config": "1.12.4",
"@darajs/stylelint-config": "1.12.4",
"@types/d3": "^6.2.0",
"@types/jest": "^25.2.3",
"@types/react": "^18.0",
Expand All @@ -34,8 +34,8 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@darajs/styled-components": "1.12.3",
"@darajs/ui-utils": "1.12.3",
"@darajs/styled-components": "1.12.4",
"@darajs/ui-utils": "1.12.4",
"d3": "6.2.0",
"react": "^18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-hierarchy-viewer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source = []
package-mode = false
name = "ui-hierarchy-viewer"
version = "1.12.3"
version = "1.12.4"
Loading

0 comments on commit 2a36f78

Please sign in to comment.