Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jan 15, 2025
2 parents 570c316 + 17e7af5 commit 0dbe66b
Show file tree
Hide file tree
Showing 42 changed files with 4,581 additions and 4,424 deletions.
3 changes: 2 additions & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ hooks:
post-start:
- composer: install -d packages/docs/.symfony/
upload_dirs:
- /-
- /-/
- /bundles/
use_dns_when_possible: true
composer_version: "2"
web_environment: []
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/export-size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: export-size

on:
pull_request:
branches:
- master
- develop

jobs:
export_size:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: titouanmathis/export-size-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: npm run build-for-export-size
paths: dist
node-version: 22
15 changes: 0 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,3 @@ jobs:
flags: unittests
fail_ci_if_error: false
verbose: true

export_size:
runs-on: macos-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: titouanmathis/export-size-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: npm run build-for-export-size
paths: dist
bundler: esbuild
node-version: '22'
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [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

- **Frame:** fix compatibility with latest @studiometa/js-toolkit beta version ([#341](https://github.com/studiometa/ui/pull/341), [4595aff](https://github.com/studiometa/ui/commit/4595aff))
- **CircularMarquee:** fix a potential Twig error ([#341](https://github.com/studiometa/ui/pull/341), [3714905](https://github.com/studiometa/ui/commit/3714905))
- **IconList:** fix a potential Twig error ([#341](https://github.com/studiometa/ui/pull/341), [6b1d3ec](https://github.com/studiometa/ui/commit/6b1d3ec))

### Changed

- Update dependencies ([#341](https://github.com/studiometa/ui/pull/341), [e2e8514](https://github.com/studiometa/ui/commit/e2e8514), [d2f9714](https://github.com/studiometa/ui/commit/d2f9714))

## [v1.0.0-alpha.13](https://github.com/studiometa/ui/compare/1.0.0-alpha.12..1.0.0-alpha.13) (2024-11-14)

### Changed
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": "1.0.0-alpha.13",
"version": "1.0.0-alpha.14",
"description": "A set of opiniated, unstyled and accessible components.",
"license": "MIT",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0dbe66b

Please sign in to comment.