Skip to content

Commit 289c8b8

Browse files
committed
chore(ci): fix the versions
1 parent f46272d commit 289c8b8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "0.41.0-rc.79",
4+
"version": "0.41.0-rc.80",
55
"conventionalCommits": true,
66
"tagVersionPrefix": "v",
77
"message": "chore(release): publish %v",

packages/common-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ui/common-css",
3-
"version": "0.41.0-rc.79",
3+
"version": "0.41.0-rc.80",
44
"license": "Apache-2.0",
55
"homepage": "https://sap.github.io/fundamental-styles/",
66
"description": "SAP UI Common CSS",

packages/cx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-styles/cx",
3-
"version": "0.41.0-rc.79",
3+
"version": "0.41.0-rc.80",
44
"license": "Apache-2.0",
55
"homepage": "https://sap.github.io/fundamental-styles/",
66
"description": "Fundamental Library Styles",

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fundamental-styles",
3-
"version": "0.41.0-rc.79",
3+
"version": "0.41.0-rc.80",
44
"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/",
55
"repository": {
66
"type": "git",

packages/theming-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-styles/theming-preview",
3-
"version": "0.41.0-rc.79",
3+
"version": "0.41.0-rc.80",
44
"license": "Apache-2.0",
55
"homepage": "https://sap.github.io/fundamental-styles/",
66
"description": "Fundamental Library Styles - Theming Package Preview",

packages/workspace-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workspace-plugins",
3-
"version": "0.41.0-rc.79",
3+
"version": "0.41.0-rc.80",
44
"main": "src/index.js",
55
"generators": "./generators.json",
66
"executors": "./executors.json"

0 commit comments

Comments
 (0)