@forge/runtime 5.10.6-next.1 → 5.10.6

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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @forge/runtime
2
2
 
3
+ ## 5.10.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fa77f8d: Revert the package registry change for the package
8
+ - 503e60e: Add publish config
9
+ - Updated dependencies [fa77f8d]
10
+ - Updated dependencies [503e60e]
11
+ - Updated dependencies [3302cc2]
12
+ - @forge/util@1.4.8
13
+
14
+ ## 5.10.6-next.2
15
+
16
+ ### Patch Changes
17
+
18
+ - fa77f8d: Revert the package registry change for the package
19
+ - Updated dependencies [fa77f8d]
20
+ - @forge/util@1.4.8-next.2
21
+
3
22
  ## 5.10.6-next.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/runtime",
3
- "version": "5.10.6-next.1",
3
+ "version": "5.10.6",
4
4
  "description": "A Node.js runtime for Atlassian app functions",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -26,7 +26,7 @@
26
26
  "typescript": "4.8.4"
27
27
  },
28
28
  "dependencies": {
29
- "@forge/util": "1.4.8-next.1",
29
+ "@forge/util": "1.4.8",
30
30
  "fp-ts": "^2.16.2",
31
31
  "io-ts": "^2.2.21",
32
32
  "io-ts-reporters": "^2.0.1",