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 20, 2024
1 parent 9409582 commit f16156a
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 36 deletions.
9 changes: 0 additions & 9 deletions .changeset/afraid-ghosts-reflect.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/nice-cobras-flow.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/shaggy-mice-sin.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- Updated dependencies [9409582]
- Updated dependencies [718602d]
- Updated dependencies [235d05f]
- @ppdbultimate/elysium@0.0.3

## 0.0.1

### Patch Changes
Expand Down
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.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
32 changes: 32 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @ppdbultimate/elysium

## 0.0.3

### Patch Changes

- 9409582: Patch Changes

### Bug Fixes

- Disable escape key on modal if `dismissable` is false

- 718602d: Adjust components for kantor

### Features

- Add `SkeletonCard` component
- Remove user props on `Header` component
- Allow navigation to have no icon

### Bug Fixes

- Datepicker component is overlaid by modal

- 235d05f: Adjust component for rapor

### Features

- Add `ErrorMessage` component
- Move total property on `StatisticsSummaryCard`
- Export `FieldErrors` from react-hook-form
- Export type `File` for forms
- Add isFixed props on `Select`

## 0.0.2

### 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.2",
"version": "0.0.3",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit f16156a

Please sign in to comment.