Skip to content

Commit

Permalink
chore(release): publish v1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedMok committed Aug 26, 2024
1 parent 8601656 commit 56d8d4e
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.77.0](https://github.com/adeo/mozaic-design-system/compare/v1.76.0...v1.77.0) (2024-08-26)

### Bug Fixes

- **layer:** change max-height to height ([#1612](https://github.com/adeo/mozaic-design-system/issues/1612)) ([c67b500](https://github.com/adeo/mozaic-design-system/commit/c67b50024ac33d2408c7d6f5d91c3218477e1a18))

### Features

- **buttons:** promotes aria-disabled for buttons for A11Y sake ([#1607](https://github.com/adeo/mozaic-design-system/issues/1607)) ([7fa41da](https://github.com/adeo/mozaic-design-system/commit/7fa41dad258dd3d4a82f5a7decd59a72272d8c62))
- **segment-control:** enhance label management ([#1610](https://github.com/adeo/mozaic-design-system/issues/1610)) ([df20e17](https://github.com/adeo/mozaic-design-system/commit/df20e17069f0282e22d11bdc549629b10671eac2))
- **zindex:** use variable for all z-index ([#1613](https://github.com/adeo/mozaic-design-system/issues/1613)) ([8601656](https://github.com/adeo/mozaic-design-system/commit/8601656e6686fa03d64937f1a7fb5caa20ceb3b0))

# [1.76.0](https://github.com/adeo/mozaic-design-system/compare/v1.75.5...v1.76.0) (2024-08-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.76.0",
"version": "1.77.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
12 changes: 12 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.77.0](https://github.com/adeo/mozaic-design-system/compare/v1.76.0...v1.77.0) (2024-08-26)

### Bug Fixes

- **layer:** change max-height to height ([#1612](https://github.com/adeo/mozaic-design-system/issues/1612)) ([c67b500](https://github.com/adeo/mozaic-design-system/commit/c67b50024ac33d2408c7d6f5d91c3218477e1a18))

### Features

- **buttons:** promotes aria-disabled for buttons for A11Y sake ([#1607](https://github.com/adeo/mozaic-design-system/issues/1607)) ([7fa41da](https://github.com/adeo/mozaic-design-system/commit/7fa41dad258dd3d4a82f5a7decd59a72272d8c62))
- **segment-control:** enhance label management ([#1610](https://github.com/adeo/mozaic-design-system/issues/1610)) ([df20e17](https://github.com/adeo/mozaic-design-system/commit/df20e17069f0282e22d11bdc549629b10671eac2))
- **zindex:** use variable for all z-index ([#1613](https://github.com/adeo/mozaic-design-system/issues/1613)) ([8601656](https://github.com/adeo/mozaic-design-system/commit/8601656e6686fa03d64937f1a7fb5caa20ceb3b0))

# [1.76.0](https://github.com/adeo/mozaic-design-system/compare/v1.75.5...v1.76.0) (2024-08-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@mozaic-ds/styles",
"version": "1.76.0",
"version": "1.77.0",
"description": "Styles scss for Designe System Adeo",
"author": "",
"license": "ISC",
"dependencies": {
"@mozaic-ds/tokens": "^1.75.1"
"@mozaic-ds/tokens": "^1.77.0"
}
}
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.77.0](https://github.com/adeo/mozaic-design-system/compare/v1.76.0...v1.77.0) (2024-08-26)

### Features

- **zindex:** use variable for all z-index ([#1613](https://github.com/adeo/mozaic-design-system/issues/1613)) ([8601656](https://github.com/adeo/mozaic-design-system/commit/8601656e6686fa03d64937f1a7fb5caa20ceb3b0))

## [1.75.1](https://github.com/adeo/mozaic-design-system/compare/v1.75.0...v1.75.1) (2024-06-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozaic-ds/tokens",
"version": "1.75.1",
"version": "1.77.0",
"description": "Tokens to Design Systeme Adeo",
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 56d8d4e

Please sign in to comment.