Skip to content

Commit c35afaf

Browse files
👷 [ci]: Version Packages (beta) (#122)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d3d648 commit c35afaf

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@
33
"tag": "beta",
44
"initialVersions": {
55
"docs": "0.0.1",
6-
"@studiocms/ui": "0.4.17"
6+
"@studiocms/ui": "0.4.17",
7+
"@test-fixture/server": "0.0.1"
78
},
89
"changesets": [
10+
"clean-zoos-invite",
911
"cuddly-donuts-move",
1012
"eighty-planes-judge",
13+
"famous-cycles-sell",
1114
"fifty-apricots-beam",
1215
"flat-icons-drive",
1316
"gentle-elephants-raise",
1417
"honest-days-hammer",
18+
"khaki-mayflies-act",
1519
"mean-carrots-accept",
1620
"moody-seas-perform",
1721
"nice-ants-visit",
1822
"silver-poets-fetch",
1923
"sixty-rice-peel",
2024
"slow-fishes-remain",
2125
"sour-readers-drum",
26+
"spotty-keys-tickle",
2227
"twelve-otters-pull"
2328
]
2429
}

packages/studiocms_ui/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @studiocms/ui
22

3+
## 1.0.0-beta.2
4+
5+
### Minor Changes
6+
7+
- [#125](https://github.com/withstudiocms/ui/pull/125) [`9473be8`](https://github.com/withstudiocms/ui/commit/9473be82b5c1b226248e7028dce31b013534f3ba) Thanks [@RATIU5](https://github.com/RATIU5)! - Colors have been adjusted to look better for all components. Badge variants now default to "outlined" and the "default" value has been deprecated. The deprecation was due to the badges failing WGAG AAA guidelines. All projects using the "default" variant should be updated to use "outlined" instead.
8+
9+
- [#118](https://github.com/withstudiocms/ui/pull/118) [`1779190`](https://github.com/withstudiocms/ui/commit/1779190849e80ed21af4eeac3b36553cb4c8447f) Thanks [@RATIU5](https://github.com/RATIU5)! - Updates the Tabs components to optionally use a custom ID
10+
11+
### Patch Changes
12+
13+
- [#119](https://github.com/withstudiocms/ui/pull/119) [`6bdc0ee`](https://github.com/withstudiocms/ui/commit/6bdc0ee2b99fd984caf49f83a680a23c7c1d497a) Thanks [@louisescher](https://github.com/louisescher)! - Fixes an issue where the toaster HTML Element would have an unnecessary comma attribute due to a typo.
14+
15+
- [#124](https://github.com/withstudiocms/ui/pull/124) [`8a2f606`](https://github.com/withstudiocms/ui/commit/8a2f6060d1c25c9a537a078c21e967c5d998ef8b) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Improve icon handling and processing, allowing icon sets defined in the config to also use `-` in their name (e.g. 'simple-icons')
16+
317
## 1.0.0-beta.1
418

519
### Patch Changes

packages/studiocms_ui/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiocms/ui",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.",
55
"repository": {
66
"type": "git",
@@ -38,18 +38,14 @@
3838
"scripts": {
3939
"build": "buildkit build 'src/**/*.{ts,d.ts,css,astro,stub}' --tsconfig=tsconfig.build.json",
4040
"dev": "buildkit dev 'src/**/*.{ts,d.ts,css,astro,stub}' --tsconfig=tsconfig.build.json",
41-
42-
"playwright:setup": "pnpm exec playwright install --with-deps",
41+
"playwright:setup": "pnpm exec playwright install --with-deps",
4342
"test-server": "pnpm --filter @test-fixture/server dev",
44-
4543
"test:vitest": "vitest",
4644
"test:vitest:run": "vitest run",
4745
"test:vitest:ui": "vitest --ui",
4846
"test:vitest:coverage": "vitest run --coverage",
49-
"test:playwright": "pnpm exec playwright test",
50-
47+
"test:playwright": "pnpm exec playwright test",
5148
"view:playwright": "pnpm exec playwright show-report",
52-
5349
"ci:coverage": "pnpm test:vitest:coverage"
5450
},
5551
"exports": {

0 commit comments

Comments
 (0)