Skip to content

Commit 4a5e93e

Browse files
committed
chore: release packages [skip ci]
- @spark-ui/[email protected]
1 parent 35ec0fe commit 4a5e93e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/snackbar/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [0.2.0](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-02-26)
7+
8+
### Features
9+
10+
- **snackbar:** init snackbar data flow logic ([1d5e138](https://github.com/adevinta/spark/commit/1d5e138f999cb045eb20a4faea8e62987877c23a))
11+
612
# 0.1.0 (2024-02-15)
713

814
### Features

packages/components/snackbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spark-ui/snackbar",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Display brief, temporary notifications. Meant to be noticed without disrupting a user's experience or requiring an action to be taken.",
55
"publishConfig": {
66
"access": "public"
@@ -23,8 +23,8 @@
2323
"build": "vite build"
2424
},
2525
"dependencies": {
26-
"@react-stately/toast": "3.0.0-beta.1",
2726
"@react-aria/toast": "3.0.0-beta.9",
27+
"@react-stately/toast": "3.0.0-beta.1",
2828
"@spark-ui/icon": "^2.1.0",
2929
"@spark-ui/icon-button": "^2.2.1",
3030
"@spark-ui/icons": "^1.21.6",

0 commit comments

Comments
 (0)