@dbx-tools/ui-teams 0.6.175 → 0.6.177

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/index.ts +1 -1
  2. package/package.json +4 -4
package/index.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // Hand edits are overwritten on the next watch; this file is read-only.
4
4
 
5
5
  export const PACKAGE_IDENTIFIER = "@dbx-tools/ui-teams";
6
- export const PACKAGE_VERSION = "0.6.175";
6
+ export const PACKAGE_VERSION = "0.6.177";
7
7
  export * as reactAdaptiveCard from "./src/react/adaptive-card.tsx";
8
8
  export * as reactAdaptiveCardGallery from "./src/react/adaptive-card-gallery.tsx";
9
9
  export * as reactSamples from "./src/react/samples.ts";
package/package.json CHANGED
@@ -24,9 +24,9 @@
24
24
  "typescript": "^5.9.3"
25
25
  },
26
26
  "dependencies": {
27
- "@dbx-tools/shared-core": "0.6.175",
28
- "@dbx-tools/shared-teams": "0.6.175",
29
- "@dbx-tools/ui-appkit": "0.6.175",
27
+ "@dbx-tools/shared-core": "0.6.177",
28
+ "@dbx-tools/shared-teams": "0.6.177",
29
+ "@dbx-tools/ui-appkit": "0.6.177",
30
30
  "adaptivecards": "^3.0.5",
31
31
  "marked": "^18.0.5",
32
32
  "react": "^19.2.4",
@@ -36,7 +36,7 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "version": "0.6.175",
39
+ "version": "0.6.177",
40
40
  "type": "module",
41
41
  "exports": {
42
42
  "./react": "./src/react/index.ts",