@forge/storage 1.3.1 → 1.3.2-next.1

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