Skip to content

Commit

Permalink
v0.7.5-alpha.0-20240207-b8ba7c4f (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Automator77 committed Feb 7, 2024
1 parent b8ba7c4 commit 0fb5578
Show file tree
Hide file tree
Showing 11 changed files with 13,860 additions and 13,860 deletions.
8 changes: 4 additions & 4 deletions chip-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter.js-chip-testing",
"version": "0.7.5-alpha.0-20240129-2568bc06",
"version": "0.7.5-alpha.0-20240207-b8ba7c4f",
"description": "Testing of matter.js with CHIP tool",
"private": true,
"license": "Apache-2.0",
Expand All @@ -20,8 +20,8 @@
"build-clean": "matter-build --clean"
},
"dependencies": {
"@project-chip/matter-node.js": "0.7.5-alpha.0-20240129-2568bc06",
"@project-chip/matter.js": "0.7.5-alpha.0-20240129-2568bc06",
"@project-chip/matter.js-tools": "0.7.5-alpha.0-20240129-2568bc06"
"@project-chip/matter-node.js": "0.7.5-alpha.0-20240207-b8ba7c4f",
"@project-chip/matter.js": "0.7.5-alpha.0-20240207-b8ba7c4f",
"@project-chip/matter.js-tools": "0.7.5-alpha.0-20240207-b8ba7c4f"
}
}
8 changes: 4 additions & 4 deletions codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter.js-codegen",
"version": "0.7.5-alpha.0-20240129-2568bc06",
"version": "0.7.5-alpha.0-20240207-b8ba7c4f",
"description": "Matter.js tooling",
"private": true,
"type": "module",
Expand All @@ -27,14 +27,14 @@
},
"homepage": "https://github.com/project-chip/matter.js#readme",
"dependencies": {
"@project-chip/matter.js": "0.7.5-alpha.0-20240129-2568bc06",
"@project-chip/matter.js-intermediate-models": "0.7.5-alpha.0-20240129-2568bc06"
"@project-chip/matter.js": "0.7.5-alpha.0-20240207-b8ba7c4f",
"@project-chip/matter.js-intermediate-models": "0.7.5-alpha.0-20240207-b8ba7c4f"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.7.5-alpha.0-20240129-2568bc06",
"@project-chip/matter.js-tools": "0.7.5-alpha.0-20240207-b8ba7c4f",
"@types/jsdom": "^21.1.6",
"jsdom": "^24.0.0",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.5-alpha.0-20240129-2568bc06",
"version": "0.7.5-alpha.0-20240207-b8ba7c4f",
"command": {
"run": {
"stream": true
Expand Down
6 changes: 3 additions & 3 deletions models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-chip/matter.js-intermediate-models",
"version": "0.7.5-alpha.0-20240129-2568bc06",
"version": "0.7.5-alpha.0-20240207-b8ba7c4f",
"description": "Matter.js intermediate models",
"private": true,
"type": "module",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/project-chip/matter.js#readme",
"devDependencies": {
"@project-chip/matter.js": "0.7.5-alpha.0-20240129-2568bc06",
"@project-chip/matter.js-tools": "0.7.5-alpha.0-20240129-2568bc06"
"@project-chip/matter.js": "0.7.5-alpha.0-20240207-b8ba7c4f",
"@project-chip/matter.js-tools": "0.7.5-alpha.0-20240207-b8ba7c4f"
}
}
Loading

0 comments on commit 0fb5578

Please sign in to comment.