Skip to content

Commit a119b07

Browse files
author
Coralie Bach
committed
Merge branch 'hotfix/1.0.0-alpha.11'
2 parents 654a34f + 3b56695 commit a119b07

File tree

8 files changed

+20
-14
lines changed

8 files changed

+20
-14
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [Unreleased]
88

99

10+
## [v1.0.0-alpha.11](https://github.com/studiometa/ui/compare/1.0.0-alpha.10..1.0.0-alpha.11) (2024-11-11)
11+
12+
### Fixed
13+
14+
- Fix version number [d539eea](https://github.com/studiometa/ui/commit/d539eea)
15+
1016
## [v1.0.0-alpha.10](https://github.com/studiometa/ui/compare/1.0.0-alpha.9..1.0.0-alpha.10) (2024-11-07)
1117

1218
### Added
1319

14-
- Add the administration of demos from the back-office (4d534ca)
15-
- Add user authentification (27b68b5)
20+
- Add the administration of demos from the back-office [4d534ca](https://github.com/studiometa/ui/commit/4d534ca)
21+
- Add user authentification [27b68b5](https://github.com/studiometa/ui/commit/27b68b5)
1622

1723
## [v1.0.0-alpha.9](https://github.com/studiometa/ui/compare/1.0.0-alpha.8..1.0.0-alpha.9) (2024-10-15)
1824

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.9",
3+
"version": "1.0.0-alpha.11",
44
"description": "A set of opiniated, unstyled and accessible components.",
55
"license": "MIT",
66
"require": {

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/ui-workspace",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0-alpha.11",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/ui-docs",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/ui-playground",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/ui-tests",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/ui/package.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.9",
3+
"version": "1.0.0-alpha.11",
44
"description": "A set of opiniated, unstyled and accessible components",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)