Skip to content

Commit

Permalink
chore: release 7.1.1 (#212)
Browse files Browse the repository at this point in the history
* chore: release 7.1.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Norbert Nader <[email protected]>
  • Loading branch information
github-actions[bot] and NorbertNader authored Dec 20, 2022
1 parent 2976103 commit 00d9ff7
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/synchro-charts": "7.1.0",
"packages/synchro-charts-react": "7.1.0",
".": "7.1.0"
"packages/synchro-charts": "7.1.1",
"packages/synchro-charts-react": "7.1.1",
".": "7.1.1"
}
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.1](https://github.com/awslabs/synchro-charts/compare/root-v7.1.0...root-v7.1.1) (2022-12-20)


### Bug Fixes

* do not emit dateRangeChange in live mode ([#210](https://github.com/awslabs/synchro-charts/issues/210)) ([290098b](https://github.com/awslabs/synchro-charts/commit/290098bbe76ec030c55c44ddfd29b0cfb15bc5ea))

## 7.1.0 (2022-12-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synchro-charts",
"version": "1.0.0",
"version": "7.1.1",
"description": "Time series visualization library",
"homepage": "https://synchrocharts.com",
"main": "index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/synchro-charts-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)


### Miscellaneous Chores

* **synchro-charts-react:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @synchro-charts/core bumped from ^7.0.0 to ^7.1.1

## 7.1.0 (2022-12-12)

### Features
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.0",
"version": "7.1.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-dom": "16.x.x || 17.x.x"
},
"dependencies": {
"@synchro-charts/core": "^7.0.0"
"@synchro-charts/core": "^7.1.1"
},
"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.1](https://github.com/awslabs/synchro-charts/compare/synchro-charts-v7.1.0...synchro-charts-v7.1.1) (2022-12-20)


### Bug Fixes

* do not emit dateRangeChange in live mode ([#210](https://github.com/awslabs/synchro-charts/issues/210)) ([290098b](https://github.com/awslabs/synchro-charts/commit/290098bbe76ec030c55c44ddfd29b0cfb15bc5ea))

## 7.1.0 (2022-12-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "7.1.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 00d9ff7

Please sign in to comment.