Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 2e39417

Browse files
committed
chore: bump release version to v5.4.1
Signed-off-by: Bozhidar Dryanovski <[email protected]>
1 parent 6ce2e22 commit 2e39417

File tree

12 files changed

+94
-24
lines changed

12 files changed

+94
-24
lines changed

changelogs/schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"Datalist",
9595
"Date Picker",
9696
"Design Tokens",
97+
"Description List",
9798
"Documentation",
9899
"Dropdown",
99100
"Form",
@@ -110,6 +111,7 @@
110111
"Password",
111112
"Popover",
112113
"Progress Bar",
114+
"Pagination",
113115
"Radio",
114116
"Range",
115117
"React",

changelogs/v5.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,75 @@
11
{
22
"$schema": "./schema.json",
33
"releases": [
4+
{
5+
"version": "5.4.1",
6+
"date": "2021-06-24",
7+
"description": "This is a feature and bug release.",
8+
"feat": [
9+
{
10+
"issue": 6079,
11+
"title": "Add description list element styling",
12+
"project": "Core",
13+
"scope": "Description List"
14+
},
15+
{
16+
"issue": 6074,
17+
"title": "Adding global state service",
18+
"project": "Core",
19+
"scope": "Modal"
20+
}
21+
],
22+
"fix": [
23+
{
24+
"issue": 6050,
25+
"title": "Input lines are now proper contrast",
26+
"project": "Core",
27+
"scope": "Form"
28+
},
29+
{
30+
"issue": 6081,
31+
"title": "Fix anchor link hovers in clr-angular header",
32+
"project": "Angular",
33+
"scope": "Header"
34+
},
35+
{
36+
"issue": 6057,
37+
"title": "Remove memory leaks inside the `DropdownFocusHandler`",
38+
"project": "Angular",
39+
"scope": "Dropdown"
40+
},
41+
{
42+
"issue": 6075,
43+
"title": "Add missing React counterpart for Clarity Core pagination",
44+
"project": "Core",
45+
"scope": "Pagination"
46+
},
47+
{
48+
"issue": 6056,
49+
"title": "Remove line-height from control-label",
50+
"project": "Angular",
51+
"scope": "Input"
52+
},
53+
{
54+
"issue": 6067,
55+
"title": "Relax Angular dependency for @cds/angular for v9+",
56+
"project": "Core",
57+
"scope": ""
58+
},
59+
{
60+
"issue": 6055,
61+
"title": "Unsubscribe from `ButtonInGroupService.changes`",
62+
"project": "Core",
63+
"scope": "Button"
64+
},
65+
{
66+
"issue": 6048,
67+
"title": "Disabled buttons should not be enabled on loadingState",
68+
"project": "Core",
69+
"scope": "Button"
70+
}
71+
]
72+
},
473
{
574
"version": "5.4.0",
675
"date": "2021-06-10",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarity",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/angular/projects/cds-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cds/angular",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Core component modules for Clarity Angular",
55
"keywords": [
66
"ng-add",

packages/angular/projects/clr-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clr/angular",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Angular components for Clarity",
55
"homepage": "https://clarity.design",
66
"keywords": [

packages/core/npm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cds/core",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"license": "MIT",
55
"author": "clarity",
66
"description": "Clarity Design System Web Components",

packages/eslint-plugin-clarity-adoption/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clr/eslint-plugin-clarity-adoption",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "A set of ESLint rules for Clarity Core adoption.",
55
"main": "index.js",
66
"typings": "index.d.ts",

packages/icons/npm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clr/icons",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Custom Element Icons for Clarity",
55
"homepage": "https://clarity.design",
66
"main": "index.js",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cds/react",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"scripts": {
55
"start": "npm-run-all core:build build -p build:ts:watch dev:start",
66
"dev:start": "parcel index.html --cache-dir=./.parcel-cache",

packages/ui/npm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clr/ui",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "CSS for Clarity",
55
"homepage": "https://clarity.design",
66
"repository": {

0 commit comments

Comments
 (0)