Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.0-alpha.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
Coralie Bach committed Nov 11, 2024
2 parents 654a34f + 3b56695 commit a119b07
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]


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

### Fixed

- Fix version number [d539eea](https://github.com/studiometa/ui/commit/d539eea)

## [v1.0.0-alpha.10](https://github.com/studiometa/ui/compare/1.0.0-alpha.9..1.0.0-alpha.10) (2024-11-07)

### Added

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

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

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.9",
"version": "1.0.0-alpha.11",
"description": "A set of opiniated, unstyled and accessible components.",
"license": "MIT",
"require": {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-workspace",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-docs",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.11",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-playground",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.11",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-tests",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.11",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.11",
"description": "A set of opiniated, unstyled and accessible components",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a119b07

Please sign in to comment.