Skip to content

Commit

Permalink
release: new independent version
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 17, 2024
1 parent 4899444 commit f2aa006
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/snackbar/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.

## 1.0.0-alpha.1 (2024-12-17)

### Features

* **snackbar:** add new package ([#19](https://github.com/the-nexim/design-system/issues/19)) ([34ef497](https://github.com/the-nexim/design-system/commit/34ef497168b6e4a62092794dfe8f60b124328e87)) by @arashagp

### Bug Fixes

* install correct deps ([beecd4c](https://github.com/the-nexim/design-system/commit/beecd4ca5b4a888ab624149fc9f70ca0f8bb3eec)) by @njfamirm
* **snackbar:** handle issues ([57da39d](https://github.com/the-nexim/design-system/commit/57da39dba3085ef21c6ad7e35c5c63ed2c06e88f)) by @njfamirm

### Code Refactoring

* **snackbar:** remove click signal handler ([b4625f1](https://github.com/the-nexim/design-system/commit/b4625f17f2e897b3143f2e0e4e3c83176aa036ae)) by @njfamirm
* **snackbar:** review and enhance ([395bd9c](https://github.com/the-nexim/design-system/commit/395bd9cc386d592058d2f21f8515fb104756919a)) by @njfamirm
* **snackbar:** separation files and remove function action button handler params ([1fcbf96](https://github.com/the-nexim/design-system/commit/1fcbf96494ef61db2d993030038bc74201090597)) by @njfamirm
* **snackbar:** separation of concern ([99057ca](https://github.com/the-nexim/design-system/commit/99057ca7549ea8d722f459d11afe86a935aac6bc)) by @njfamirm

## 1.0.0-alpha.0 (2024-12-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/snackbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexim/snackbar",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "A customizable snackbar component for displaying brief messages to users, with state management and animation utilities.",
"keywords": [
"snackbar",
Expand Down

0 comments on commit f2aa006

Please sign in to comment.