Skip to content

Commit

Permalink
Build:1.10.3 (#324)
Browse files Browse the repository at this point in the history
* updating ui deps

* version bump

* changelog

* updated changelog

* locking pylint due to unreachable code bug
  • Loading branch information
patricia-causalens authored Jun 27, 2024
1 parent 00965a5 commit 7d528d1
Show file tree
Hide file tree
Showing 11 changed files with 396 additions and 239 deletions.
2 changes: 1 addition & 1 deletion borg.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.10.2"
version = "1.10.3"
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.10.2",
"version": "1.10.3",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/create-dara-app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ license = "Apache-2.0"
name = "create-dara-app"
readme = "README.md"
repository = "https://github.com/causalens/dara"
version = "1.10.2"
version = "1.10.3"

[tool.poetry.dependencies]
click = "=8.1.3"
Expand All @@ -40,7 +40,7 @@ bandit = "^1.7.5"
blue = "^0.9.1"
isort = "^5.10.1"
mypy = "^1.6.0"
pylint = "^3.0.0"
pylint = "3.2.3"
pytest = "^7.0.0"
types-requests = "^2.28.1"

Expand Down
3 changes: 2 additions & 1 deletion packages/dara-components/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Changelog
---

## NEXT
## 1.10.3

- Fixed an issue where `onchange` would not fire for `Input` and `Textarea` components in some cases
- Fixed and issue where the nodes could escape their containers in grouping layouts.

## 1.10.0

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.10.2",
"version": "1.10.3",
"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.10.0",
"@darajs/prettier-config": "~1.10.0",
"@darajs/stylelint-config": "~1.10.0",
"@darajs/eslint-config": "~1.10.2",
"@darajs/prettier-config": "~1.10.2",
"@darajs/stylelint-config": "~1.10.2",
"@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.10.2",
"@darajs/styled-components": "~1.10.0",
"@darajs/ui-causal-graph-editor": "~1.10.0",
"@darajs/ui-code-editor": "~1.10.0",
"@darajs/ui-components": "~1.10.0",
"@darajs/ui-hierarchy-viewer": "~1.10.0",
"@darajs/ui-icons": "~1.10.0",
"@darajs/ui-utils": "~1.10.0",
"@darajs/core": "1.10.3",
"@darajs/styled-components": "~1.10.2",
"@darajs/ui-causal-graph-editor": "~1.10.2",
"@darajs/ui-code-editor": "~1.10.2",
"@darajs/ui-components": "~1.10.2",
"@darajs/ui-hierarchy-viewer": "~1.10.2",
"@darajs/ui-icons": "~1.10.2",
"@darajs/ui-utils": "~1.10.2",
"@popperjs/core": "2.4.0",
"date-fns": "2.9.0",
"immer": "^10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/dara-components/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ license = "Apache-2.0"
name = "dara-components"
readme = "README.md"
repository = "https://github.com/causalens/dara"
version = "1.10.2"
version = "1.10.3"

[[tool.poetry.packages]]
include = "dara"

[tool.poetry.dependencies]
bokeh = ">=3.1.0, <3.2.0"
cai-causal-graph = ">=0.3.6"
dara-core = "=1.10.2"
dara-core = "=1.10.3"
dill = ">=0.3.0, <0.4.0"
matplotlib = ">=2.0.0"
pandas = ">=1.1.0, <3.0.0"
Expand All @@ -48,7 +48,7 @@ bandit = "^1.7.5"
blue = "^0.9.1"
isort = "^5.10.1"
mypy = "^1.6.0"
pylint = "^3.0.0"
pylint = "3.2.3"
pytest = "^7.0.0"

[tool.poetry.dev-dependencies.dara-core]
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.10.2",
"version": "1.10.3",
"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.10.0",
"@darajs/prettier-config": "~1.10.0",
"@darajs/stylelint-config": "~1.10.0",
"@darajs/eslint-config": "~1.10.2",
"@darajs/prettier-config": "~1.10.2",
"@darajs/stylelint-config": "~1.10.2",
"@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.10.0",
"@darajs/ui-components": "~1.10.0",
"@darajs/ui-notifications": "~1.10.0",
"@darajs/ui-utils": "~1.10.0",
"@darajs/styled-components": "~1.10.2",
"@darajs/ui-components": "~1.10.2",
"@darajs/ui-notifications": "~1.10.2",
"@darajs/ui-utils": "~1.10.2",
"@fortawesome/fontawesome-free": "~6.4.0",
"@recoiljs/refine": "^0.1.1",
"@tanstack/query-core": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 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.10.2"
version = "1.10.3"

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

[tool.poetry.dependencies.create-dara-app]
optional = true
version = "=1.10.2"
version = "=1.10.3"

[tool.poetry.dependencies.dara-components]
optional = true
version = "=1.10.2"
version = "=1.10.3"

[tool.poetry.dependencies.uvicorn]
extras = ["standard"]
Expand All @@ -80,7 +80,7 @@ blue = "^0.9.1"
freezegun = "^1.2.2"
isort = "^5.10.1"
mypy = "^1.6.0"
pylint = "^3.0.0"
pylint = "3.2.3"
pytest = "^7.0.0"
pytest-timeout = "^2.1.0"
requests = ">=2.25.1, <3.0.0"
Expand Down
Loading

0 comments on commit 7d528d1

Please sign in to comment.