Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @cockroachlabs/icons@0.7.0
 - storybook-ui-components@0.6.0
 - @cockroachlabs/ui-components@0.6.0
  • Loading branch information
Cockroach Labs committed Mar 3, 2023
1 parent 1171a12 commit 8c9ddcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cockroachlabs/icons",
"version": "0.6.0",
"version": "0.7.0",
"description": "Icons for Cockroach UI exported as React Components",
"files": [
"dist/"
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-ui-components",
"version": "0.5.0",
"version": "0.6.0",
"description": "Storybook supporting ui-components as a component catalog",
"main": "index.js",
"private": true,
Expand All @@ -19,8 +19,8 @@
},
"homepage": "https://github.com/cockroachdb/ui#readme",
"dependencies": {
"@cockroachlabs/icons": "^0.6.0",
"@cockroachlabs/ui-components": "^0.5.0",
"@cockroachlabs/icons": "^0.7.0",
"@cockroachlabs/ui-components": "^0.6.0",
"@storybook/builder-webpack5": "6.5.12",
"@storybook/manager-webpack5": "6.5.12",
"ts-loader": "9.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cockroachlabs/ui-components",
"version": "0.5.0",
"version": "0.6.0",
"description": "UI Components is a reusable component library. It provides the core components for the Cockroach design system.",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"@cockroachlabs/icons": "^0.6.0",
"@cockroachlabs/icons": "^0.7.0",
"@popperjs/core": "^2.9.2",
"@types/recharts": "^1.8.23",
"react-lines-ellipsis": "^0.15.0",
Expand Down

0 comments on commit 8c9ddcf

Please sign in to comment.