@forge/feature-flags 1.0.6 → 1.0.7-experimental-4a332af

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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @forge/feature-flags
2
2
 
3
+ ## 1.0.7-experimental-4a332af
4
+
5
+ ### Patch Changes
6
+
7
+ - aa757af: Module add
8
+ - Updated dependencies [aa757af]
9
+ - @forge/api@7.2.1-experimental-4a332af
10
+
11
+ ## 1.0.7
12
+
13
+ ### Patch Changes
14
+
15
+ - @forge/api@7.2.1
16
+
17
+ ## 1.0.7-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - @forge/api@7.2.1-next.0
22
+
3
23
  ## 1.0.6
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/feature-flags",
3
- "version": "1.0.6",
3
+ "version": "1.0.7-experimental-4a332af",
4
4
  "description": "Feature Flags Node SDK for Atlassian Forge apps running on Node Runtime",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -15,7 +15,7 @@
15
15
  "@types/node": "20.19.1"
16
16
  },
17
17
  "dependencies": {
18
- "@forge/api": "^7.2.0"
18
+ "@forge/api": "^7.2.1-experimental-4a332af"
19
19
  },
20
20
  "publishConfig": {
21
21
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"