Skip to content

Commit

Permalink
Merge 547e1ba into ceef178
Browse files Browse the repository at this point in the history
  • Loading branch information
biancarosa committed Sep 11, 2018
2 parents ceef178 + 547e1ba commit 1744aa5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.1.0"></a>
## 1.1.0 (2018-09-12)

* feat: add getDateRangeArray to helpers ([350e703](https://github.com/stone-payments/sling-web-framework/commit/350e703))
* feat: update travis.yml ([c444f91])https://github.com/stone-payments/sling-web-framework/commit/c444f91))
* feat: add unit tests coverage ([487b297](https://github.com/stone-payments/sling-web-framework/commit/487b297))


<a name="1.0.2"></a>
## 1.0.2 (2018-09-11)

Expand Down
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Sling Web
[![Coverage Status](https://coveralls.io/repos/github/stone-payments/sling-web-framework/badge.svg?branch=task%2FCMPDC-909)](https://coveralls.io/github/stone-payments/sling-web-framework?branch=task%2FCMPDC-909)
[![Build Status](https://travis-ci.org/stone-payments/sling-web-framework.svg?branch=master)](https://travis-ci.org/stone-payments/sling-web-framework) [![Coverage Status](https://coveralls.io/repos/github/stone-payments/sling-web-framework/badge.svg?branch=task%2FCMPDC-909)](https://coveralls.io/github/stone-payments/sling-web-framework?branch=task%2FCMPDC-909)

## Technologies

[Lerna](https://lernajs.io/)

[Karma](https://karma-runner.github.io/2.0/index.html)

[EsLint](https://eslint.org/), rules extends [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb)

[RollUp](https://rollupjs.org/guide/en)
- [Lerna](https://lernajs.io/)
- [Karma](https://karma-runner.github.io/2.0/index.html)
- [EsLint](https://eslint.org/), rules extends [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb)
- [RollUp](https://rollupjs.org/guide/en)

## Usage

#### Node
#### Node
v8.10.0

#### Install
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.0.2"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sling-framework",
"description": "Sling Web Framework main repo.",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"flat": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sling-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sling-framework",
"version": "1.0.2",
"version": "1.1.0",
"description": "",
"main": "dist/cjs/index.js",
"jsnext:main": "dist/es/index.js",
Expand All @@ -9,6 +9,6 @@
},
"author": "Stone Pagamentos",
"dependencies": {
"sling-helpers": "^1.0.2"
"sling-helpers": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/sling-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sling-helpers",
"version": "1.0.2",
"version": "1.1.0",
"description": "",
"main": "dist/cjs/index.js",
"jsnext:main": "dist/es/index.js",
Expand Down

0 comments on commit 1744aa5

Please sign in to comment.