Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Dec 18, 2024
1 parent c7d60dd commit 518dd86
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.2.5",
"version": "2.0.0",
"npmClient": "npm"
}
}
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/isomorphic-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/isomorphic-worker",
"version": "1.2.5",
"version": "2.0.0",
"type": "module",
"description": "simplified cross worker API for web workers and worker threads",
"homepage": "https://github.com/wixplosives/isomorphic-worker",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-both/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/isomorphic-worker-tests-both",
"version": "1.2.5",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-browser-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/isomorphic-worker-tests-browser-esm",
"version": "1.2.5",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/isomorphic-worker-tests-node",
"version": "1.2.5",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 518dd86

Please sign in to comment.