@sanity/vercel-protection-bypass 4.0.6 → 5.0.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.
- package/package.json +16 -17
- package/CHANGELOG.md +0 -329
package/package.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/vercel-protection-bypass",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
|
+
"keywords": [
|
|
5
|
+
"sanity",
|
|
6
|
+
"sanity-plugin",
|
|
7
|
+
"studio",
|
|
8
|
+
"vercel"
|
|
9
|
+
],
|
|
4
10
|
"homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/%40sanity/vercel-protection-bypass#readme",
|
|
5
11
|
"bugs": {
|
|
6
12
|
"url": "https://github.com/sanity-io/plugins/issues"
|
|
@@ -10,14 +16,8 @@
|
|
|
10
16
|
"url": "git+ssh://git@github.com/sanity-io/plugins.git",
|
|
11
17
|
"directory": "plugins/@sanity/vercel-protection-bypass"
|
|
12
18
|
},
|
|
13
|
-
"keywords": [
|
|
14
|
-
"sanity",
|
|
15
|
-
"studio",
|
|
16
|
-
"sanity-plugin",
|
|
17
|
-
"vercel"
|
|
18
|
-
],
|
|
19
|
-
"license": "MIT",
|
|
20
19
|
"author": "Sanity.io <hello@sanity.io>",
|
|
20
|
+
"license": "MIT",
|
|
21
21
|
"type": "module",
|
|
22
22
|
"exports": {
|
|
23
23
|
".": "./dist/index.js",
|
|
@@ -25,8 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"types": "./dist/index.d.ts",
|
|
27
27
|
"files": [
|
|
28
|
-
"dist"
|
|
29
|
-
"CHANGELOG.md"
|
|
28
|
+
"dist"
|
|
30
29
|
],
|
|
31
30
|
"dependencies": {
|
|
32
31
|
"@sanity/icons": "^3.7.4",
|
|
@@ -35,21 +34,21 @@
|
|
|
35
34
|
},
|
|
36
35
|
"devDependencies": {
|
|
37
36
|
"@sanity/client": "7.13.2",
|
|
38
|
-
"@sanity/pkg-utils": "^10.1
|
|
37
|
+
"@sanity/pkg-utils": "^10.2.1",
|
|
39
38
|
"@types/react": "^19.2.7",
|
|
40
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
39
|
+
"@typescript/native-preview": "7.0.0-dev.20251216.1",
|
|
41
40
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
42
|
-
"eslint": "^9.39.
|
|
43
|
-
"react": "^19.2.
|
|
44
|
-
"sanity": "^
|
|
41
|
+
"eslint": "^9.39.2",
|
|
42
|
+
"react": "^19.2.3",
|
|
43
|
+
"sanity": "^5.0.0",
|
|
45
44
|
"typescript": "5.9.3",
|
|
46
|
-
"@repo/eslint-config": "0.0.
|
|
45
|
+
"@repo/eslint-config": "0.0.7",
|
|
47
46
|
"@repo/package.config": "0.0.0",
|
|
48
47
|
"@repo/tsconfig": "1.0.0"
|
|
49
48
|
},
|
|
50
49
|
"peerDependencies": {
|
|
51
50
|
"react": "^19.2",
|
|
52
|
-
"sanity": "^
|
|
51
|
+
"sanity": "^5.0.0-0"
|
|
53
52
|
},
|
|
54
53
|
"engines": {
|
|
55
54
|
"node": ">=20.19 <22 || >=22.12"
|
package/CHANGELOG.md
DELETED
|
@@ -1,329 +0,0 @@
|
|
|
1
|
-
# @sanity/vercel-protection-bypass
|
|
2
|
-
|
|
3
|
-
## 4.0.6
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- [`7074855`](https://github.com/sanity-io/plugins/commit/7074855ecf139da7d7952963a12589a8f464bd0f) Thanks [@stipsan](https://github.com/stipsan)! - Fix linter issues
|
|
8
|
-
|
|
9
|
-
## 4.0.5
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- [`69a8d2f`](https://github.com/sanity-io/plugins/commit/69a8d2f8ce1e8f5b342e7066dbc79a20b6687abe) Thanks [@stipsan](https://github.com/stipsan)! - Declare support for Studio v5
|
|
14
|
-
|
|
15
|
-
## 4.0.4
|
|
16
|
-
|
|
17
|
-
### Patch Changes
|
|
18
|
-
|
|
19
|
-
- [#130](https://github.com/sanity-io/plugins/pull/130) [`4399a30`](https://github.com/sanity-io/plugins/commit/4399a3093607d330942791e2f23981906cb8b56d) Thanks [@stipsan](https://github.com/stipsan)! - Improve quality of generated dts
|
|
20
|
-
|
|
21
|
-
## 4.0.3
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- [#81](https://github.com/sanity-io/plugins/pull/81) [`33d90c3`](https://github.com/sanity-io/plugins/commit/33d90c3af0732b0b8e890cc87e12ab6a95b818b5) Thanks [@stipsan](https://github.com/stipsan)! - Improve react lazy loading
|
|
26
|
-
|
|
27
|
-
## 4.0.2
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- [#30](https://github.com/sanity-io/plugins/pull/30) [`5307c0d`](https://github.com/sanity-io/plugins/commit/5307c0d3add079e5e8a16defbfac7016a84784f6) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): Update dependency @sanity/preview-url-secret to v3
|
|
32
|
-
|
|
33
|
-
## 4.0.1
|
|
34
|
-
|
|
35
|
-
### Patch Changes
|
|
36
|
-
|
|
37
|
-
- [`c934098`](https://github.com/sanity-io/plugins/commit/c9340986f5af78de17e1277a7362b2d18cd59537) Thanks [@stipsan](https://github.com/stipsan)! - Target React 19 in React Compiler
|
|
38
|
-
|
|
39
|
-
## 4.0.0
|
|
40
|
-
|
|
41
|
-
### Major Changes
|
|
42
|
-
|
|
43
|
-
- [#26](https://github.com/sanity-io/plugins/pull/26) [`32fb288`](https://github.com/sanity-io/plugins/commit/32fb28823efb7b99b8c884dca475ab16fef4883a) Thanks [@stipsan](https://github.com/stipsan)! - Require React 19.2 or later
|
|
44
|
-
|
|
45
|
-
- [#26](https://github.com/sanity-io/plugins/pull/26) [`32fb288`](https://github.com/sanity-io/plugins/commit/32fb28823efb7b99b8c884dca475ab16fef4883a) Thanks [@stipsan](https://github.com/stipsan)! - Require Sanity Studio v4
|
|
46
|
-
|
|
47
|
-
## 3.1.0
|
|
48
|
-
|
|
49
|
-
### Minor Changes
|
|
50
|
-
|
|
51
|
-
- [`d090d93`](https://github.com/sanity-io/plugins/commit/d090d939e29a2aa46ccf1e1f18a63eb383630bdd) Thanks [@stipsan](https://github.com/stipsan)! - Add schema type for debugging
|
|
52
|
-
|
|
53
|
-
### Patch Changes
|
|
54
|
-
|
|
55
|
-
- [`4f82b31`](https://github.com/sanity-io/plugins/commit/4f82b3120b3006821a74f444589ac3e752475c4e) Thanks [@stipsan](https://github.com/stipsan)! - Stop publishing src folder to npm
|
|
56
|
-
|
|
57
|
-
## 3.0.0
|
|
58
|
-
|
|
59
|
-
### Major Changes
|
|
60
|
-
|
|
61
|
-
- [#11](https://github.com/sanity-io/plugins/pull/11) [`d2283b2`](https://github.com/sanity-io/plugins/commit/d2283b2cb214f8c3478e986f0afa06180343dd35) Thanks [@stipsan](https://github.com/stipsan)! - Set node engines to minimum v22.12 in addition to the existing required v20.19 or later
|
|
62
|
-
|
|
63
|
-
- [#11](https://github.com/sanity-io/plugins/pull/11) [`d2283b2`](https://github.com/sanity-io/plugins/commit/d2283b2cb214f8c3478e986f0afa06180343dd35) Thanks [@stipsan](https://github.com/stipsan)! - Remove CJS, this package is now ESM-only
|
|
64
|
-
|
|
65
|
-
### Patch Changes
|
|
66
|
-
|
|
67
|
-
- [#8](https://github.com/sanity-io/plugins/pull/8) [`17e4495`](https://github.com/sanity-io/plugins/commit/17e44959f157bf6b7239db06f19aec31265d7ca9) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): Update dependency @sanity/preview-url-secret to ^2.1.16
|
|
68
|
-
|
|
69
|
-
- [`2bda9e1`](https://github.com/sanity-io/plugins/commit/2bda9e147d8bf98b59c83b12b994f821262b7689) Thanks [@stipsan](https://github.com/stipsan)! - Reduce reliance on `@sanity/preview-url-secret`
|
|
70
|
-
|
|
71
|
-
## 2.1.1
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- [#3](https://github.com/sanity-io/plugins/pull/3) [`0c47c28`](https://github.com/sanity-io/plugins/commit/0c47c28f5709863712d92f4fcfd24ae7dac8b468) Thanks [@stipsan](https://github.com/stipsan)! - Setup npm Trusted Publishing
|
|
76
|
-
|
|
77
|
-
## [2.1.0](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v2.0.2...vercel-protection-bypass-v2.1.0) (2025-10-15)
|
|
78
|
-
|
|
79
|
-
### Features
|
|
80
|
-
|
|
81
|
-
- upgrade to react compiler v1 ([#3255](https://github.com/sanity-io/visual-editing/issues/3255)) ([89565e6](https://github.com/sanity-io/visual-editing/commit/89565e6304d710f5970630a0e40519998725d31e))
|
|
82
|
-
|
|
83
|
-
## [2.0.2](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v2.0.1...vercel-protection-bypass-v2.0.2) (2025-09-09)
|
|
84
|
-
|
|
85
|
-
### Dependencies
|
|
86
|
-
|
|
87
|
-
- The following workspace dependencies were updated
|
|
88
|
-
- dependencies
|
|
89
|
-
- @sanity/preview-url-secret bumped to 2.1.15
|
|
90
|
-
|
|
91
|
-
## [2.0.1](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v2.0.0...vercel-protection-bypass-v2.0.1) (2025-09-05)
|
|
92
|
-
|
|
93
|
-
### Bug Fixes
|
|
94
|
-
|
|
95
|
-
- use stable react, next and sanity peer dep ranges ([e58d995](https://github.com/sanity-io/visual-editing/commit/e58d995d57beba1e74f9ec7a2c15831c5cc04446))
|
|
96
|
-
|
|
97
|
-
## [2.0.0](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.26...vercel-protection-bypass-v2.0.0) (2025-07-24)
|
|
98
|
-
|
|
99
|
-
### ⚠ BREAKING CHANGES
|
|
100
|
-
|
|
101
|
-
- **deps:** update dependency @sanity/ui to v3 (main) ([#3150](https://github.com/sanity-io/visual-editing/issues/3150))
|
|
102
|
-
|
|
103
|
-
### Bug Fixes
|
|
104
|
-
|
|
105
|
-
- **deps:** update dependency @sanity/ui to v3 (main) ([#3150](https://github.com/sanity-io/visual-editing/issues/3150)) ([6da470d](https://github.com/sanity-io/visual-editing/commit/6da470daa1591521a7b091b817fb5e39d6f4b562))
|
|
106
|
-
|
|
107
|
-
## [1.0.26](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.25...vercel-protection-bypass-v1.0.26) (2025-07-21)
|
|
108
|
-
|
|
109
|
-
### Bug Fixes
|
|
110
|
-
|
|
111
|
-
- **deps:** update dependency @sanity/pkg-utils to v7 ([#3125](https://github.com/sanity-io/visual-editing/issues/3125)) ([58d123b](https://github.com/sanity-io/visual-editing/commit/58d123bace5c58f634f239bea88e1d975ec5c963))
|
|
112
|
-
|
|
113
|
-
### Dependencies
|
|
114
|
-
|
|
115
|
-
- The following workspace dependencies were updated
|
|
116
|
-
- dependencies
|
|
117
|
-
- @sanity/preview-url-secret bumped to 2.1.14
|
|
118
|
-
|
|
119
|
-
## [1.0.25](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.24...vercel-protection-bypass-v1.0.25) (2025-07-17)
|
|
120
|
-
|
|
121
|
-
### Dependencies
|
|
122
|
-
|
|
123
|
-
- The following workspace dependencies were updated
|
|
124
|
-
- dependencies
|
|
125
|
-
- @sanity/preview-url-secret bumped to 2.1.13
|
|
126
|
-
|
|
127
|
-
## [1.0.24](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.23...vercel-protection-bypass-v1.0.24) (2025-07-10)
|
|
128
|
-
|
|
129
|
-
### Bug Fixes
|
|
130
|
-
|
|
131
|
-
- allow sanity v4 in deps range ([d6d1e64](https://github.com/sanity-io/visual-editing/commit/d6d1e6453319f521945ffa7525164d911d5964bf))
|
|
132
|
-
|
|
133
|
-
### Dependencies
|
|
134
|
-
|
|
135
|
-
- The following workspace dependencies were updated
|
|
136
|
-
- dependencies
|
|
137
|
-
- @sanity/preview-url-secret bumped to 2.1.12
|
|
138
|
-
|
|
139
|
-
## [1.0.23](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.22...vercel-protection-bypass-v1.0.23) (2025-05-29)
|
|
140
|
-
|
|
141
|
-
### Bug Fixes
|
|
142
|
-
|
|
143
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2994](https://github.com/sanity-io/visual-editing/issues/2994)) ([0388fb0](https://github.com/sanity-io/visual-editing/commit/0388fb0bb9ea6f4fa3686c65d51029aa68104954))
|
|
144
|
-
|
|
145
|
-
## [1.0.22](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.21...vercel-protection-bypass-v1.0.22) (2025-05-07)
|
|
146
|
-
|
|
147
|
-
### Dependencies
|
|
148
|
-
|
|
149
|
-
- The following workspace dependencies were updated
|
|
150
|
-
- dependencies
|
|
151
|
-
- @sanity/preview-url-secret bumped to 2.1.11
|
|
152
|
-
|
|
153
|
-
## [1.0.21](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.20...vercel-protection-bypass-v1.0.21) (2025-04-30)
|
|
154
|
-
|
|
155
|
-
### Dependencies
|
|
156
|
-
|
|
157
|
-
- The following workspace dependencies were updated
|
|
158
|
-
- dependencies
|
|
159
|
-
- @sanity/preview-url-secret bumped to 2.1.10
|
|
160
|
-
|
|
161
|
-
## [1.0.20](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.19...vercel-protection-bypass-v1.0.20) (2025-04-30)
|
|
162
|
-
|
|
163
|
-
### Bug Fixes
|
|
164
|
-
|
|
165
|
-
- **deps:** upgrade to react compiler RC ([29a886b](https://github.com/sanity-io/visual-editing/commit/29a886b6ff0b498379d6931ad154976f4bcfad29))
|
|
166
|
-
|
|
167
|
-
### Dependencies
|
|
168
|
-
|
|
169
|
-
- The following workspace dependencies were updated
|
|
170
|
-
- dependencies
|
|
171
|
-
- @sanity/preview-url-secret bumped to 2.1.9
|
|
172
|
-
|
|
173
|
-
## [1.0.19](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.18...vercel-protection-bypass-v1.0.19) (2025-04-11)
|
|
174
|
-
|
|
175
|
-
### Bug Fixes
|
|
176
|
-
|
|
177
|
-
- **deps:** update dependency @sanity/client to ^6.29.0 ([2a8ff1e](https://github.com/sanity-io/visual-editing/commit/2a8ff1e9369b8a27bb3c122d5f5f9046be43c5a1))
|
|
178
|
-
|
|
179
|
-
### Dependencies
|
|
180
|
-
|
|
181
|
-
- The following workspace dependencies were updated
|
|
182
|
-
- dependencies
|
|
183
|
-
- @sanity/preview-url-secret bumped to 2.1.8
|
|
184
|
-
|
|
185
|
-
## [1.0.18](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.17...vercel-protection-bypass-v1.0.18) (2025-04-10)
|
|
186
|
-
|
|
187
|
-
### Bug Fixes
|
|
188
|
-
|
|
189
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2897](https://github.com/sanity-io/visual-editing/issues/2897)) ([5c72b41](https://github.com/sanity-io/visual-editing/commit/5c72b41985886c0459230a3b3762a469073ef5f9))
|
|
190
|
-
|
|
191
|
-
## [1.0.17](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.16...vercel-protection-bypass-v1.0.17) (2025-04-01)
|
|
192
|
-
|
|
193
|
-
### Bug Fixes
|
|
194
|
-
|
|
195
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2878](https://github.com/sanity-io/visual-editing/issues/2878)) ([664abd9](https://github.com/sanity-io/visual-editing/commit/664abd900471eefa9b2c71163efb36909db1aa71))
|
|
196
|
-
|
|
197
|
-
### Dependencies
|
|
198
|
-
|
|
199
|
-
- The following workspace dependencies were updated
|
|
200
|
-
- dependencies
|
|
201
|
-
- @sanity/preview-url-secret bumped to 2.1.7
|
|
202
|
-
|
|
203
|
-
## [1.0.16](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.15...vercel-protection-bypass-v1.0.16) (2025-03-24)
|
|
204
|
-
|
|
205
|
-
### Bug Fixes
|
|
206
|
-
|
|
207
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2856](https://github.com/sanity-io/visual-editing/issues/2856)) ([5d1e4bb](https://github.com/sanity-io/visual-editing/commit/5d1e4bbc6e7691873f8902a63fe2f586f9f87193))
|
|
208
|
-
|
|
209
|
-
## [1.0.15](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.14...vercel-protection-bypass-v1.0.15) (2025-03-17)
|
|
210
|
-
|
|
211
|
-
### Bug Fixes
|
|
212
|
-
|
|
213
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2827](https://github.com/sanity-io/visual-editing/issues/2827)) ([a72e9b8](https://github.com/sanity-io/visual-editing/commit/a72e9b8fb63420ea95038b93ab4315e836255860))
|
|
214
|
-
|
|
215
|
-
## [1.0.14](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.13...vercel-protection-bypass-v1.0.14) (2025-03-12)
|
|
216
|
-
|
|
217
|
-
### Bug Fixes
|
|
218
|
-
|
|
219
|
-
- **deps:** update React Compiler dependencies 🤖 ✨ ([#2800](https://github.com/sanity-io/visual-editing/issues/2800)) ([371b821](https://github.com/sanity-io/visual-editing/commit/371b821a2dcf0d31f6521e7a67c58586c658861b))
|
|
220
|
-
|
|
221
|
-
### Dependencies
|
|
222
|
-
|
|
223
|
-
- The following workspace dependencies were updated
|
|
224
|
-
- dependencies
|
|
225
|
-
- @sanity/preview-url-secret bumped to 2.1.6
|
|
226
|
-
|
|
227
|
-
## [1.0.13](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.12...vercel-protection-bypass-v1.0.13) (2025-03-03)
|
|
228
|
-
|
|
229
|
-
### Bug Fixes
|
|
230
|
-
|
|
231
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2774](https://github.com/sanity-io/visual-editing/issues/2774)) ([3fed1f2](https://github.com/sanity-io/visual-editing/commit/3fed1f28be50a96ab84a9b38fe09129dcfd35120))
|
|
232
|
-
|
|
233
|
-
### Dependencies
|
|
234
|
-
|
|
235
|
-
- The following workspace dependencies were updated
|
|
236
|
-
- dependencies
|
|
237
|
-
- @sanity/preview-url-secret bumped to 2.1.5
|
|
238
|
-
|
|
239
|
-
## [1.0.12](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.11...vercel-protection-bypass-v1.0.12) (2025-02-24)
|
|
240
|
-
|
|
241
|
-
### Bug Fixes
|
|
242
|
-
|
|
243
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2745](https://github.com/sanity-io/visual-editing/issues/2745)) ([c185f58](https://github.com/sanity-io/visual-editing/commit/c185f580b323fc168c42ea625d0b7e638d47a6be))
|
|
244
|
-
|
|
245
|
-
## [1.0.11](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.10...vercel-protection-bypass-v1.0.11) (2025-02-17)
|
|
246
|
-
|
|
247
|
-
### Bug Fixes
|
|
248
|
-
|
|
249
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2694](https://github.com/sanity-io/visual-editing/issues/2694)) ([b80c478](https://github.com/sanity-io/visual-editing/commit/b80c478c7e88d45bf730f67f01cb0bbbe3a70aba))
|
|
250
|
-
|
|
251
|
-
## [1.0.10](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.9...vercel-protection-bypass-v1.0.10) (2025-02-10)
|
|
252
|
-
|
|
253
|
-
### Bug Fixes
|
|
254
|
-
|
|
255
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2651](https://github.com/sanity-io/visual-editing/issues/2651)) ([0692000](https://github.com/sanity-io/visual-editing/commit/069200095a0e0616b9f81c1b20c937e99ad4d8ad))
|
|
256
|
-
|
|
257
|
-
## [1.0.9](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.8...vercel-protection-bypass-v1.0.9) (2025-02-04)
|
|
258
|
-
|
|
259
|
-
### Bug Fixes
|
|
260
|
-
|
|
261
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2604](https://github.com/sanity-io/visual-editing/issues/2604)) ([60f5349](https://github.com/sanity-io/visual-editing/commit/60f534928cca0aaf1bf429f13cc56c5658fa9219))
|
|
262
|
-
|
|
263
|
-
## [1.0.8](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.7...vercel-protection-bypass-v1.0.8) (2025-01-28)
|
|
264
|
-
|
|
265
|
-
### Dependencies
|
|
266
|
-
|
|
267
|
-
- The following workspace dependencies were updated
|
|
268
|
-
- dependencies
|
|
269
|
-
- @sanity/preview-url-secret bumped to 2.1.4
|
|
270
|
-
|
|
271
|
-
## [1.0.7](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.6...vercel-protection-bypass-v1.0.7) (2025-01-27)
|
|
272
|
-
|
|
273
|
-
### Bug Fixes
|
|
274
|
-
|
|
275
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2565](https://github.com/sanity-io/visual-editing/issues/2565)) ([74fdcdd](https://github.com/sanity-io/visual-editing/commit/74fdcddacb7ef02748cf729b67c6cdbb4c3647e2))
|
|
276
|
-
|
|
277
|
-
## [1.0.6](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.5...vercel-protection-bypass-v1.0.6) (2025-01-23)
|
|
278
|
-
|
|
279
|
-
### Dependencies
|
|
280
|
-
|
|
281
|
-
- The following workspace dependencies were updated
|
|
282
|
-
- dependencies
|
|
283
|
-
- @sanity/preview-url-secret bumped to 2.1.3
|
|
284
|
-
|
|
285
|
-
## [1.0.5](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.4...vercel-protection-bypass-v1.0.5) (2025-01-22)
|
|
286
|
-
|
|
287
|
-
### Dependencies
|
|
288
|
-
|
|
289
|
-
- The following workspace dependencies were updated
|
|
290
|
-
- dependencies
|
|
291
|
-
- @sanity/preview-url-secret bumped to 2.1.2
|
|
292
|
-
|
|
293
|
-
## [1.0.4](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.3...vercel-protection-bypass-v1.0.4) (2025-01-22)
|
|
294
|
-
|
|
295
|
-
### Dependencies
|
|
296
|
-
|
|
297
|
-
- The following workspace dependencies were updated
|
|
298
|
-
- dependencies
|
|
299
|
-
- @sanity/preview-url-secret bumped to 2.1.1
|
|
300
|
-
|
|
301
|
-
## [1.0.3](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.2...vercel-protection-bypass-v1.0.3) (2025-01-21)
|
|
302
|
-
|
|
303
|
-
### Bug Fixes
|
|
304
|
-
|
|
305
|
-
- **deps:** update dependency @sanity/ui to v2.11.4 ([#2533](https://github.com/sanity-io/visual-editing/issues/2533)) ([800f6fd](https://github.com/sanity-io/visual-editing/commit/800f6fd468dfe79e6db0cb76cfa38e02d2af85df))
|
|
306
|
-
|
|
307
|
-
## [1.0.2](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.1...vercel-protection-bypass-v1.0.2) (2025-01-20)
|
|
308
|
-
|
|
309
|
-
### Bug Fixes
|
|
310
|
-
|
|
311
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2529](https://github.com/sanity-io/visual-editing/issues/2529)) ([72897c6](https://github.com/sanity-io/visual-editing/commit/72897c6ee5529611788d39626f7bb7329a47a9a5))
|
|
312
|
-
|
|
313
|
-
## [1.0.1](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.0...vercel-protection-bypass-v1.0.1) (2025-01-13)
|
|
314
|
-
|
|
315
|
-
### Bug Fixes
|
|
316
|
-
|
|
317
|
-
- **deps:** update react compiler dependencies 🤖 ✨ ([#2483](https://github.com/sanity-io/visual-editing/issues/2483)) ([e059b2e](https://github.com/sanity-io/visual-editing/commit/e059b2ee1461c519b1cc042382762b9a060cd103))
|
|
318
|
-
|
|
319
|
-
## 1.0.0 (2025-01-10)
|
|
320
|
-
|
|
321
|
-
### Features
|
|
322
|
-
|
|
323
|
-
- add Vercel Protection Bypass tool ([#2479](https://github.com/sanity-io/visual-editing/issues/2479)) ([7e58143](https://github.com/sanity-io/visual-editing/commit/7e58143e3f70751dbd424641045b218d7e9085b4))
|
|
324
|
-
|
|
325
|
-
### Dependencies
|
|
326
|
-
|
|
327
|
-
- The following workspace dependencies were updated
|
|
328
|
-
- dependencies
|
|
329
|
-
- @sanity/preview-url-secret bumped to 2.1.0
|