@forge/resolver 1.6.10-next.2-experimental-1aaebb0 → 1.6.11-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 +10 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # @forge/resolver
2
2
 
3
- ## 1.6.10-next.2-experimental-1aaebb0
3
+ ## 1.6.11-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 984c454: Forcing patch bump to update internal registry
8
+ - Updated dependencies [984c454]
9
+ - @forge/api@5.2.1-next.0
10
+
11
+ ## 1.6.10
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - 4c38eba: Update README to include link to changelog
8
16
  - Updated dependencies [04ab98e]
9
- - @forge/api@5.2.0-next.1-experimental-1aaebb0
17
+ - @forge/api@5.2.0
10
18
 
11
19
  ## 1.6.10-next.2
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/resolver",
3
- "version": "1.6.10-next.2-experimental-1aaebb0",
3
+ "version": "1.6.11-next.0",
4
4
  "description": "Forge function resolver",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -12,7 +12,7 @@
12
12
  "compile": "tsc -b -v"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/api": "5.2.0-next.1-experimental-1aaebb0"
15
+ "@forge/api": "5.2.1-next.0"
16
16
  },
17
17
  "publishConfig": {
18
18
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"