Skip to content

Commit

Permalink
fix: release (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Feb 14, 2024
1 parent 34d2c3a commit 1817e5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# core!
# Vibe Design System - core
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"classnames": "^2.3.2",
"framer-motion": "^6.5.1",
"lodash-es": "^4.17.21",
"monday-ui-style": "^0.1.213",
"monday-ui-style": "0.1.213",
"prop-types": "^15.8.1",
"react-dates": "21.8.0",
"react-inlinesvg": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/style/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import "monday-ui-style/dist/index.min.css";
import IconName from "monday-ui-style/src/Icons/IconName.svg";
```

**Mixins and functions**: We export multiple scss mixins and function helpers that can be used in your application if you use SASS. All helpers can be imported as demonstrated below.
**Mixins and functions**: We export multiple SCSS mixins and function helpers that can be used in your application if you use SASS. All helpers can be imported as demonstrated below.

```scss
@import "~monday-ui-style/dist/mixins";
Expand Down

0 comments on commit 1817e5a

Please sign in to comment.