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 734f7c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 20.x
- name: Install dependencies
uses: borales/actions-yarn@v3
with:
Expand Down
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
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ clean:

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

Expand Down

0 comments on commit 734f7c4

Please sign in to comment.