@@ -7,73 +7,93 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Fixed
11
+
12
+ - handle OPTIONS request for CORS
13
+
10
14
## [ 4.0.4] - 2023-11-03
11
15
12
16
### Fixed
13
- - CI publishing pipeline
17
+
18
+ - CI publishing pipeline
14
19
15
20
## [ 4.0.0] - 2023-10-30
16
21
17
22
### Removed
18
- - Websocket-based debugger tunnel;
23
+
24
+ - Websocket-based debugger tunnel;
19
25
20
26
### Changed
21
- - Update
` recommendedEdition ` in
` edition.ts to ` [email protected] `
27
+
28
+ - Update
` recommendedEdition ` in
` edition.ts to ` < [email protected] > `
22
29
23
30
## [ 3.0.0] - 2021-10-20
24
31
25
- - Release major 3.x as stable.
32
+ - Release major 3.x as stable.
26
33
27
34
## [ 3.8.1-beta] - 2021-10-07
28
35
29
36
### Changed
30
- - Undo a remotion of a condition in ManifestUtil for OCLIF_COMPILATION
37
+
38
+ - Undo a remotion of a condition in ManifestUtil for OCLIF_COMPILATION
31
39
32
40
## [ 3.8.0-beta] - 2021-06-09
33
41
34
42
### Removed
43
+
35
44
- App purchases and all code related to it
36
45
37
46
## [ 3.7.3-beta] - 2021-05-31
38
47
39
48
### Changed
40
- - Update @vtex/cli-plugin-plugins to ^1.13.2
49
+
50
+ - Update @vtex/cli-plugin-plugins to ^1.13.2
41
51
42
52
## [ 3.7.2-beta] - 2021-05-10
43
53
44
54
### Changed
45
- - Use templates as remote configs instead of hardcoded strings.
55
+
56
+ - Use templates as remote configs instead of hardcoded strings.
46
57
47
58
## [ 3.7.1-beta] - 2021-05-07
48
59
49
60
### Fixed
50
- - Fix typo in version update message
61
+
62
+ - Fix typo in version update message
51
63
52
64
## [ 3.7.0-beta] - 2021-05-03
53
65
54
66
### Changed
55
- - Update @vtex/cli-plugin-plugins
67
+
68
+ - Update @vtex/cli-plugin-plugins
56
69
57
70
## [ 3.6.1-beta] - 2021-04-22
58
- - Fix ` set edition ` command to handle prompt cancellations
59
- - Add check on ` set edition ` command to install tenant-provisioner app in sponsor account
71
+
72
+ - Fix ` set edition ` command to handle prompt cancellations
73
+ - Add check on ` set edition ` command to install tenant-provisioner app in sponsor account
60
74
61
75
## [ 3.6.0-beta] - 2021-04-13
62
76
63
77
### Added
78
+
64
79
- [ vtex init] Service worker example to list of templates
65
80
66
81
## [ 3.5.2-beta] - 2021-04-09
67
82
68
83
### Fixed
84
+
69
85
- [ install] Treat ` InstallStatus ` as a variable not as a type
86
+
70
87
### Changed
88
+
71
89
- [ autoupdate] Update to version 0.0.2
72
90
73
91
## [ 3.5.1-beta] - 2021-04-01
74
92
75
93
### Fixed
94
+
76
95
- [ hook] Change imports from node_modules to package name
96
+
77
97
## [ 3.5.0-beta] - 2021-04-01
78
98
79
99
### Changed
@@ -85,6 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85
105
### Changed
86
106
87
107
-[ Messages] Update Plugins / Default commands message UX
108
+
88
109
## [ 3.3.4-beta] - 2021-03-29
89
110
90
111
### Fixed
@@ -2104,13 +2125,13 @@ I know you're excited, yeah, gimme a hug homie <3
2104
2125
2105
2126
** TL;DR:** You don't need to type the sandbox name on ` watch ` or set the cookies anymore.
2106
2127
2107
- # !!!
2128
+ #
2108
2129
2109
2130
** First big important note:** If you have any credentials cached, please ` logout ` and ` login ` again.
2110
2131
2111
2132
** Second big important note:** Delete the previous ` vtex_workspace ` and ` vtex_sandbox ` cookies that you have setted before.
2112
2133
2113
- # !!!
2134
+ #
2114
2135
2115
2136
- [ ` #58 ` ] ( https://github.com/vtex/toolbelt/issues/58 )
2116
2137
- [ ` #48 ` ] ( https://github.com/vtex/toolbelt/issues/48 ) (closed due to deprecation)
0 commit comments