Skip to content

Commit

Permalink
Release 6.0.3 (#170)
Browse files Browse the repository at this point in the history
* Revert "chore: bump d3-color to 3.1.0, add postinstall hook to fix export path (#167)"

This reverts commit f71f4c2.

* release version 6.0.3
  • Loading branch information
mpopv authored Oct 21, 2022
1 parent f93213a commit 29fdffb
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 28 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.0.3 (2022-10-21)

### Bug Fixes

* Revert "chore: bump d3-color to 3.1.0, add postinstall hook to fix export path (#167)" ([#170](https://github.com/awslabs/synchro-charts/pull/170)) ([1a47303](https://github.com/awslabs/synchro-charts/pull/170/commits/ae8220da42758a6ff9796e36e15b0032ec13774f))

## 6.0.2 (2022-10-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "6.0.2",
"version": "6.0.3",
"useWorkspaces": true,
"nohoist": [
"parcel-bundler"
Expand Down
6 changes: 6 additions & 0 deletions packages/doc-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.0.3 (2022-10-21)

### Bug Fixes

* Revert "chore: bump d3-color to 3.1.0, add postinstall hook to fix export path (#167)" ([#170](https://github.com/awslabs/synchro-charts/pull/170)) ([1a47303](https://github.com/awslabs/synchro-charts/pull/170/commits/ae8220da42758a6ff9796e36e15b0032ec13774f))

## 6.0.2 (2022-10-19)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/doc-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@synchro-charts/doc-site",
"description": "Synchro Charts documentation site",
"homepage": "https://synchrocharts.com",
"version": "6.0.2",
"version": "6.0.3",
"private": true,
"dependencies": {
"@awsui/components-react": "^3.0.182",
"@synchro-charts/core": "^6.0.2",
"@synchro-charts/react": "^6.0.2",
"@synchro-charts/core": "^6.0.3",
"@synchro-charts/react": "^6.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/synchro-charts-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.0.3 (2022-10-21)

### Bug Fixes

* Revert "chore: bump d3-color to 3.1.0, add postinstall hook to fix export path (#167)" ([#170](https://github.com/awslabs/synchro-charts/pull/170)) ([1a47303](https://github.com/awslabs/synchro-charts/pull/170/commits/ae8220da42758a6ff9796e36e15b0032ec13774f))

## 6.0.2 (2022-10-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/synchro-charts-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synchro-charts/react",
"description": "Synchro Charts React",
"version": "6.0.2",
"version": "6.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-dom": "16.x.x || 17.x.x"
},
"dependencies": {
"@synchro-charts/core": "^6.0.2"
"@synchro-charts/core": "^6.0.3"
},
"license": "Apache-2.0",
"style": "dist/styles.css",
Expand Down
6 changes: 6 additions & 0 deletions packages/synchro-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.0.3 (2022-10-21)

### Bug Fixes

* Revert "chore: bump d3-color to 3.1.0, add postinstall hook to fix export path (#167)" ([#170](https://github.com/awslabs/synchro-charts/pull/170)) ([1a47303](https://github.com/awslabs/synchro-charts/pull/170/commits/ae8220da42758a6ff9796e36e15b0032ec13774f))

## 6.0.2 (2022-10-19)

### Bug Fixes
Expand Down
9 changes: 2 additions & 7 deletions packages/synchro-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synchro-charts/core",
"description": "Synchro Charts",
"version": "6.0.2",
"version": "6.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -49,8 +49,7 @@
"copy:contributing": "cp ../../CONTRIBUTING.md CONTRIBUTING.md",
"prepack": "yarn run copy:license && yarn run copy:notice && yarn run copy:code-of-conduct && yarn run copy:contributing",
"prepublishOnly": "yarn release",
"pack": "yarn pack",
"postinstall": "node postinstall.js"
"pack": "yarn pack"
},
"devDependencies": {
"@babel/core": "^7.6.4",
Expand Down Expand Up @@ -102,7 +101,6 @@
"d3-array": "^2.3.2",
"d3-axis": "^1.0.12",
"d3-brush": "^1.1.3",
"d3-color": "3.1.0",
"d3-drag": "^1.2.5",
"d3-scale": "^3.2.0",
"d3-selection": "^1.3.1",
Expand All @@ -124,8 +122,5 @@
"uuid": "^3.3.2",
"validator": "^13.6.0"
},
"resolutions": {
"d3-color": "3.1.0"
},
"license": "Apache-2.0"
}
10 changes: 0 additions & 10 deletions packages/synchro-charts/postinstall.js

This file was deleted.

5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6217,11 +6217,6 @@ d3-color@1:
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-2.0.0.tgz#8d625cab42ed9b8f601a1760a389f7ea9189d62e"
integrity sha512-SPXi0TSKPD4g9tw0NMZFnR95XVgUZiBH+uUTqQuDu1OsE2zomHU7ho0FISciaPvosimixwHFl3WHLGabv6dDgQ==

d3-color@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2"
integrity sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==

d3-dispatch@1:
version "1.0.6"
resolved "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-1.0.6.tgz#00d37bcee4dd8cd97729dd893a0ac29caaba5d58"
Expand Down

0 comments on commit 29fdffb

Please sign in to comment.