@loomhq/record-sdk 3.10.0-draft → 3.10.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/README.md +12 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  See our [docs site](https://dev.loom.com) for a detailed guide on how to use the sdk!
4
4
 
5
+ ## 3.10.0
6
+
7
+ ### Minor Changes
8
+
9
+ - 7df037050a: Changed onboarding spotlight content for users who crossflowed from JSM
10
+
11
+ ### Patch Changes
12
+
13
+ - 0c313107b5: add cascading recorder selectors/reducers & add trigger to compare browser/SDK user & workspace
14
+ - c92d67494b: bump Lens v11.35.0 to update SvgOverlays
15
+ - 86a8bd6871: bump Lens to v11.33.0 to update calendar icon
16
+ - a1ee513f33: bump Lens v11.34.0 to add overlay icons
5
17
 
6
18
  ## 3.9.1
7
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loomhq/record-sdk",
3
3
  "description": "The Loom Software Development Kit",
4
- "version": "3.10.0-draft",
4
+ "version": "3.10.0",
5
5
  "author": "@loomhq/platform",
6
6
  "dependencies": {
7
7
  "react-hotkeys-hook": "^3.4.7",
@@ -55,14 +55,14 @@
55
55
  "ua-parser-js": "^0.7.33",
56
56
  "@loomhq/bundler": "1.2.1",
57
57
  "@loomhq/enums": "2.4.0",
58
- "@loomhq/camera-bubble": "12.11.1",
59
58
  "@loomhq/iframe-redux": "0.2.0",
59
+ "@loomhq/camera-bubble": "12.11.1",
60
60
  "@loomhq/media-utilities": "2.2.1",
61
- "@loomhq/outcomes": "2.2.0",
62
61
  "@loomhq/sdk-background": "2.3.1",
63
62
  "@loomhq/sdk-store": "0.26.1",
64
63
  "@loomhq/third-party-cookie-check": "2.1.0",
65
- "@loomhq/tsconfig": "1.0.8"
64
+ "@loomhq/tsconfig": "1.0.8",
65
+ "@loomhq/outcomes": "2.2.0"
66
66
  },
67
67
  "optionalDependencies": {
68
68
  "@atlassiansox/analytics-web-client": "^4.26.0"