Skip to content

Commit

Permalink
Merge pull request #43 from domapic/release-1.0.0-alpha.11
Browse files Browse the repository at this point in the history
Upgrade domapic-base version. Add unreleased note to docs
  • Loading branch information
javierbrea committed Dec 1, 2018
2 parents 0ffa5b6 + 629ee4f commit 38651b7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [1.0.0-alpha.11] - 2018-12-01
### Changed
- Upgrade domapic-base version, which fixes a problem in concurrent client requests.

## [1.0.0-alpha.10] - 2018-11-25
### Added
- Add express-mongo-sanitize middleware
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,8 @@ Controller server for Domapic domotic systems.
Connect all your Domapic Modules and control them with a single application. <!-- and program them to interact automatically using the provided web interface
Install Domapic plugins to connect Domapic with other domotic systems or online services. -->

__NOTE: The next schema includes some Domapic pieces that are still not released. The web ui for the Controller, Domapic Cloud, mobile apps, as well as Homekit and Alexa plugins will be available soon.__

![Domapic system example][domapic-example-image]

> Above, an example of two modules in a [Domapic System][website-url]. Now, the relay can be controlled using the web or mobile applications, or interacting with ["Alexa"][alexa-url] or ["HomeKit"][homekit-url]. Automatisms can be configured in the [Domapic Controller Web UI][domapic-controller-url] to make the [_Phillips Hue_][hue-url] bulb be switched off automatically when the relay bulb is switched on, for example.
Expand Down
24 changes: 12 additions & 12 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "domapic-controller",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"description": "Controller for Domapic systems",
"main": "server.js",
"keywords": [
Expand All @@ -23,7 +23,7 @@
"coveralls": "cat ./.coverage/unit/lcov.info | coveralls"
},
"dependencies": {
"domapic-base": "1.0.0-beta.16",
"domapic-base": "1.0.0-beta.17",
"express-mongo-sanitize": "1.3.2",
"inquirer": "6.2.0",
"inquirer-autocomplete-prompt": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
@@ -1,6 +1,6 @@
sonar.organization=domapic
sonar.projectKey=domapic-controller
sonar.projectVersion=1.0.0-alpha.10
sonar.projectVersion=1.0.0-alpha.11

sonar.sources=.
sonar.exclusions=node_modules/**
Expand Down

0 comments on commit 38651b7

Please sign in to comment.