Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
release version 2.2.1
Browse files Browse the repository at this point in the history
mablancoalvarez committed Sep 8, 2023
1 parent 2b90b20 commit 3c7fb6a
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.1] - 2023-09-08
### Fixed
- Export Toast component into index.js to use it

## [2.2.0] - 2023-09-07
### Added
- New component `Toast`.
@@ -685,6 +689,7 @@ Added `Edit` to `Icon` component
[#233]: https://github.com/marketgoo/Ola/issues/233
[#238]: https://github.com/marketgoo/Ola/issues/238

[2.2.1]: https://github.com/marketgoo/Ola/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/marketgoo/Ola/compare/v2.0.1...v2.2.0
[2.0.1]: https://github.com/marketgoo/Ola/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/marketgoo/Ola/compare/v1.0.0...v2.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marketgoo/ola",
"version": "2.2.0",
"version": "2.2.1",
"description": "Design System by marketgoo",
"main": "dist/index.js",
"styles": "dist/index.css",

0 comments on commit 3c7fb6a

Please sign in to comment.