Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Jun 22, 2024
1 parent 42c02fe commit fce8f02
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"initialVersions": {
"homebridge-hatch-baby-rest": "4.3.4",
"homebridge-hatch-rest-bluetooth": "4.1.1",
"tsconfig": "0.0.0"
"tsconfig": "0.0.0",
"shared": "0.0.0-dev"
},
"changesets": []
"changesets": [
"dirty-coats-listen"
]
}
6 changes: 6 additions & 0 deletions packages/homebridge-hatch-baby-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.0.0-beta.0

### Major Changes

- [`fdedff7`](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/fdedff7638fd796a8394c17eaa84882a624c15bf) Thanks [@dgreif](https://github.com/dgreif)! - Dropped support for Node 16. Please update to Node 18 or Node 20. This allows us to drop a dependency on `got` and use the native `fetch` from Node.js.

## 4.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/homebridge-hatch-baby-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-hatch-baby-rest",
"version": "4.3.4",
"version": "5.0.0-beta.0",
"description": "Homebridge plugin for Hatch Rest/Restore WiFi sound machines",
"main": "lib/homebridge-hatch-baby-rest/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/homebridge-hatch-rest-bluetooth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.0.0-beta.0

### Major Changes

- [`fdedff7`](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/fdedff7638fd796a8394c17eaa84882a624c15bf) Thanks [@dgreif](https://github.com/dgreif)! - Dropped support for Node 16. Please update to Node 18 or Node 20. This allows us to drop a dependency on `got` and use the native `fetch` from Node.js.

## 4.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/homebridge-hatch-rest-bluetooth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-hatch-rest-bluetooth",
"version": "4.1.1",
"version": "5.0.0-beta.0",
"description": "Homebridge plugin for Hatch Rest bluetooth sound machine",
"main": "lib/homebridge-hatch-rest-bluetooth/index.js",
"scripts": {
Expand Down

0 comments on commit fce8f02

Please sign in to comment.