Skip to content

Commit

Permalink
chore: release packages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
spark-ui-bot committed Sep 25, 2024
1 parent 0c64817 commit 57298d1
Show file tree
Hide file tree
Showing 97 changed files with 533 additions and 302 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.5.0](https://github.com/adevinta/spark/compare/v5.4.3...v5.5.0) (2024-09-25)

### Bug Fixes

- **pagination:** address TS errors + some tweaks ([0072f6c](https://github.com/adevinta/spark/commit/0072f6c097bfd19fa2f1147a4eeb0dba27233202))
- **pagination:** new pagination component ([729126a](https://github.com/adevinta/spark/commit/729126ac47271242faefa24ef493844d0025d785))

### Features

- **pagination:** enabled link items in pagination ([3517f82](https://github.com/adevinta/spark/commit/3517f826fe4ec5953547c7669c06aff591323b0a))
- **pagination:** update types ([a0f9e18](https://github.com/adevinta/spark/commit/a0f9e1875f7fc589027970589d22af368d391dec))
- **stepper:** adding compound logic ([a7098dd](https://github.com/adevinta/spark/commit/a7098dde24b5686c0109abe296bae92823ee30c5))
- **stepper:** adding deps and stepper hook ([846b9e2](https://github.com/adevinta/spark/commit/846b9e27332b39be341a3c3d6cf763af44e1506d))
- **stepper:** getting started with global implementation ([d4197cc](https://github.com/adevinta/spark/commit/d4197ccd9144613043361e2d991ff4b51dca18da))
- **stepper:** implement compound component pattern to align with codebase standards ([a5c13df](https://github.com/adevinta/spark/commit/a5c13df93b7a2db84a2f32c78558c812169371ca))
- **stepper:** improves API and test coverage ([211a67b](https://github.com/adevinta/spark/commit/211a67b4ffbde03a4325d88f8762d6e5334562c8))
- **stepper:** integrate FormField compatibility ([a679429](https://github.com/adevinta/spark/commit/a679429a1d80544ef7a4a1c584f3cfab1199640f))
- **stepper:** update dependencies ([10800f8](https://github.com/adevinta/spark/commit/10800f82c0bf1282bde3f59c1eedbff61e4a59a0))
- **stepper:** update styles following UX feedbacks ([cb6b80b](https://github.com/adevinta/spark/commit/cb6b80bf0868cbfe69e3798117bd5451b9adb901))
- **stepper:** update styles following UX feedbacks ([69c04ff](https://github.com/adevinta/spark/commit/69c04ff4a37de4b9f303ed21540ead14e8b6b8b4))

## [5.4.3](https://github.com/adevinta/spark/compare/v5.4.2...v5.4.3) (2024-09-25)

**Note:** Version bump only for package spark
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "5.4.3",
"version": "5.5.0",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
Loading

0 comments on commit 57298d1

Please sign in to comment.