Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ppdbultimate committed May 6, 2024
1 parent fe214b1 commit e7ee2d8
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 71 deletions.
31 changes: 0 additions & 31 deletions .changeset/flat-dots-exercise.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/tricky-phones-nail.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/weak-paws-smile.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @elysium/web

## 0.0.1

### Patch Changes

- Updated dependencies [48fe94d]
- Updated dependencies [fe214b1]
- Updated dependencies [e7db65e]
- @ppdbultimate/elysium@0.0.2
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elysium/web",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
65 changes: 65 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
# @ppdbultimate/elysium

## 0.0.2

### Patch Changes

- 48fe94d: Added these components:

- `Alert`
- `ArrowLink`
- `Button`
- `Card`
- `Checkbox`
- `DatePicker`
- `DevelopmentCard`
- `FormMessage`
- `IconButton`
- `InfoPopover`
- `Input`
- `MacCard`
- `PasswordInput`
- `Popover`
- `PrimaryLink`
- `Radio`
- `Select`
- `Skeleton`
- `Tag`
- `TextButton`
- `Textarea`
- `TypographyAlert`
- `Typography`
- `UnderlineLink`
- `UnstyledLink`

- fe214b1: ### Features

- Add dashboard components
- Revamp PopupFilter interface
- Add image components
- Add StatisticsSummaryCard component
- Change overlay color
- Add close button to dialog

### Bug Fixes

- Loading state on dialog button
- Drawer can be closed when dismissable is false

- e7db65e: Added more components

- AdaptiveModal
- AlertDialog
- Banner
- BaseDialog
- ButtonLink
- DescriptionList
- Drawer
- DropzoneInput
- FilePreview
- IconLink
- Modal
- Skeleton
- SkeletonButton
- SkeletonInput
- StatisticsCard
- Table components

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ppdbultimate/elysium",
"version": "0.0.1",
"version": "0.0.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit e7ee2d8

Please sign in to comment.