Skip to content

Commit

Permalink
chore: release packages [skip ci]
Browse files Browse the repository at this point in the history
 - @spark-ui/snackbar@0.2.0
  • Loading branch information
spark-ui-bot committed Feb 26, 2024
1 parent 35ec0fe commit 4a5e93e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/components/snackbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/adevinta/spark/compare/@spark-ui/snackbar@0.1.0...@spark-ui/snackbar@0.2.0) (2024-02-26)

### Features

- **snackbar:** init snackbar data flow logic ([1d5e138](https://github.com/adevinta/spark/commit/1d5e138f999cb045eb20a4faea8e62987877c23a))

# 0.1.0 (2024-02-15)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/components/snackbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/snackbar",
"version": "0.1.0",
"version": "0.2.0",
"description": "Display brief, temporary notifications. Meant to be noticed without disrupting a user's experience or requiring an action to be taken.",
"publishConfig": {
"access": "public"
Expand All @@ -23,8 +23,8 @@
"build": "vite build"
},
"dependencies": {
"@react-stately/toast": "3.0.0-beta.1",
"@react-aria/toast": "3.0.0-beta.9",
"@react-stately/toast": "3.0.0-beta.1",
"@spark-ui/icon": "^2.1.0",
"@spark-ui/icon-button": "^2.2.1",
"@spark-ui/icons": "^1.21.6",
Expand Down

0 comments on commit 4a5e93e

Please sign in to comment.