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

Commit

Permalink
chore: release v4.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Hippely <mhippely@vmware.com>
  • Loading branch information
hippee-lee committed Oct 15, 2020
1 parent c582801 commit 25e94ab
Show file tree
Hide file tree
Showing 11 changed files with 91 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clarity",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular",
"private": true,
"version": "4.0.3",
"version": "4.0.4",
"scripts": {
"start": "ng build clr-angular-dev --watch",
"start:dev": "ng build clr-angular-dev --watch --prod",
Expand Down
12 changes: 12 additions & 0 deletions packages/angular/projects/website/src/releases/3.x/3.1.10.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!--
~ Copyright (c) 2016-2020 VMWare, Inc. All Rights Reserved.
~ This software is released under MIT License.
~ The full license information can be found in LICENSE in the root directory of this project.
-->

<h2>Bug Fixes</h2>
<ul class="list">
<li bug-fix>
Datagrid: filtering with ivy off(<a href="https://github.com/vmware/clarity/issues/5118" target="_blank">#5118</a>)
</li>
</ul>
33 changes: 33 additions & 0 deletions packages/angular/projects/website/src/releases/4.x/4.0.4.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!--
~ Copyright (c) 2016-2020 VMWare, Inc. All Rights Reserved.
~ This software is released under MIT License.
~ The full license information can be found in LICENSE in the root directory of this project.
-->

<h2>Highlights</h2>
<ul class="list">
<li>
Core: allow custom icons to be added from icon template
<a href="https://github.com/vmware/clarity/issues/5134" target="_blank"> (#5434) </a>
</li>
</ul>

<h2>Bug Fixes</h2>
<ul class="list">
<li bug-fix>
Update combobox pill design
<a href="https://github.com/vmware/clarity/pull/5145" target="_blank"> (#5145) </a>
</li>
<li bug-fix>
Fix datagrid filtering with ivy off
<a href="https://github.com/vmware/clarity/pull/5119" target="_blank"> (#5119) </a>
</li>
<li bug-fix>
Accordion: fix css variables applied to the component
<a href="https://github.com/vmware/clarity/pull/5113" target="_blank"> (#5113) </a>
</li>
<li bug-fix>
Accessibility: improves default core tag implementation
<a href="https://github.com/vmware/clarity/pull/5112" target="_blank"> (#5112) </a>
</li>
</ul>
11 changes: 10 additions & 1 deletion packages/angular/projects/website/src/releases/release-list.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"current": "4.0.3",
"current": "4.0.4",
"all": {
"4.0.0": {
"date": "August 19, 2020",
Expand All @@ -17,6 +17,10 @@
"date": "October 1, 2020",
"figma": "2.2.0"
},
"4.0.4": {
"date": "October 15, 2020",
"figma": "2.2.0"
},
"4.0.0-rc.1": {
"date": "July 15, 2020",
"figma": "2.2.0"
Expand All @@ -29,6 +33,11 @@
"date": "June 17, 2020",
"figma": "2.2.0"
},
"3.1.10": {
"date": "October 115, 2020",
"figma": "2.2.0",
"sketch": ""
},
"3.1.9": {
"date": "October 1, 2020",
"figma": "2.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"4.0.4": "src/releases/4.x/4.0.4.html",
"4.0.3": "src/releases/4.x/4.0.3.html",
"4.0.2": "src/releases/4.x/4.0.2.html",
"4.0.1": "src/releases/4.x/4.0.1.html",
Expand All @@ -7,6 +8,7 @@
"4.0.0-rc.0": "src/releases/4.x/4.0.0-rc.0.html",
"4.0.0-next.0": "src/releases/4.x/4.0.0-next.0.html",

"3.1.10": "src/releases/3.x/3.1.10.html",
"3.1.9": "src/releases/3.x/3.1.9.html",
"3.1.8": "src/releases/3.x/3.1.8.html",
"3.1.7": "src/releases/3.x/3.1.7.html",
Expand Down
28 changes: 28 additions & 0 deletions packages/angular/projects/website/src/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,18 @@
<loc>https://clarity.design/news</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/src/releases/4.x/4.0.4.html</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/src/releases/4.x/4.0.3.html</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/src/releases/4.x/4.0.2.html</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/src/releases/4.x/4.0.1.html</loc>
<changefreq>daily</changefreq>
Expand All @@ -320,6 +332,18 @@
<loc>https://clarity.design/news/src/releases/4.x/4.0.0-next.0.html</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/src/releases/3.x/3.1.10.html</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/src/releases/3.x/3.1.9.html</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/src/releases/3.x/3.1.8.html</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/src/releases/3.x/3.1.7.html</loc>
<changefreq>daily</changefreq>
Expand Down Expand Up @@ -396,6 +420,10 @@
<loc>https://clarity.design/news/src/releases/3.x/3.0.0-next.1.html</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/src/releases/2.x/2.4.7.html</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/src/releases/2.x/2.4.6.html</loc>
<changefreq>daily</changefreq>
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clr/core",
"version": "4.0.3",
"version": "4.0.4",
"scripts": {
"start": "npm-run-all build -p build:watch storybook",
"storybook": "start-storybook -s .storybook/public -p 6006 --config-dir=.storybook",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "icons",
"private": true,
"version": "4.0.3",
"version": "4.0.4",
"scripts": {
"build": "npm-run-all build:css build:optimize build:web build:package",
"build:web": "webpack --config webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clr/react",
"version": "4.0.3",
"version": "4.0.4",
"scripts": {
"start": "npm-run-all core:build dev:start",
"dev:start": "yarn run clean && parcel index.html --cache-dir=./.parcel-cache",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui",
"private": true,
"version": "4.0.3",
"version": "4.0.4",
"scripts": {
"build": "npm-run-all build:css build:prefix build:src build:optimize build:package",
"build:css": "sass --precision=8 src/main.scss ../../dist/clr-ui/clr-ui.css; sass --precision=8 src/dark-theme.scss ../../dist/clr-ui/clr-ui-dark.css",
Expand Down

0 comments on commit 25e94ab

Please sign in to comment.