Skip to content

Commit 0dbe66b

Browse files
committed
Merge branch 'release/1.0.0-alpha.14'
2 parents 570c316 + 17e7af5 commit 0dbe66b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4581
-4424
lines changed

.ddev/config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ hooks:
1313
post-start:
1414
- composer: install -d packages/docs/.symfony/
1515
upload_dirs:
16-
- /-
16+
- /-/
17+
- /bundles/
1718
use_dns_when_possible: true
1819
composer_version: "2"
1920
web_environment: []

.github/workflows/export-size.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: export-size
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
- develop
8+
9+
jobs:
10+
export_size:
11+
runs-on: macos-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: '0'
16+
- uses: titouanmathis/export-size-action@main
17+
with:
18+
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
build_script: npm run build-for-export-size
20+
paths: dist
21+
node-version: 22

.github/workflows/tests.yml

-15
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,3 @@ jobs:
127127
flags: unittests
128128
fail_ci_if_error: false
129129
verbose: true
130-
131-
export_size:
132-
runs-on: macos-latest
133-
if: github.event_name == 'pull_request'
134-
steps:
135-
- uses: actions/checkout@v4
136-
with:
137-
fetch-depth: '0'
138-
- uses: titouanmathis/export-size-action@main
139-
with:
140-
github_token: ${{ secrets.GITHUB_TOKEN }}
141-
build_script: npm run build-for-export-size
142-
paths: dist
143-
bundler: esbuild
144-
node-version: '22'

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [v1.0.0-alpha.14](https://github.com/studiometa/ui/compare/1.0.0-alpha.13..1.0.0-alpha.14) (2025-01-15)
10+
11+
### Fixed
12+
13+
- **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))
14+
- **CircularMarquee:** fix a potential Twig error ([#341](https://github.com/studiometa/ui/pull/341), [3714905](https://github.com/studiometa/ui/commit/3714905))
15+
- **IconList:** fix a potential Twig error ([#341](https://github.com/studiometa/ui/pull/341), [6b1d3ec](https://github.com/studiometa/ui/commit/6b1d3ec))
16+
17+
### Changed
18+
19+
- 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))
20+
921
## [v1.0.0-alpha.13](https://github.com/studiometa/ui/compare/1.0.0-alpha.12..1.0.0-alpha.13) (2024-11-14)
1022

1123
### Changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studiometa/ui",
3-
"version": "1.0.0-alpha.13",
3+
"version": "1.0.0-alpha.14",
44
"description": "A set of opiniated, unstyled and accessible components.",
55
"license": "MIT",
66
"require": {

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)