Skip to content

Commit

Permalink
* (bluefox) Updated some GUI libraries
Browse files Browse the repository at this point in the history
* (bluefox) Updated releaser
  • Loading branch information
GermanBluefox committed Feb 13, 2022
1 parent b32b4db commit 53baaf7
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release v${{ steps.extract_release.outputs.VERSION }}
draft: false
# Prerelease versions create prereleases on Github
# Prerelease versions create pre-releases on GitHub
prerelease: ${{ contains(steps.extract_release.outputs.VERSION, '-') }}
body: ${{ steps.extract_release.outputs.BODY }}

Expand Down
11 changes: 0 additions & 11 deletions .npmignore

This file was deleted.

10 changes: 4 additions & 6 deletions .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"all": true,
"lerna": false,

"scripts": {
"beforePush": "npm run build"
"plugins": ["iobroker", "license"],
"exec": {
"before_commit": "npm run build"
}
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2021, Bluefox ([email protected])
Copyright (c) 2015-2022, Bluefox ([email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
[![Translation status](https://weblate.iobroker.net/widgets/adapters/-/scenes/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)
[![Downloads](https://img.shields.io/npm/dm/iobroker.scenes.svg)](https://www.npmjs.com/package/iobroker.scenes)


_scenes Adapter_ can create scenes and execute them in ioBroker environment.

**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
Expand Down Expand Up @@ -102,7 +101,7 @@ Additionally, you can define the behaviour for which value should be taken for t

You can provide following aggregations (available only in advanced mode):
- `uncertain` - (default) - the value of the group will have text `uncertain`.
- `any` - first non zero value of all states in group.
- `any` - first non-zero value of all states in group.
- `min` - minimal value of all states in group.
- `max` - maximal value of all states in group.
- `avg` - average value of all states in group.
Expand All @@ -128,6 +127,10 @@ The adapter will read all actual values for IDs defined in this scene and save i
-->

## Changelog
### __WORK IN PROGRESS__
* (bluefox) Updated some GUI libraries
* (bluefox) Updated releaser

### 2.3.8 (2021-08-31)
* (Apollon77) Handle case where states are not set but used as value (Sentry IOBROKER-SCENES-13)
* (TyrionWarMage) Added the aggregation mode for the virtual groups.
Expand Down Expand Up @@ -252,7 +255,7 @@ The adapter will read all actual values for IDs defined in this scene and save i
## License
The MIT License (MIT)

Copyright (c) 2015-2021, Bluefox ([email protected])
Copyright (c) 2015-2022, Bluefox ([email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2018-2020 bluefox <[email protected]>
* Copyright 2018-2022 bluefox <[email protected]>
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Bluefox <[email protected]> 2015-2021
// Copyright Bluefox <[email protected]> 2015-2022
//

// Structure of one scene
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,25 @@
"@iobroker/adapter-core": "^2.5.1"
},
"devDependencies": {
"@alcalzone/release-script": "^2.2.1",
"@alcalzone/release-script": "^3.5.2",
"@alcalzone/release-script-plugin-iobroker": "^3.5.1",
"@alcalzone/release-script-plugin-license": "^3.5.0",
"gulp": "^4.0.2",
"mocha": "^9.2.0",
"chai": "^4.3.6",
"chai": "~4.3.6",
"gulp-rename": "^2.0.0",
"del": "^6.0.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.scenes/issues"
},
"main": "main.js",
"files": [
"admin/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"prepublishOnly": "node node_modules/gulp/bin/gulp.js",
Expand Down
14 changes: 7 additions & 7 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"version": "2.3.8",
"private": true,
"dependencies": {
"@iobroker/adapter-react": "^2.0.10",
"@iobroker/adapter-react": "^2.0.18",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@sentry/browser": "^6.12.0",
"@sentry/integrations": "^6.12.0",
"@sentry/browser": "^6.17.7",
"@sentry/integrations": "^6.17.7",
"react-beautiful-dnd": "^13.1.0",
"react-dnd-html5-backend": "^14.0.1",
"react-dnd": "^14.0.3",
"react-dnd-html5-backend": "^15.1.2",
"react-dnd": "^15.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-icons": "^4.3.1",
"react-scripts": "^4.0.3",
"react-ace": "^9.4.3",
"react-ace": "^9.5.0",
"clsx": "^1.1.1"
},
"scripts": {
Expand Down

0 comments on commit 53baaf7

Please sign in to comment.