Skip to content

Commit 8a5a559

Browse files
committed
v1.0.0-0
1 parent d6c1635 commit 8a5a559

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

elements/all/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@rhelements/all",
3+
"version": "1.0.0-0",
34
"description": "All the RHElements.",
45
"scripts": {
56
"test": "../../node_modules/.bin/wct --configFile ../../wct.conf.json elements/all/test/"

elements/rh-card/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "RhCard",
55
"elementName": "rh-card"
66
},
7-
"version": "0.0.3",
7+
"version": "1.0.0-0",
88
"description": "Card element for RHElements",
99
"repository": {
1010
"type": "git",
@@ -21,8 +21,8 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@rhelements/rh-sass": "*",
25-
"@rhelements/rhelement": "*"
24+
"@rhelements/rh-sass": "^1.0.0-0",
25+
"@rhelements/rhelement": "^1.0.0-0"
2626
},
2727
"generator-rhelement-version": "0.5.0"
2828
}

elements/rh-cta/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "RhCta",
55
"elementName": "rh-cta"
66
},
7-
"version": "0.0.2",
7+
"version": "1.0.0-0",
88
"description": "Cta element for RHElements",
99
"repository": {
1010
"type": "git",
@@ -21,8 +21,8 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@rhelements/rh-sass": "*",
25-
"@rhelements/rhelement": "*"
24+
"@rhelements/rh-sass": "^1.0.0-0",
25+
"@rhelements/rhelement": "^1.0.0-0"
2626
},
2727
"generator-rhelement-version": "0.5.0"
2828
}

elements/rh-datetime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "RhDatetime",
55
"elementName": "rh-datetime"
66
},
7-
"version": "0.0.8",
7+
"version": "1.0.0-0",
88
"description": "Datetime element for RHElements",
99
"repository": {
1010
"type": "git",
@@ -21,7 +21,7 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@rhelements/rhelement": "0.0.x"
24+
"@rhelements/rhelement": "^1.0.0-0"
2525
},
2626
"generator-rhelement-version": "0.2.8"
2727
}

elements/rh-icon-panel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "RhIconPanel",
55
"elementName": "rh-icon-panel"
66
},
7-
"version": "0.0.2",
7+
"version": "1.0.0-0",
88
"description": "Icon element for RHElements",
99
"repository": {
1010
"type": "git",
@@ -21,8 +21,8 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@rhelements/rh-sass": "*",
25-
"@rhelements/rhelement": "*"
24+
"@rhelements/rh-sass": "^1.0.0-0",
25+
"@rhelements/rhelement": "^1.0.0-0"
2626
},
2727
"generator-rhelement-version": "0.5.0"
2828
}

elements/rh-icon/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "RhIcon",
55
"elementName": "rh-icon"
66
},
7-
"version": "0.0.4",
7+
"version": "1.0.0-0",
88
"description": "Icon element for RHElements",
99
"repository": {
1010
"type": "git",
@@ -21,8 +21,8 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@rhelements/rh-sass": "*",
25-
"@rhelements/rhelement": "*"
24+
"@rhelements/rh-sass": "^1.0.0-0",
25+
"@rhelements/rhelement": "^1.0.0-0"
2626
},
2727
"generator-rhelement-version": "0.5.0"
2828
}

elements/rh-number/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "RhNumber",
55
"elementName": "rh-number"
66
},
7-
"version": "0.0.3",
7+
"version": "1.0.0-0",
88
"description": "Number element for RHElements",
99
"repository": {
1010
"type": "git",
@@ -21,7 +21,7 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@rhelements/rhelement": "*",
24+
"@rhelements/rhelement": "^1.0.0-0",
2525
"numeral": "^2.0.6"
2626
},
2727
"generator-rhelement-version": "0.2.9"

elements/rh-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "RhSass",
55
"elementName": "rh-sass"
66
},
7-
"version": "0.0.2",
7+
"version": "1.0.0-0",
88
"description": "Sass variables and mixins for rh-elements",
99
"contributors": [
1010
{

elements/rhelement/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "RHElement",
55
"elementName": "rhelement"
66
},
7-
"version": "0.0.4",
7+
"version": "1.0.0-0",
88
"description": " element for RHElements",
99
"repository": {
1010
"type": "git",
@@ -22,6 +22,5 @@
2222
"url": "https://github.com/kylebuch8"
2323
},
2424
"license": "MIT",
25-
"dependencies": {},
2625
"generator-rhelement-version": "0.3.4"
2726
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"lerna": "2.5.1",
33
"packages": ["elements/*", "themes/*"],
4-
"version": "0.0.0"
4+
"version": "1.0.0-0"
55
}

0 commit comments

Comments
 (0)