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.6
 - storybook-ui-components@0.7.9
 - @cockroachlabs/ui-components@0.7.7
  • Loading branch information
Cockroach Labs committed Jun 28, 2023
1 parent 4db8cec commit 66744db
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.7.5",
"version": "0.7.6",
"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.7.8",
"version": "0.7.9",
"description": "Storybook supporting ui-components as a component catalog",
"main": "index.js",
"private": true,
Expand All @@ -18,8 +18,8 @@
},
"homepage": "https://github.com/cockroachdb/ui#readme",
"dependencies": {
"@cockroachlabs/icons": "^0.7.5",
"@cockroachlabs/ui-components": "^0.7.6",
"@cockroachlabs/icons": "^0.7.6",
"@cockroachlabs/ui-components": "^0.7.7",
"ts-loader": "9.4.2",
"typescript": "4.8.4"
},
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.7.6",
"version": "0.7.7",
"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.7.5",
"@cockroachlabs/icons": "^0.7.6",
"@popperjs/core": "^2.9.2",
"@types/recharts": "^1.8.23",
"react-lines-ellipsis": "^0.15.0",
Expand Down

0 comments on commit 66744db

Please sign in to comment.