Skip to content

Commit

Permalink
[@dagster-io/ui] Prepare for 1.0.3 (#7326)
Browse files Browse the repository at this point in the history
## Summary

See changelog.

## Test Plan

Buildkite
  • Loading branch information
hellendag committed Apr 6, 2022
1 parent f7f2b0f commit 84550f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions js_modules/dagit/packages/ui/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.3 (April 6, 2022)

- Remove work-in-progress suffixes on components
- Remove react-router-dependent components
- Clean up dependencies

## 1.0.2 (April 4, 2022)

- Publish a JS build with Rollup
Expand Down
2 changes: 1 addition & 1 deletion js_modules/dagit/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dagster-io/ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "Dagster UI Component Library",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down

1 comment on commit 84550f6

@vercel
Copy link

@vercel vercel bot commented on 84550f6 Apr 6, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

dagit-storybook – ./js_modules/dagit/packages/ui

dagit-storybook.vercel.app
dagit-storybook-elementl.vercel.app
dagit-storybook-git-master-elementl.vercel.app

Please sign in to comment.