Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
## [2.0.0](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.11.3) (2024-01-31)

### What's Changed
#### Major Changes
- Moved rainbird module components into a seperate repo: https://github.com/donavanbecker/rainbird
#### Other Changes
- Housekeeping and updated dependencies.

**Full Changelog**: v1.11.3...v2.0.0
  • Loading branch information
donavanbecker committed Jan 31, 2024
1 parent a4331a2 commit 31d7efd
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 82 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"codeQL.githubDatabase.update": "never"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [2.0.0](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.11.3) (2024-01-31)

### What's Changed
#### Major Changes
- Moved rainbird module components into a seperate repo: https://github.com/donavanbecker/rainbird
#### Other Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.11.3...v2.0.0

## [1.11.3](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.11.3) (2023-12-15)

### What's Changed
Expand Down
150 changes: 75 additions & 75 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Rainbird",
"name": "homebridge-rainbird",
"version": "1.11.3",
"version": "2.0.0",
"description": "The Rainbird plugin allows you to access your Rainbird device(s) from HomeKit.",
"homepage": "https://github.com/donavanbecker/homebridge-rainbird#readme",
"author": {
Expand Down Expand Up @@ -69,17 +69,17 @@
],
"dependencies": {
"@homebridge/plugin-ui-utils": "^1.0.1",
"rainbird": "^1.0.0-beta.6",
"rainbird": "^1.0.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@types/node": "^20.11.13",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"homebridge": "^1.7.0",
"nodemon": "^3.0.3",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^16.14.14",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
Expand Down

0 comments on commit 31d7efd

Please sign in to comment.