Skip to content

Commit

Permalink
release: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipoliko committed May 10, 2024
1 parent 1e9b0ba commit 29a7637
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-squids-unite.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/plugin-testing-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.4

### Patch Changes

- 97b056b: Fix support for Node 19+, which encounters `TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'.`. As a hotfix, we are now replacing `global.CustomEvent` (which comes with Node 19) with jsdom version of `CustomEvent` to keep the same behavior as in Node 18.

## 5.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-testing-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/plugin-testing-integration",
"version": "5.1.3",
"version": "5.1.4",
"description": "IMA.js plugin for integration testing",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
Expand Down

0 comments on commit 29a7637

Please sign in to comment.