@forge/storage 1.3.1 → 1.3.2-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 +150 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,150 @@
1
+ # @forge/storage
2
+
3
+ ## 1.3.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - c810119: Bumping dependencies via Renovate:
8
+
9
+ - @atlassian/logger-interface
10
+
11
+ - 1508104: Bumping dependencies via Renovate:
12
+
13
+ - @types/cheerio
14
+
15
+ ## 1.3.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 8e2a5a6: Update node-fetch version
20
+
21
+ ## 1.3.1-next.0
22
+
23
+ ### Patch Changes
24
+
25
+ - 8e2a5a6: Update node-fetch version
26
+
27
+ ## 1.3.0
28
+
29
+ ### Minor Changes
30
+
31
+ - 3c3c42b: Updated EAP filter names to be more readable
32
+
33
+ ## 1.3.0-next.0
34
+
35
+ ### Minor Changes
36
+
37
+ - 3c3c42b9: Updated EAP filter names to be more readable
38
+
39
+ ## 1.2.0
40
+
41
+ ### Minor Changes
42
+
43
+ - 21e392d: Added new filters for Early Access Program
44
+
45
+ ## 1.2.0-next.0
46
+
47
+ ### Minor Changes
48
+
49
+ - 21e392d: Added new filters for Early Access Program
50
+
51
+ ## 1.1.0
52
+
53
+ ### Minor Changes
54
+
55
+ - 0d7fe27: Support secret storage API
56
+
57
+ ## 1.1.0-next.0
58
+
59
+ ### Minor Changes
60
+
61
+ - 0d7fe27: Support secret storage API
62
+
63
+ ## 1.0.5
64
+
65
+ ### Patch Changes
66
+
67
+ - 0700578: Fix GraphQL query naming convention
68
+
69
+ ## 1.0.5-next.0
70
+
71
+ ### Patch Changes
72
+
73
+ - 0700578: Fix GraphQL query naming convention
74
+
75
+ ## 1.0.4
76
+
77
+ ### Patch Changes
78
+
79
+ - 5ff60ec: FRGE-273 Remove engines for storage and resolver
80
+
81
+ ## 1.0.4-next.0
82
+
83
+ ### Patch Changes
84
+
85
+ - 5ff60ec: FRGE-273 Remove engines for storage and resolver
86
+
87
+ ## 1.0.3
88
+
89
+ ### Patch Changes
90
+
91
+ - 9b496aa: Fixed parsing of response for cleanup functions
92
+
93
+ ## 1.0.3-next.0
94
+
95
+ ### Patch Changes
96
+
97
+ - 9b496aa: Fixed parsing of response for cleanup functions
98
+
99
+ ## 1.0.2
100
+
101
+ ### Patch Changes
102
+
103
+ - c7c6de2: Support larger list queries for GDPR purposes
104
+
105
+ ## 1.0.2-next.0
106
+
107
+ ### Patch Changes
108
+
109
+ - c7c6de2: Support larger list queries for GDPR purposes
110
+
111
+ ## 1.0.1
112
+
113
+ ### Patch Changes
114
+
115
+ - c0e9085: Improve README
116
+
117
+ ## 1.0.1-next.0
118
+
119
+ ### Patch Changes
120
+
121
+ - c0e9085: Improve README
122
+
123
+ ## 1.0.0
124
+
125
+ ### Major Changes
126
+
127
+ - 1daf2c5: Forge packages to 1.0.0 for upcoming platform GA 🎉
128
+
129
+ ## 1.0.0-next.0
130
+
131
+ ### Major Changes
132
+
133
+ - 1daf2c5: Forge is now generally available 🎉
134
+
135
+ ## 0.0.2
136
+
137
+ ### Patch Changes
138
+
139
+ - 843a703: Add forge-storage library
140
+
141
+ ## 0.0.2-next.0
142
+
143
+ ### Patch Changes
144
+
145
+ - 843a703: Add forge-storage library
146
+
147
+ ## 0.0.1
148
+
149
+ - First release
150
+ - Refactored from `forge-api` package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/storage",
3
- "version": "1.3.1",
3
+ "version": "1.3.2-next.0",
4
4
  "description": "Forge Storage methods",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",