Skip to content

Commit

Permalink
chore(): update to 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Dec 12, 2017
2 parents 7b095f8 + f91b06b commit 7fda8c2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covalent",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"private": true,
"description": "Teradata UI Platform built on Angular Material",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/platform/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalent/core",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Teradata UI Platform built on Angular Material",
"main": "./bundles/core.umd.js",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/platform/dynamic-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalent/dynamic-forms",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Teradata UI Platform Dynamic Forms Module",
"main": "./bundles/dynamic-forms.umd.js",
"module": "./index.js",
Expand Down Expand Up @@ -33,6 +33,6 @@
"Steven Ov <[email protected]>"
],
"dependencies": {
"@covalent/core": "^1.0.0-rc.0"
"@covalent/core": "^1.0.0-rc.1"
}
}
2 changes: 1 addition & 1 deletion src/platform/highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalent/highlight",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Teradata UI Platform Highlight Module",
"main": "./bundles/highlight.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/platform/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalent/http",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Teradata UI Platform Http Helper Module",
"main": "./bundles/http.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/platform/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalent/markdown",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Teradata UI Platform Markdown Module",
"main": "./bundles/markdown.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit 7fda8c2

Please sign in to comment.