Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - monday-ui-react-core@2.104.0
 - monday-ui-style@0.5.0
  • Loading branch information
ci committed Apr 18, 2024
1 parent 3e8ac10 commit 64ca735
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.104.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.103.1...monday-ui-react-core@2.104.0) (2024-04-18)


### Bug Fixes

* **ExpandCollapse:** remove no-longer-needed css scale workaround ([#2071](https://github.com/mondaycom/monday-ui-react-core/issues/2071)) ([f3a8144](https://github.com/mondaycom/monday-ui-react-core/commit/f3a8144dbb0ce6b1e836470e1283f92f1c8eb3c4))


### Features

* migrate usages of LegacySearch to new Search ([#2067](https://github.com/mondaycom/monday-ui-react-core/issues/2067)) ([3e8ac10](https://github.com/mondaycom/monday-ui-react-core/commit/3e8ac10c8183fc638d1159a986bb115c7f0deeb3))
* **Search:** new Search component ([#2064](https://github.com/mondaycom/monday-ui-react-core/issues/2064)) ([489a374](https://github.com/mondaycom/monday-ui-react-core/commit/489a374f1ac5afaada75d6d514333c9e5846d52a))
* **Text:** Add new 12px font size (Text3) ([#2072](https://github.com/mondaycom/monday-ui-react-core/issues/2072)) ([cd4af2f](https://github.com/mondaycom/monday-ui-react-core/commit/cd4af2fd3a3443197234a608e9b6460fce80b488))





## [2.103.1](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.103.0...monday-ui-react-core@2.103.1) (2024-04-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monday-ui-react-core",
"version": "2.103.1",
"version": "2.104.0",
"description": "Official monday.com UI resources for application development in React.js",
"main": "./dist/main.js",
"types": "./dist/types.d.ts",
Expand Down Expand Up @@ -109,7 +109,7 @@
"classnames": "^2.3.2",
"framer-motion": "^6.5.1",
"lodash-es": "^4.17.21",
"monday-ui-style": "0.4.2",
"monday-ui-style": "0.5.0",
"prop-types": "^15.8.1",
"react-dates": "21.8.0",
"react-inlinesvg": "^3.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-style@0.4.2...monday-ui-style@0.5.0) (2024-04-18)


### Features

* **Text:** Add new 12px font size (Text3) ([#2072](https://github.com/mondaycom/monday-ui-react-core/issues/2072)) ([cd4af2f](https://github.com/mondaycom/monday-ui-react-core/commit/cd4af2fd3a3443197234a608e9b6460fce80b488))





## [0.4.2](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-style@0.4.1...monday-ui-style@0.4.2) (2024-04-15)

**Note:** Version bump only for package monday-ui-style
Expand Down
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monday-ui-style",
"version": "0.4.2",
"version": "0.5.0",
"description": "Monday UI CSS Foundations",
"main": "dist/index.css",
"scripts": {
Expand Down

0 comments on commit 64ca735

Please sign in to comment.