Skip to content

Commit

Permalink
chore(release): 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
roca committed Jun 29, 2018
1 parent 6be0b47 commit f4004e5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.6.6"></a>
## [0.6.6](https://github.com/o-rango/orango-demo-tools/compare/v0.6.5...v0.6.6) (2018-06-29)



<a name="0.6.5"></a>
## [0.6.5](https://github.com/o-rango/orango-demo-tools/compare/v0.6.4...v0.6.5) (2018-06-01)

Expand Down
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@o-rango/orango-demo-tools",
"version": "0.6.5",
"version": "0.6.6",
"description": "Orango dev tools components",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
Expand All @@ -13,36 +13,35 @@
"release": "standard-version",
"publish-npm": "git push --follow-tags origin master; npm publish --access=public",
"build": "stencil build",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ",
"serve": "stencil-dev-server",
"dev": "stencil build --dev --watch --serve",
"serve": "stencil build --dev --watch --serve",
"start": "npm run dev",
"test": "NODE_ENV=test jest --no-cache --coverage",
"test.watch": "NODE_ENV=test jest --watch --no-cache",
"changelog": "conventional-changelog -p -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"@material/fab": "^0.35.0",
"@material/list": "^0.35.0",
"@material/menu": "^0.35.0",
"@material/select": "0.35.2",
"@material/snackbar": "^0.35.0",
"@material/toolbar": "^0.35.0",
"@material/fab": "^0.36.1",
"@material/list": "^0.36.0",
"@material/menu": "^0.36.1",
"@material/select": "0.36.0",
"@material/snackbar": "^0.36.0",
"@material/toolbar": "^0.36.1",
"@material/typography": "^0.35.0",
"@stencil/core": "next"
},
"devDependencies": {
"autoprefixer": "8.5.2",
"autoprefixer": "8.6.4",
"@stencil/postcss": "0.0.4",
"@stencil/sass": "latest",
"@babel/core": "7.0.0-beta.49",
"@stencil/dev-server": "latest",
"@babel/core": "7.0.0-beta.51",
"@stencil/utils": "latest",
"@types/jest": "22.2.3",
"@types/jest": "23.1.3",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.0.1",
"babel-jest": "23.2.0",
"babel-preset-es2015": "6.24.1",
"coveralls": "3.0.1",
"jest": "23.1.0",
"jest": "23.2.0",
"tslint": "5.10.0",
"tslint-react": "3.6.0",
"makeshift": "1.1.0",
Expand Down

0 comments on commit f4004e5

Please sign in to comment.