Skip to content

Commit ef8d793

Browse files
1.0.4
1 parent a2083cf commit ef8d793

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Diff for: lerna.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.0.3",
4-
"command": {
5-
"publish": {
6-
"registry": "https://npm.pkg.github.com"
7-
}
8-
},
9-
"tagVersionPrefix": ""
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3+
"version": "1.0.4",
4+
"command": {
5+
"publish": {
6+
"registry": "https://npm.pkg.github.com"
7+
}
8+
},
9+
"tagVersionPrefix": ""
1010
}

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/icon-library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@alexanderweigelt/icon-library",
33
"description": "TODO: description",
44
"author": "Alexander Weigelt <[email protected]>",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"license": "MIT",
77
"main": "dist/IconComponent.js",
88
"types": "dist/IconComponent.d.ts",

0 commit comments

Comments
 (0)