Skip to content

Commit

Permalink
chore(main): release 1.12.0 (#911)
Browse files Browse the repository at this point in the history
* chore(main): release 1.12.0

* chore: update changelog

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Russell <[email protected]>
  • Loading branch information
github-actions[bot] and mattrussell36 committed Sep 7, 2023
1 parent 13959c7 commit 4810729
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.12.0](https://github.com/vegaprotocol/pennant/compare/v1.11.1...v1.12.0) (2023-09-07)


### Features

* add paneSizes option and use it for pane size if provided ([f3d1d72](https://github.com/vegaprotocol/pennant/commit/f3d1d7228ef7ba19145f4897db987daa9df41620))
* pane configuration ([#910](https://github.com/vegaprotocol/pennant/issues/910)) ([438e74f](https://github.com/vegaprotocol/pennant/commit/438e74f0da8e4ba3a7a83943770a9f58f85ed128))
* candle width configuration ([#909](https://github.com/vegaprotocol/pennant/issues/909)) ([4b5ee12](https://github.com/vegaprotocol/pennant/commit/4b5ee125531f7b208b70cc8472fd5ae9bada4c98))

## [1.11.1](https://github.com/vegaprotocol/pennant/compare/v1.11.0...v1.11.1) (2023-08-04)

### Bug Fixes
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": "pennant",
"version": "1.11.1",
"version": "1.12.0",
"description": "A React component library for visualising historical and streaming financial market data",
"main": "./dist/legacy.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 4810729

Please sign in to comment.