@webflow/webflow-cli 1.15.0-next.0 → 1.15.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - cb3c6c9: Fix missing cms:read / cms:write OAuth scopes. Users authenticating via `webflow auth login` were getting 403 errors on all CMS commands due to these scopes being absent from the OAuth token request.
8
+
9
+ ## 1.15.0
10
+
11
+ ### Minor Changes
12
+
13
+ - a67771c: Add `webflow cms` command group for full CMS CRUD via the Webflow API. Commands: `cms collections list/get/create`, `cms fields create`, `cms items list/get/create/update/delete/publish`.
14
+
15
+ ### Patch Changes
16
+
17
+ - 5b89ddf: Add `webflow devlink import` as an alias for `webflow library share`.
18
+ - Updated dependencies [ddda3b7]
19
+ - @webflow/data-types@1.3.0
20
+
3
21
  ## 1.14.0
4
22
 
5
23
  ### Minor Changes