Skip to content

Commit

Permalink
Merge pull request #15 from wixplosives/olehr/bump-version-1-2-3
Browse files Browse the repository at this point in the history
v1.2.3
  • Loading branch information
olehrakwix authored May 29, 2023
2 parents 6d1fb32 + 94c2285 commit de16a99
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.2",
"version": "1.2.3",
"npmClient": "npm",
"useWorkspaces": true
}
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.2",
"version": "1.2.3",
"description": "simplified cross worker API for web workers and worker threads",
"homepage": "https://github.com/wixplosives/isomorphic-worker",
"scripts": {
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.2",
"version": "1.2.3",
"scripts": {
"test": "run-s test:universal test:browser",
"test:browser": "mocha-play \"dist/*.test.browser.js\" -c ./webpack.config.js",
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.2",
"version": "1.2.3",
"type": "module",
"scripts": {
"test": "npm run test:browser",
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.2",
"version": "1.2.3",
"scripts": {
"test": "npm run test:node",
"test:node": "mocha \"dist/*.test.node.js\""
Expand Down

0 comments on commit de16a99

Please sign in to comment.