Skip to content

Commit

Permalink
chore: release v5.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: stsogoo <stsogoo@vmware.com>
  • Loading branch information
Shijir committed Oct 28, 2021
1 parent 6206495 commit 263c7ce
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 7 deletions.
39 changes: 39 additions & 0 deletions changelogs/v5.json
@@ -1,6 +1,45 @@
{
"$schema": "./schema.json",
"releases": [
{
"version": "5.6.0",
"date": "2021-10-28",
"description": "This is a feature and bug fix release.",
"feat": [
{
"issue": 6409,
"title": "Add CdsRadioPanel and CdsCheckboxPanel",
"project": "core",
"scope": "forms"
}
],
"fix": [
{
"issue": 6431,
"title": "Add tokens to package.json exports",
"project": "core",
"scope": ""
},
{
"issue": 6399,
"title": "Add button fixer",
"project": "eslint-plugin-clarity-adoption",
"scope": "ESLint"
},
{
"issue": 6426,
"title": "Anchor click, scroll support",
"project": "core",
"scope": "navigation"
},
{
"issue": 6417,
"title": "Fixing ESM import paths for React wrapper",
"project": "react",
"scope": ""
}
]
},
{
"version": "5.5.8",
"date": "2021-10-18",
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "clarity",
"version": "5.5.8",
"version": "5.6.0",
"private": true,
"workspaces": {
"packages": [
Expand Down Expand Up @@ -30,7 +30,6 @@
"**/ramda/**",
"website/**"
]

},
"scripts": {
"commit": "git-cz",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/projects/cds-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@cds/angular",
"version": "5.5.8",
"version": "5.6.0",
"description": "Core component modules for Clarity Angular",
"keywords": [
"ng-add",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/npm.json
@@ -1,6 +1,6 @@
{
"name": "@cds/core",
"version": "5.5.8",
"version": "5.6.0",
"license": "MIT",
"author": "clarity",
"description": "Clarity Design System Web Components",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-clarity-adoption/package.json
@@ -1,6 +1,6 @@
{
"name": "@clr/eslint-plugin-clarity-adoption",
"version": "5.5.8",
"version": "5.6.0",
"description": "A set of ESLint rules for Clarity Core adoption.",
"main": "index.js",
"typings": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@cds/react",
"version": "5.5.8",
"version": "5.6.0",
"scripts": {
"start": "npm-run-all core:build build -p build:ts:watch dev:start",
"dev:start": "parcel index.html --cache-dir=./.parcel-cache",
Expand Down Expand Up @@ -82,4 +82,4 @@
"bugs": {
"url": "https://github.com/vmware/clarity/issues"
}
}
}

0 comments on commit 263c7ce

Please sign in to comment.