Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Sep 5, 2024
1 parent a2d78c1 commit 5e43088
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.6.0

- Fixed an issue that can occur when unmounting the usePlaidLink hook before the underlying script tag is loaded

## 3.5.2

- Fix rerender issue with PlaidEmbeddedLink
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ clean:

.PHONY: build
build: clean
ls node_modules
cat node_modules/react-script-hook/package.json | grep version
yarn patch-package
@$(ROLLUP) -c

Expand Down

0 comments on commit 5e43088

Please sign in to comment.