Skip to content

Commit

Permalink
chore(): bump to beta.3-2 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 authored Apr 12, 2017
1 parent 6f089fa commit bd6e8c8
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-beta.3-1",
"version": "1.0.0-beta.3-2",
"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-beta.3-1",
"version": "1.0.0-beta.3-2",
"description": "Teradata UI Platform built on Angular Material",
"main": "./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-beta.3-1",
"version": "1.0.0-beta.3-2",
"description": "Teradata UI Platform Dynamic Forms Module",
"main": "./dynamic-forms.umd.js",
"module": "./index.js",
Expand Down Expand Up @@ -36,6 +36,6 @@
"Jeremy Smartt <[email protected]>"
],
"dependencies": {
"@covalent/core": "1.0.0-beta.3-1"
"@covalent/core": "1.0.0-beta.3-2"
}
}
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-beta.3-1",
"version": "1.0.0-beta.3-2",
"description": "Teradata UI Platform Highlight Module",
"main": "./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-beta.3-1",
"version": "1.0.0-beta.3-2",
"description": "Teradata UI Platform Http Helper Module",
"main": "./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-beta.3-1",
"version": "1.0.0-beta.3-2",
"description": "Teradata UI Platform Markdown Module",
"main": "./markdown.umd.js",
"module": "./index.js",
Expand Down

1 comment on commit bd6e8c8

@rt-gavrilov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog?

Please sign in to comment.