Skip to content

Commit

Permalink
bump version due to pnpm publish bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed May 20, 2022
1 parent cea6079 commit 2522520
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion typescript/packages/counter.ui.launcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@strut/counter.ui.launcher",
"version": "0.0.2",
"version": "0.0.3",
"main": "index.ts",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/counter/package.json
@@ -1,6 +1,6 @@
{
"name": "@strut/counter",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index.js",
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/events/package.json
@@ -1,6 +1,6 @@
{
"name": "@strut/events",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/sid/package.json
@@ -1,6 +1,6 @@
{
"name": "@strut/sid",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index.js",
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@strut/utils",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 2522520

Please sign in to comment.