Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Prepare 13.1.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Apr 20, 2022
1 parent 541e8bd commit 60af464
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owncloud-design-system",
"version": "13.1.0-rc.4",
"version": "13.1.0-rc.5",
"description": "ownCloud Design System is based on VueDesign Systems and is used to design ownCloud UI components",
"keywords": [
"vue design system",
Expand Down Expand Up @@ -154,4 +154,4 @@
"node": ">= 14.0.0",
"npm": ">= 3.0.0"
}
}
}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=owncloud_owncloud-design-system
sonar.organization=owncloud-1
sonar.projectName=owncloud-design-system
sonar.projectVersion=13.1.0-rc.4
sonar.projectVersion=13.1.0-rc.5
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ import OcDrop from "../../atoms/OcDrop/OcDrop.vue"
export default {
name: "OcContextualHelper",
status: "unreleased",
status: "ready",
release: "13.1.0",
components: { OcButton, OcIcon, OcDrop },
props: {
text: {
Expand Down

0 comments on commit 60af464

Please sign in to comment.