Skip to content

Commit

Permalink
chore(): bump to beta.3-1 (#497)
Browse files Browse the repository at this point in the history
* chore(): update notifications for beta.3-1

* chore(): update changelog

* fix(): point changelog to beta.3

* chore(): bump to beta.3-1

* chore(yarn): upgrade yarn.lock

* chore(): rollback to npm i
  • Loading branch information
emoralesb05 authored Apr 10, 2017
1 parent 1994564 commit c66285a
Show file tree
Hide file tree
Showing 10 changed files with 134 additions and 83 deletions.
31 changes: 31 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
<a name="1.0.0-beta.3-1"></a>
# [1.0.0-beta.3-1](https://github.com/Teradata/covalent/tree/v1.0.0-beta.3) (2017-04-10)

## External Breaking Changes
* **theming:** update theming to point to the correct path

Before:
```scss
@import '~@angular/material/core/theming/all-theme';
```

After:
```scss
@import '~@angular/material/theming';
```

## Breaking Changes

* **modules:** deprecate `CovalentCoreModule` since tree shaking is not working, we need to push people to import modules on a "need" basis to reduce bundle size ([1994564738b31bd98152c984eda33a10c2f0a993](https://github.com/Teradata/covalent/commit/1994564738b31bd98152c984eda33a10c2f0a993))

## Bug Fixes
* **validations:** remove input invalid style and use `material`s ([1994564738b31bd98152c984eda33a10c2f0a993](https://github.com/Teradata/covalent/commit/1994564738b31bd98152c984eda33a10c2f0a993))

## Features
* **dependencies:** upgrade `@angular/material` to `beta.3`. ([1994564738b31bd98152c984eda33a10c2f0a993](https://github.com/Teradata/covalent/commit/1994564738b31bd98152c984eda33a10c2f0a993))
* **expansion-panel:** add `MdRippleModule` to header and improve internal logic ([1994564738b31bd98152c984eda33a10c2f0a993](https://github.com/Teradata/covalent/commit/1994564738b31bd98152c984eda33a10c2f0a993))

## Performance
* **steps:** remove `MdListModule` dependency from `CovalentStepsModule` and use `MdRippleModule` to reduce DOM and bundle size ([1994564738b31bd98152c984eda33a10c2f0a993](https://github.com/Teradata/covalent/commit/1994564738b31bd98152c984eda33a10c2f0a993))
* **expansion-panel:** remove `MdListModule` dependency from `CovalentExpansionPanelModule` to reduce DOM and bundle size ([1994564738b31bd98152c984eda33a10c2f0a993](https://github.com/Teradata/covalent/commit/1994564738b31bd98152c984eda33a10c2f0a993))


<a name="1.0.0-beta.3"></a>
# [1.0.0-beta.3 Electric Relaxation](https://github.com/Teradata/covalent/tree/v1.0.0-beta.3) (2017-04-05)
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covalent",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.3-1",
"private": true,
"description": "Teradata UI Platform built on Angular Material",
"keywords": [
Expand Down Expand Up @@ -58,29 +58,29 @@
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/flex-layout": "2.0.0-beta.7",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/material": "2.0.0-beta.3",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"@angular/router": "^4.0.0",
"@swimlane/ngx-charts": "5.0.0",
"@ngx-translate/core": "6.0.0",
"@ngx-translate/http-loader": "0.0.3",
"@swimlane/ngx-charts": "5.0.0",
"core-js": "^2.4.1",
"d3": "^4.4.0",
"hammerjs": "^2.0.8",
"highlight.js": "9.10.0",
"rxjs": "^5.2.0",
"showdown": "1.6.4",
"zone.js": "^0.8.5",
"d3": "^4.4.0",
"web-animations-js": "2.2.2"
"web-animations-js": "2.2.2",
"zone.js": "^0.8.5"
},
"devDependencies": {
"@angular/compiler-cli": "^4.0.0",
"@angular/cli": "1.0.0",
"@angular/compiler-cli": "^4.0.0",
"@types/hammerjs": "^2.0.30",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
Expand All @@ -100,11 +100,11 @@
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.3.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "1.0.1",
"karma-coverage-istanbul-reporter": "^0.3.0",
"merge2": "1.0.2",
"node-sass": "3.8.0",
"phantomjs-prebuilt": "2.1.14",
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ <h4 md-line><span class="text-wrap">Beta 3 bugfixes</span></h4>
<p md-line>Stabililty</p>
</a>
<md-divider></md-divider>
<a md-list-item href="https://github.com/Teradata/covalent/blob/develop/package.json#L57-L63" target="_blank">
<a md-list-item href="https://github.com/Teradata/covalent/blob/develop/package.json#L57-L68" target="_blank">
<md-icon md-list-avatar>change_history</md-icon>
<h4 md-line><span class="text-wrap">Angular v4 support</span></h4>
<h4 md-line><span class="text-wrap">Angular v4 and [email protected] support</span></h4>
<p md-line>Dependencies updated</p>
</a>
</md-nav-list>
Expand Down
10 changes: 10 additions & 0 deletions src/app/components/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ export class HomeComponent implements OnInit {
icon: 'wb_iridescent',
route: 'components/directives',
title: 'Directives updated',
}, {
description: 'Refactored Stepper',
icon: 'view_list',
route: 'components/steps',
title: 'Stepper updated',
}, {
description: 'Refactored/Improved Expansion Panel',
icon: 'open_with',
route: 'components/expansion-panel',
title: 'Directives updated',
},
];

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",
"version": "1.0.0-beta.3-1",
"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",
"version": "1.0.0-beta.3-1",
"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"
"@covalent/core": "1.0.0-beta.3-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-beta.3",
"version": "1.0.0-beta.3-1",
"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",
"version": "1.0.0-beta.3-1",
"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",
"version": "1.0.0-beta.3-1",
"description": "Teradata UI Platform Markdown Module",
"main": "./markdown.umd.js",
"module": "./index.js",
Expand Down
Loading

0 comments on commit c66285a

Please sign in to comment.