Skip to content

Commit f2aa006

Browse files
committed
release: new independent version
- @nexim/[email protected]
1 parent 4899444 commit f2aa006

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/snackbar/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.0.0-alpha.1 (2024-12-17)
7+
8+
### Features
9+
10+
* **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
11+
12+
### Bug Fixes
13+
14+
* install correct deps ([beecd4c](https://github.com/the-nexim/design-system/commit/beecd4ca5b4a888ab624149fc9f70ca0f8bb3eec)) by @njfamirm
15+
* **snackbar:** handle issues ([57da39d](https://github.com/the-nexim/design-system/commit/57da39dba3085ef21c6ad7e35c5c63ed2c06e88f)) by @njfamirm
16+
17+
### Code Refactoring
18+
19+
* **snackbar:** remove click signal handler ([b4625f1](https://github.com/the-nexim/design-system/commit/b4625f17f2e897b3143f2e0e4e3c83176aa036ae)) by @njfamirm
20+
* **snackbar:** review and enhance ([395bd9c](https://github.com/the-nexim/design-system/commit/395bd9cc386d592058d2f21f8515fb104756919a)) by @njfamirm
21+
* **snackbar:** separation files and remove function action button handler params ([1fcbf96](https://github.com/the-nexim/design-system/commit/1fcbf96494ef61db2d993030038bc74201090597)) by @njfamirm
22+
* **snackbar:** separation of concern ([99057ca](https://github.com/the-nexim/design-system/commit/99057ca7549ea8d722f459d11afe86a935aac6bc)) by @njfamirm
23+
624
## 1.0.0-alpha.0 (2024-12-17)
725

826
### Features

packages/snackbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/snackbar",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "A customizable snackbar component for displaying brief messages to users, with state management and animation utilities.",
55
"keywords": [
66
"snackbar",

0 commit comments

Comments
 (0)