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

chore: prepare v14.0.1 #2374

Merged
merged 1 commit into from
Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog/14.0.1_2022-11-28/bugfix-technical-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: technical release

We've released v14.0.0 today but due to technical reasons we need a (content wise identical) 14.0.1 release for artifact availability on npmjs.com.

https://github.com/owncloud/owncloud-design-system/pull/2374
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owncloud-design-system",
"version": "14.0.0",
"version": "14.0.1",
"description": "ownCloud Design System is based on VueDesign Systems and is used to design ownCloud UI components",
"keywords": [
"vue design system",
Expand Down
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=14.0.0
sonar.projectVersion=14.0.1
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down