Skip to content

Commit

Permalink
chore: update consta version
Browse files Browse the repository at this point in the history
  • Loading branch information
gizeasy committed Nov 21, 2023
1 parent 9bd9fdf commit 8079195
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 90 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consta/icons",
"version": "0.11.0",
"version": "1.0.0",
"scripts": {
"postinstall": "yarn install-peers && husky install",
"tsc-dry-run": "tsc --noEmit",
Expand Down Expand Up @@ -49,7 +49,7 @@
"Chrome >= 75"
],
"peerDependencies": {
"@consta/uikit": ">= 4.30.0"
"@consta/uikit": "5.0.0-beta.1"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion src/icons/Icon/__stand__/IconGrid/IconGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function IconGrid() {
<div>
{groupedIcons.map(({ name, icons }) => (
<div key={name}>
<Text size="xl" weight="semibold" view="primary">
<Text size="xl" weight="semibold" view="primary" lineHeight="m">
{name}
</Text>
<Example
Expand Down
7 changes: 0 additions & 7 deletions src/stand/components/RemadeInfo/RemadeInfo.css

This file was deleted.

80 changes: 0 additions & 80 deletions src/stand/components/RemadeInfo/RemadeInfo.tsx

This file was deleted.

0 comments on commit 8079195

Please sign in to comment.