Skip to content

Commit

Permalink
chore(release): 66.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [66.1.1](v66.1.0...v66.1.1) (2024-08-09)

### Bug Fixes

* **deps:** update dependency @elastic/eui to ^95.5.0 ([#2496](#2496)) ([803a56a](803a56a))
* **deps:** update dependency @playwright/test to ^1.45.3 ([#2495](#2495)) ([4b82ee2](4b82ee2))
* **deps:** update dependency json-schema-to-typescript to v15 ([#2497](#2497)) ([d635ebb](d635ebb))
* **flame:** failure when accessing `visualViewport.visualViewport` from within `iFrame` ([#2502](#2502)) ([84f5328](84f5328))
  • Loading branch information
semantic-release-bot committed Aug 9, 2024
1 parent 84f5328 commit 5a94132
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [66.1.1](https://github.com/elastic/elastic-charts/compare/v66.1.0...v66.1.1) (2024-08-09)


### Bug Fixes

* **deps:** update dependency @elastic/eui to ^95.5.0 ([#2496](https://github.com/elastic/elastic-charts/issues/2496)) ([803a56a](https://github.com/elastic/elastic-charts/commit/803a56aa9361b3bfaf3356fa5151f201667031e8))
* **deps:** update dependency @playwright/test to ^1.45.3 ([#2495](https://github.com/elastic/elastic-charts/issues/2495)) ([4b82ee2](https://github.com/elastic/elastic-charts/commit/4b82ee222daad53b3aa95c4444f5a52cd4d22892))
* **deps:** update dependency json-schema-to-typescript to v15 ([#2497](https://github.com/elastic/elastic-charts/issues/2497)) ([d635ebb](https://github.com/elastic/elastic-charts/commit/d635ebb3e350a636c293ac821f8f8423cb92533b))
* **flame:** failure when accessing `visualViewport.visualViewport` from within `iFrame` ([#2502](https://github.com/elastic/elastic-charts/issues/2502)) ([84f5328](https://github.com/elastic/elastic-charts/commit/84f53281782c78d1f85a0e0dd7f1a0aa4952d7a3))

# [66.1.0](https://github.com/elastic/elastic-charts/compare/v66.0.5...v66.1.0) (2024-07-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/charts",
"description": "Elastic-Charts data visualization library",
"version": "66.1.0",
"version": "66.1.1",
"author": "Elastic DataVis",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
Expand Down

0 comments on commit 5a94132

Please sign in to comment.