Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Mar 13, 2024
1 parent 41d2a99 commit e0c1140
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.96.0](https://github.com/mondaycom/monday-ui-react-core/compare/[email protected]@2.96.0) (2024-03-13)


### Features

* Add inverted variant to Tipseen and Steps ([#1995](https://github.com/mondaycom/monday-ui-react-core/issues/1995)) ([6e4bbb4](https://github.com/mondaycom/monday-ui-react-core/commit/6e4bbb42c51b36f4a15c438bee011f7edf9e88be))
* Align vibe's colors to new a11y based colors ([#2009](https://github.com/mondaycom/monday-ui-react-core/issues/2009)) ([6c6e156](https://github.com/mondaycom/monday-ui-react-core/commit/6c6e156b875d06a17ba4697c92cfcdf7dba4d020))
* **ModalFooterButtons:** support disable buttons and remove secondary ([#2016](https://github.com/mondaycom/monday-ui-react-core/issues/2016)) ([41d2a99](https://github.com/mondaycom/monday-ui-react-core/commit/41d2a991bc10ce1bc43627bb292459f29b31ee83))





# [2.95.0](https://github.com/mondaycom/monday-ui-react-core/compare/[email protected]@2.95.0) (2024-03-12)


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.95.0",
"version": "2.96.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.2.1",
"monday-ui-style": "0.3.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.3.0](https://github.com/mondaycom/monday-ui-react-core/compare/[email protected]@0.3.0) (2024-03-13)


### Features

* Align vibe's colors to new a11y based colors ([#2009](https://github.com/mondaycom/monday-ui-react-core/issues/2009)) ([6c6e156](https://github.com/mondaycom/monday-ui-react-core/commit/6c6e156b875d06a17ba4697c92cfcdf7dba4d020))





## [0.2.1](https://github.com/mondaycom/monday-ui-react-core/compare/[email protected]@0.2.1) (2024-03-12)

**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.2.1",
"version": "0.3.0",
"description": "Monday UI CSS Foundations",
"main": "dist/index.css",
"scripts": {
Expand Down

0 comments on commit e0c1140

Please sign in to comment.