Skip to content

Commit

Permalink
Merge pull request #18 from stone-payments/release/v1.2.0
Browse files Browse the repository at this point in the history
Release: v1.2.0
  • Loading branch information
Caio M. Veloso Dias committed Sep 14, 2018
2 parents 1fd9688 + 5a2c992 commit fec1db8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="1.2.0"></a>
## 1.2.0 (2018-09-14)

* feat: add sling-assets ([5774981](https://github.com/stone-payments/sling-web-framework/commit/5774981))

<a name="1.1.0"></a>
## 1.1.0 (2018-09-12)

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.1.0"
"version": "1.2.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.1.0",
"version": "1.2.0",
"private": true,
"flat": true,
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions packages/sling-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "sling-assets",
"version": "0.17.0",
"version": "1.2.0",
"description": "Sling Assets",
"author": "Stone Pagamentos",
"main": "dist/cjs/index.js",
"jsnext:main": "dist/es/index.js",
"license": "Apache-2.0",
"dependencies": {}
"license": "Apache-2.0"
}
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.1.0",
"version": "1.2.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.1.0"
"sling-helpers": "^1.2.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.1.0",
"version": "1.2.0",
"description": "",
"main": "dist/cjs/index.js",
"jsnext:main": "dist/es/index.js",
Expand Down

0 comments on commit fec1db8

Please sign in to comment.