Skip to content

Commit

Permalink
[ui] Bump ui-components version to 1.2.0 (#26290)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Bump ui-components lib to 1.2.0 following the styled-components upgrade.

## How I Tested These Changes

`yarn build` to verify correct build output locally.
  • Loading branch information
hellendag authored Dec 5, 2024
1 parent 2e1fa7f commit e8290c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions js_modules/dagster-ui/packages/ui-components/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.2.0 (December 5, 2024)

- Migrate styled-components to v6
- Fix overaggressive middle truncation in Dialog body
- Fix scrollbar styles in dark mode
- Stop patching global lint in CodeMirror

# 1.1.4 (October 11, 2024)

- Add onBlur prop to TokenizingField
Expand Down
2 changes: 1 addition & 1 deletion js_modules/dagster-ui/packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dagster-io/ui-components",
"version": "1.1.4",
"version": "1.2.0",
"description": "Dagster UI Component Library",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down

1 comment on commit e8290c7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-storybook ready!

✅ Preview
https://dagit-storybook-hepl2y43l-elementl.vercel.app

Built with commit e8290c7.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.