Skip to content

Commit

Permalink
chore(merge): merge
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Sep 2, 2023
2 parents 74d464f + 7664df0 commit d31aa9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Step 8: Lerna Version
- name: Lerna Version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ssh-key: "${{ secrets.COMMIT_KEY }}"
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn version:ci

Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@czi-sds/components",
"version": "17.0.0",
"version": "17.0.1",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@czi-sds/data-viz",
"version": "0.3.2",
"version": "0.3.3",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-viz/src/core/HeatmapChart/storyUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const COLORS = [
"rgb(128, 128, 128)",
"rgb(255, 255, 255)",
"rgb(0, 0, 0)",
"rgb(255, 255, 204)",
"rgb(255, 255, 205)",
"rgb(204, 255, 255)",
"rgb(255, 204, 255)",
"rgb(230, 230, 250)",
Expand Down

0 comments on commit d31aa9d

Please sign in to comment.