Skip to content

Commit

Permalink
Merge branch 'release/0.2.47'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Mar 22, 2024
2 parents 67d268a + a1947b8 commit e4aafe7
Show file tree
Hide file tree
Showing 26 changed files with 6,962 additions and 4,435 deletions.
62 changes: 0 additions & 62 deletions .eslintrc.cjs

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
- name: Install modules
run: npm install --no-audit --no-fund
- name: Run code quality tests
run: npm run lint:eslint -- --format=compact
run: npm run lint:static
- name: Run types tests
run: npm run lint:types
- name: Run Prettier check
run: npm run lint:prettier

Unit:
runs-on: macos-latest
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [v0.2.47](https://github.com/studiometa/ui/compare/0.2.46..0.2.47) (2024-03-22)

### Added

- Add a `withDeprecation` decorator ([40d2ffe](https://github.com/studiometa/ui/commits/40d2ffe))

### Fixed

- Update docs dependencies ([93a4aaf](https://github.com/studiometa/ui/commits/93a4aaf))
- Update dependencies ([62f139d](https://github.com/studiometa/ui/commits/62f139d))
- Remove a dumped variable from the doc ([0df567f](https://github.com/studiometa/ui/commits/0df567f))
- Fix dependency installation ([c5c40ae](https://github.com/studiometa/ui/commits/c5c40ae))

### Changed

- Deprecate the `TableOfContent...` components ([2fcd95f](https://github.com/studiometa/ui/commits/2fcd95f))
- Replace ESLint by oxlint ([e774114](https://github.com/studiometa/ui/commits/e774114))

## [v0.2.46](https://github.com/studiometa/ui/compare/0.2.45..0.2.46) (2024-03-22)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studiometa/ui",
"version": "0.2.46",
"version": "0.2.47",
"description": "A set of opiniated, unstyled and accessible components.",
"license": "MIT",
"require": {
Expand Down
Loading

0 comments on commit e4aafe7

Please sign in to comment.