@vtex/faststore-plugin-buyer-portal 1.3.33 → 1.3.34

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.
@@ -0,0 +1,12 @@
1
+ apiVersion: backstage.io/v1alpha1
2
+ kind: Component
3
+ metadata:
4
+ name: organization-account
5
+ annotations:
6
+ github.com/project-slug: vtex/faststore-plugin-buyer-portal
7
+ backstage.io/techdocs-ref: dir:../
8
+ spec:
9
+ type: frontend-ui
10
+ lifecycle: stable
11
+ owner: te-0010
12
+ dependsOn: []
@@ -0,0 +1,17 @@
1
+ - name: organization-account
2
+ acronym: organization-account
3
+ description: Deploy organization-account application
4
+ build:
5
+ provider: dkcicd
6
+ pipelines:
7
+ - name: techdocs-v1
8
+ parameters:
9
+ entityReference: default/component/organization-account
10
+ indexFile: README.md
11
+ sourceDir: ./
12
+ path:
13
+ - "docs/*"
14
+ when:
15
+ - event: push
16
+ source: branch
17
+ regex: main
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.3.34] - 2025-12-01
11
+
12
+ ### Added
13
+
14
+ - Add DK Docs
15
+
10
16
  ## [1.3.33] - 2025-11-25
11
17
 
12
18
  ### Changed
@@ -74,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
74
80
  - Added CSS rules to apply max-width of 960px for large-sized drawers
75
81
  - Updated existing drawer components to explicitly specify `size="large"`
76
82
  - Improved drawer sizing consistency across the application
77
-
83
+
78
84
  ## [1.3.24] - 2025-11-25
79
85
 
80
86
  ### Added
@@ -170,6 +176,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170
176
  ## [1.3.9] - 2025-10-21
171
177
 
172
178
  ### Added
179
+
173
180
  - Add Changelog entry check on actions
174
181
 
175
182
  ## [1.3.8] - 2025-10-17
@@ -314,7 +321,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
314
321
  - Add CHANGELOG file
315
322
  - Add README file
316
323
 
317
- [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.33...HEAD
324
+ [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.34...HEAD
318
325
  [1.2.3]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.2.2...1.2.3
319
326
  [1.2.3]: https://github.com/vtex/faststore-plugin-buyer-portal/releases/tag/1.2.3
320
327
  [1.2.4]: https://github.com/vtex/faststore-plugin-buyer-portal/releases/tag/1.2.4
@@ -329,6 +336,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
329
336
 
330
337
  # <<<<<<< HEAD
331
338
 
339
+ [1.3.34]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.33...v1.3.34
332
340
  [1.3.33]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.32...v1.3.33
333
341
  [1.3.32]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.31...v1.3.32
334
342
  [1.3.31]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.30...v1.3.31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtex/faststore-plugin-buyer-portal",
3
- "version": "1.3.33",
3
+ "version": "1.3.34",
4
4
  "description": "A plugin for faststore with buyer portal",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -13,4 +13,4 @@ export const LOCAL_STORAGE_LOCATION_EDIT_KEY = "bp_hide_edit_location_confirm";
13
13
  export const LOCAL_STORAGE_RECIPIENT_EDIT_KEY =
14
14
  "bp_hide_edit_recipient_confirm";
15
15
 
16
- export const CURRENT_VERSION = "1.3.33";
16
+ export const CURRENT_VERSION = "1.3.34";
File without changes