Skip to content

Commit fce8f02

Browse files
committed
Bump versions for release
1 parent 42c02fe commit fce8f02

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.changeset/pre.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"initialVersions": {
55
"homebridge-hatch-baby-rest": "4.3.4",
66
"homebridge-hatch-rest-bluetooth": "4.1.1",
7-
"tsconfig": "0.0.0"
7+
"tsconfig": "0.0.0",
8+
"shared": "0.0.0-dev"
89
},
9-
"changesets": []
10+
"changesets": [
11+
"dirty-coats-listen"
12+
]
1013
}

packages/homebridge-hatch-baby-rest/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- [`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.
8+
39
## 4.3.4
410

511
### Patch Changes

packages/homebridge-hatch-baby-rest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-hatch-baby-rest",
3-
"version": "4.3.4",
3+
"version": "5.0.0-beta.0",
44
"description": "Homebridge plugin for Hatch Rest/Restore WiFi sound machines",
55
"main": "lib/homebridge-hatch-baby-rest/index.js",
66
"scripts": {

packages/homebridge-hatch-rest-bluetooth/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- [`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.
8+
39
## 4.1.1
410

511
### Patch Changes

packages/homebridge-hatch-rest-bluetooth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-hatch-rest-bluetooth",
3-
"version": "4.1.1",
3+
"version": "5.0.0-beta.0",
44
"description": "Homebridge plugin for Hatch Rest bluetooth sound machine",
55
"main": "lib/homebridge-hatch-rest-bluetooth/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)