matterbridge 3.7.0-dev-20260320-27468a0 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -52,7 +52,7 @@ These classes will run as threads in the next releases:
52
52
  - all plugins in bridge mode;
53
53
  - each plugin in childbridge mode;
54
54
 
55
- ## [3.7.0] - Dev branch
55
+ ## [3.7.0] - 2026-03-19
56
56
 
57
57
  ### Dev Breaking Changes
58
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.7.0-dev-20260320-27468a0",
3
+ "version": "3.7.0",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -125,25 +125,25 @@
125
125
  "README-SERVICE.md"
126
126
  ],
127
127
  "dependencies": {
128
- "@matterbridge/core": "3.7.0-dev-20260320-27468a0",
129
- "@matterbridge/dgram": "3.7.0-dev-20260320-27468a0",
130
- "@matterbridge/jest-utils": "3.7.0-dev-20260320-27468a0",
131
- "@matterbridge/thread": "3.7.0-dev-20260320-27468a0",
132
- "@matterbridge/types": "3.7.0-dev-20260320-27468a0",
133
- "@matterbridge/utils": "3.7.0-dev-20260320-27468a0",
134
- "@matterbridge/vitest-utils": "3.7.0-dev-20260320-27468a0"
128
+ "@matterbridge/core": "3.7.0",
129
+ "@matterbridge/dgram": "3.7.0",
130
+ "@matterbridge/jest-utils": "3.7.0",
131
+ "@matterbridge/thread": "3.7.0",
132
+ "@matterbridge/types": "3.7.0",
133
+ "@matterbridge/utils": "3.7.0",
134
+ "@matterbridge/vitest-utils": "3.7.0"
135
135
  },
136
136
  "overrides": {
137
137
  "eslint": "10.0.3",
138
138
  "@eslint/js": "10.0.1"
139
139
  },
140
140
  "build": {
141
- "sha": "9cef6d308cb6168806f1c486a04b8a6934d971da",
142
- "sha7": "9cef6d3",
143
- "event": "schedule",
141
+ "sha": "0c58c2b42038461e059080c404a0d488e5ed5d01",
142
+ "sha7": "0c58c2b",
143
+ "event": "release",
144
144
  "workflow": "Publish to npm and trigger docker builds",
145
- "type": "branch",
146
- "name": "main",
147
- "dev": "true"
145
+ "type": "tag",
146
+ "name": "3.7.0",
147
+ "dev": "false"
148
148
  }
149
149
  }