Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CDS Agent committed Dec 14, 2018
1 parent 19dc591 commit ef6f874
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# [2.0.0-beta.0](https://github.com/ovh-ux/ng-tail-logs/compare/1.1.2...2.0.0-beta.0) (2018-12-14)


### Bug Fixes

* remove jshint and jscs ([128ff54](https://github.com/ovh-ux/ng-tail-logs/commit/128ff54))


### Code Refactoring

* update stack with component-rollup-config ([19dc591](https://github.com/ovh-ux/ng-tail-logs/commit/19dc591))


### BREAKING CHANGES

* module name is now ngTailLogs and package is scoped in @ovh-ux

Before:

import 'ovh-angular-tail-logs';
angular.module('myModule', ['ovh-angular-tail-logs'])

After:

import '@ovh-ux/ng-tail-logs';
angular.module('myModule', ['ngTailLogs'])



# Change log
All notable changes to this project will be documented in this file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-tail-logs",
"version": "1.1.1",
"version": "2.0.0-beta.0",
"description": "Poll a log API for displaying messages",
"keywords": [
"angular",
Expand Down

0 comments on commit ef6f874

Please sign in to comment.