Skip to content

Commit

Permalink
chore(release): publish 0.36.0-rc.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fundamental-bot committed May 7, 2024
1 parent 5ca8ec2 commit b0e1e28
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.1...v0.36.0-rc.0) (2024-05-07)

### Features

- **styles:** add Media cards, design updates [ci visual] ([#5354](https://github.com/SAP/fundamental-styles/issues/5354)) ([5ca8ec2](https://github.com/SAP/fundamental-styles/commit/5ca8ec20c6475514596511536a0960f28a57c340))

### BREAKING CHANGES

- **styles:** - a11y properties have been updated: aria-label, aria-roledescription, etc.

* removed class `fd-card__header-main--non-interactive` as it's no longer needed. The default header is non-interactive
* Interactive header needs a modifier class `fd-card__header--interactive`
* Card badge is now using Inverted Object status

## [0.35.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.0...v0.35.2-rc.1) (2024-05-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "0.35.2-rc.1",
"version": "0.36.0-rc.0",
"conventionalCommits": true,
"tagVersionPrefix": "v",
"message": "chore(release): publish %v",
Expand Down
4 changes: 4 additions & 0 deletions packages/common-css/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.1...v0.36.0-rc.0) (2024-05-07)

**Note:** Version bump only for package @sap-ui/common-css

## [0.35.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.0...v0.35.2-rc.1) (2024-05-02)

**Note:** Version bump only for package @sap-ui/common-css
Expand Down
2 changes: 1 addition & 1 deletion packages/common-css/package.json
@@ -1,6 +1,6 @@
{
"name": "@sap-ui/common-css",
"version": "0.35.2-rc.1",
"version": "0.36.0-rc.0",
"license": "Apache-2.0",
"homepage": "https://sap.github.io/fundamental-styles/",
"description": "SAP UI Common CSS",
Expand Down
4 changes: 4 additions & 0 deletions packages/cx/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.1...v0.36.0-rc.0) (2024-05-07)

**Note:** Version bump only for package @fundamental-styles/cx

## [0.35.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.0...v0.35.2-rc.1) (2024-05-02)

**Note:** Version bump only for package @fundamental-styles/cx
Expand Down
2 changes: 1 addition & 1 deletion packages/cx/package.json
@@ -1,6 +1,6 @@
{
"name": "@fundamental-styles/cx",
"version": "0.35.2-rc.1",
"version": "0.36.0-rc.0",
"license": "Apache-2.0",
"homepage": "https://sap.github.io/fundamental-styles/",
"description": "Fundamental Library Styles",
Expand Down
14 changes: 14 additions & 0 deletions packages/styles/CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.1...v0.36.0-rc.0) (2024-05-07)

### Features

- **styles:** add Media cards, design updates [ci visual] ([#5354](https://github.com/SAP/fundamental-styles/issues/5354)) ([5ca8ec2](https://github.com/SAP/fundamental-styles/commit/5ca8ec20c6475514596511536a0960f28a57c340))

### BREAKING CHANGES

- **styles:** - a11y properties have been updated: aria-label, aria-roledescription, etc.

* removed class `fd-card__header-main--non-interactive` as it's no longer needed. The default header is non-interactive
* Interactive header needs a modifier class `fd-card__header--interactive`
* Card badge is now using Inverted Object status

## [0.35.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.0...v0.35.2-rc.1) (2024-05-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
@@ -1,6 +1,6 @@
{
"name": "fundamental-styles",
"version": "0.35.2-rc.1",
"version": "0.36.0-rc.0",
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/theming-preview/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.1...v0.36.0-rc.0) (2024-05-07)

**Note:** Version bump only for package @fundamental-styles/theming-preview

## [0.35.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.0...v0.35.2-rc.1) (2024-05-02)

**Note:** Version bump only for package @fundamental-styles/theming-preview
Expand Down
2 changes: 1 addition & 1 deletion packages/theming-preview/package.json
@@ -1,6 +1,6 @@
{
"name": "@fundamental-styles/theming-preview",
"version": "0.35.2-rc.1",
"version": "0.36.0-rc.0",
"license": "Apache-2.0",
"homepage": "https://sap.github.io/fundamental-styles/",
"description": "Fundamental Library Styles - Theming Package Preview",
Expand Down
4 changes: 4 additions & 0 deletions packages/workspace-plugins/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.1...v0.36.0-rc.0) (2024-05-07)

**Note:** Version bump only for package workspace-plugins

## [0.35.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.0...v0.35.2-rc.1) (2024-05-02)

**Note:** Version bump only for package workspace-plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-plugins/package.json
@@ -1,6 +1,6 @@
{
"name": "workspace-plugins",
"version": "0.35.2-rc.1",
"version": "0.36.0-rc.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json"
Expand Down

0 comments on commit b0e1e28

Please sign in to comment.