Skip to content

Commit

Permalink
version 7.1.2 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
corteggiano authored Dec 22, 2022
1 parent d4e7702 commit efcfa05
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/synchro-charts": "7.1.1",
"packages/synchro-charts-react": "7.1.1",
".": "7.1.1"
}
"packages/synchro-charts": "7.1.2",
"packages/synchro-charts-react": "7.1.2",
".": "7.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 7.1.2 (2022-12-22)

### Chore

* chore: move check for unsupported data ([#216](https://github.com/awslabs/synchro-charts/pull/216)) ([d4e7702](https://github.com/awslabs/synchro-charts/commit/d4e7702a0d8ee329f0f15d0b6100c292ea81e44a))


## [7.1.1](https://github.com/awslabs/synchro-charts/compare/root-v7.1.0...root-v7.1.1) (2022-12-20)


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": "7.1.0",
"version": "7.1.2",
"useWorkspaces": true,
"nohoist": [
"parcel-bundler"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synchro-charts",
"version": "7.1.1",
"version": "7.1.2",
"description": "Time series visualization library",
"homepage": "https://synchrocharts.com",
"main": "index.js",
Expand Down Expand Up @@ -59,4 +59,4 @@
"lerna-changelog": "^1.0.1",
"rimraf": "^3.0.2"
}
}
}
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.

## 7.1.2 (2022-12-22)

### Chore

* chore: move check for unsupported data ([#216](https://github.com/awslabs/synchro-charts/pull/216)) ([d4e7702](https://github.com/awslabs/synchro-charts/commit/d4e7702a0d8ee329f0f15d0b6100c292ea81e44a))

## 7.1.0 (2022-12-12)

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

## 7.1.2 (2022-12-22)

### Chore

* chore: move check for unsupported data ([#216](https://github.com/awslabs/synchro-charts/pull/216)) ([d4e7702](https://github.com/awslabs/synchro-charts/commit/d4e7702a0d8ee329f0f15d0b6100c292ea81e44a))


## [7.1.1](https://github.com/awslabs/synchro-charts/compare/synchro-charts-react-v7.1.0...synchro-charts-react-v7.1.1) (2022-12-20)


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": "7.1.1",
"version": "7.1.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-dom": "16.x.x || 17.x.x"
},
"dependencies": {
"@synchro-charts/core": "^7.1.1"
"@synchro-charts/core": "^7.1.2"
},
"license": "Apache-2.0",
"style": "dist/styles.css",
Expand Down
7 changes: 7 additions & 0 deletions packages/synchro-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 7.1.2 (2022-12-22)

### Chore

* chore: move check for unsupported data ([#216](https://github.com/awslabs/synchro-charts/pull/216)) ([d4e7702](https://github.com/awslabs/synchro-charts/commit/d4e7702a0d8ee329f0f15d0b6100c292ea81e44a))


## [7.1.1](https://github.com/awslabs/synchro-charts/compare/synchro-charts-v7.1.0...synchro-charts-v7.1.1) (2022-12-20)


Expand Down
4 changes: 2 additions & 2 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": "7.1.1",
"version": "7.1.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -130,4 +130,4 @@
"minimatch": "3.0.5"
},
"license": "Apache-2.0"
}
}

0 comments on commit efcfa05

Please sign in to comment.