Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] 1.0.0-beta.0 #351

Merged
merged 43 commits into from
Jan 21, 2025
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
e60126e
Merge tag '1.0.0-alpha.14' into develop
titouanmathis Jan 15, 2025
a61d8e6
Remove the atomic folders
titouanmathis Jan 16, 2025
4c33b9d
Update docs
titouanmathis Jan 16, 2025
c9e8bf8
Update tests
titouanmathis Jan 16, 2025
9aad3d4
Update export-size action
titouanmathis Jan 16, 2025
448e9d5
Update changelog
titouanmathis Jan 16, 2025
6c29694
Remove component specific package.json file
titouanmathis Jan 16, 2025
b15db19
Update docs
titouanmathis Jan 16, 2025
e893a25
Update migration guide
titouanmathis Jan 16, 2025
f4b69cc
Update changelog
titouanmathis Jan 16, 2025
41390ff
Lint files
titouanmathis Jan 16, 2025
54b36e1
Merge pull request #343 from studiometa/feature/refactor-package-tree
titouanmathis Jan 16, 2025
7dfb635
Add a meta_icon Twig function
titouanmathis Jan 16, 2025
abcfd63
Add tests
titouanmathis Jan 16, 2025
79f347c
Update docs
titouanmathis Jan 16, 2025
3f24939
Fix extension and naming convention
titouanmathis Jan 16, 2025
090b1b1
Add support for icon sets
titouanmathis Jan 16, 2025
ab9cb21
Update docs
titouanmathis Jan 16, 2025
c8a4001
Remove the deprecated version Icon
titouanmathis Jan 17, 2025
4d792dd
Update docs
titouanmathis Jan 17, 2025
d8ee03e
Fix tests
titouanmathis Jan 17, 2025
02d2865
Fix PHP linting
titouanmathis Jan 17, 2025
a135d47
Lint PHP files
titouanmathis Jan 17, 2025
1caec03
Update changelog
titouanmathis Jan 17, 2025
fe6bb9f
Merge pull request #344 from studiometa/feature/iconify
titouanmathis Jan 17, 2025
39b43c8
Upgrade studiometa/twig-toolkit to ^2.0
titouanmathis Jan 20, 2025
5108db9
Update Pest to ^2.0
titouanmathis Jan 20, 2025
c8e3830
Upgrade twig/twig to ^3.0
titouanmathis Jan 20, 2025
d7afb27
Update GitHub actions
titouanmathis Jan 20, 2025
54de1b9
Fix PHP 8.4 compatibility
titouanmathis Jan 20, 2025
aae4bfe
Update changelog
titouanmathis Jan 20, 2025
e6a9c62
Merge pull request #348 from studiometa/feature/deps
titouanmathis Jan 20, 2025
439288a
Upgrade @studiometa/js-toolkit to ^3.0.0
titouanmathis Jan 21, 2025
9deb509
Upgrade tests dependencies
titouanmathis Jan 21, 2025
cbebfb8
Upgrade docs dependencies
titouanmathis Jan 21, 2025
7b50f34
Upgrade root dependencies
titouanmathis Jan 21, 2025
8026562
Update lockfile
titouanmathis Jan 21, 2025
bd2a2ad
Update migration guide
titouanmathis Jan 21, 2025
e466ada
Update lock file
titouanmathis Jan 21, 2025
58c021a
Update changelog
titouanmathis Jan 21, 2025
c9071f7
Merge pull request #350 from studiometa/feature/npm-deps
titouanmathis Jan 21, 2025
edcd040
Bump version number
titouanmathis Jan 21, 2025
a29db33
Update changelog
titouanmathis Jan 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelog
titouanmathis committed Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f4b69cc47241e82d933fa344fd75d0361cb5717a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- ⚠️ Remove the atomic folders ([#343](https://github.com/studiometa/ui/pull/343), [a61d8e6](https://github.com/studiometa/ui/commit/a61d8e6))

### Removed

- Remove component specific package.json file ([#343](https://github.com/studiometa/ui/pull/343), [6c29694](https://github.com/studiometa/ui/commit/6c29694))

## [v1.0.0-alpha.14](https://github.com/studiometa/ui/compare/1.0.0-alpha.13..1.0.0-alpha.14) (2025-01-15)

### Fixed