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

Commit

Permalink
chore: 4.0.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Mathis <[email protected]>
  • Loading branch information
Scott Mathis committed Aug 31, 2020
1 parent 72ae1d7 commit 1fd14f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.0",
"version": "4.0.1",
"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.0",
"version": "4.0.1",
"scripts": {
"start": "ng build clr-angular-dev --watch",
"start:dev": "ng build clr-angular-dev --watch --prod",
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.0",
"version": "4.0.1",
"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.0",
"version": "4.0.1",
"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.0",
"version": "4.0.1",
"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.0",
"version": "4.0.1",
"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 1fd14f0

Please sign in to comment.