Skip to content

Commit d3b557a

Browse files
Michiel BouwMichiel Bouw
authored andcommitted
v1.0.3
1 parent 302edac commit d3b557a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/shared",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": {
55
"name": "Michiel Bouw",
66
"url": "http://michielbouw.nl"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/utils",
3-
"version": "1.0.0",
3+
"version": "1.0.3",
44
"author": {
55
"name": "Michiel Bouw",
66
"url": "http://michielbouw.nl"

packages/www/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/www",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": {
55
"name": "Michiel Bouw",
66
"url": "http://michielbouw.nl"
@@ -35,8 +35,8 @@
3535
"typescript": ">=3.7.2"
3636
},
3737
"devDependencies": {
38-
"@web/shared": "^1.0.2",
39-
"@web/utils": "^1.0.0"
38+
"@web/shared": "^1.0.3",
39+
"@web/utils": "^1.0.3"
4040
},
4141
"browserslist": {
4242
"production": [

0 commit comments

Comments
 (0)