-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #393 from brightlayer-ui/dev
Publish v6.0.0
- Loading branch information
Showing
66 changed files
with
3,148 additions
and
4,853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,14 @@ version: 2.1 | |
orbs: | ||
codecov: codecov/[email protected] | ||
gh: circleci/[email protected] | ||
browser-tools: circleci/[email protected] | ||
jobs: | ||
build_library: | ||
docker: | ||
- image: circleci/node:12.9.1-browsers | ||
- image: cimg/node:14.19.0-browsers | ||
steps: | ||
- checkout | ||
- browser-tools/install-browser-tools | ||
- restore_cache: | ||
keys: | ||
- v2-dependencies-react-{{ checksum "components/yarn.lock" }} | ||
|
@@ -59,7 +61,7 @@ jobs: | |
coverage_report: | ||
working_directory: ~/react-component-library | ||
docker: | ||
- image: circleci/node:12.9.1-browsers | ||
- image: cimg/node:14.19.0-browsers | ||
steps: | ||
- checkout | ||
- attach_workspace: | ||
|
@@ -71,7 +73,7 @@ jobs: | |
# Builds the Storybook app using @brightlayer-ui/react-components persisted in /dist folder. | ||
build_storybook: | ||
docker: | ||
- image: circleci/node:12.9.1-browsers | ||
- image: cimg/node:14.19.0-browsers | ||
environment: | ||
- MASTER_BRANCH: master | ||
- DEV_BRANCH: dev | ||
|
@@ -133,7 +135,7 @@ jobs: | |
# Builds the Showcase app using @brightlayer-ui/react-components persisted in /dist folder. | ||
build_showcase: | ||
docker: | ||
- image: circleci/node:12.9.1-browsers | ||
- image: cimg/node:14.19.0-browsers | ||
environment: | ||
- MASTER_BRANCH: master | ||
steps: | ||
|
@@ -178,7 +180,7 @@ jobs: | |
|
||
deploy_storybook: | ||
docker: | ||
- image: circleci/node:12.9.1-browsers | ||
- image: cimg/node:14.19.0-browsers | ||
environment: | ||
- MASTER_BRANCH: master | ||
- DEV_BRANCH: dev | ||
|
@@ -216,7 +218,7 @@ jobs: | |
git push | ||
publish: | ||
docker: | ||
- image: circleci/node:12.9.1-browsers | ||
- image: cimg/node:14.19.0-browsers | ||
steps: | ||
- checkout | ||
- attach_workspace: | ||
|
@@ -233,7 +235,7 @@ jobs: | |
tag: | ||
docker: | ||
- image: circleci/node:12.9.1-browsers | ||
- image: cimg/node:14.19.0-browsers | ||
steps: | ||
- checkout | ||
- attach_workspace: | ||
|
@@ -249,24 +251,23 @@ workflows: | |
react_library: | ||
jobs: | ||
- build_library | ||
- build_showcase: | ||
requires: | ||
- build_library | ||
- build_storybook: | ||
requires: | ||
- build_library | ||
- deploy_storybook: | ||
requires: | ||
- build_storybook | ||
filters: | ||
branches: | ||
only: | ||
- master | ||
- dev | ||
# - build_showcase: | ||
# requires: | ||
# - build_library | ||
# - build_storybook: | ||
# requires: | ||
# - build_library | ||
# - deploy_storybook: | ||
# requires: | ||
# - build_storybook | ||
# filters: | ||
# branches: | ||
# only: | ||
# - master | ||
# - dev | ||
- publish: | ||
requires: | ||
- build_storybook | ||
- build_showcase | ||
- build_library | ||
filters: | ||
branches: | ||
only: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"@brightlayer-ui/[email protected]": { | ||
"licenses": "BSD-3-Clause", | ||
"repository": "https://github.com/brightlayer-ui/colors", | ||
"licenseUrl": "https://github.com/brightlayer-ui/colors/raw/master/LICENSE", | ||
"parents": "@brightlayer-ui/react-components" | ||
}, | ||
"@seznam/[email protected]": { | ||
"licenses": "ISC", | ||
"repository": "https://github.com/seznam/compose-react-refs", | ||
"licenseUrl": "https://github.com/seznam/compose-react-refs/raw/master/LICENSE", | ||
"parents": "@brightlayer-ui/react-components" | ||
}, | ||
"[email protected]": { | ||
"licenses": "MIT", | ||
"repository": "https://github.com/Qix-/color", | ||
"licenseUrl": "https://github.com/Qix-/color/raw/master/LICENSE", | ||
"parents": "@brightlayer-ui/react-components" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ module.exports = { | |
tsconfig: 'tsconfig.test.json', | ||
}, | ||
}, | ||
testEnvironment: 'jsdom', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.