@forge/notification 0.1.0-next.1-experimental-9065145 → 0.1.1-next.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 +9 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @forge/notification
2
2
 
3
- ## 0.1.0-next.1-experimental-9065145
3
+ ## 0.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/api@6.4.2-next.0
8
+
9
+ ## 0.1.0
4
10
 
5
11
  ### Minor Changes
6
12
 
@@ -9,7 +15,8 @@
9
15
  ### Patch Changes
10
16
 
11
17
  - 7046f29: Fix types
12
- - @forge/api@6.4.1-next.0-experimental-9065145
18
+ - Updated dependencies [6f348d9]
19
+ - @forge/api@6.4.1
13
20
 
14
21
  ## 0.1.0-next.1
15
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/notification",
3
- "version": "0.1.0-next.1-experimental-9065145",
3
+ "version": "0.1.1-next.0",
4
4
  "description": "Forge Notification SDK",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "compile": "tsc -b -v"
11
11
  },
12
12
  "dependencies": {
13
- "@forge/api": "^6.4.1-next.0-experimental-9065145",
13
+ "@forge/api": "^6.4.2-next.0",
14
14
  "uuid": "^9.0.1"
15
15
  },
16
16
  "devDependencies": {