@porsche-design-system/components-vue 3.6.0-rc.0 → 3.6.0-rc.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 +9 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -14,6 +14,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
14
14
 
15
15
  ### [Unreleased]
16
16
 
17
+ ### [3.6.0-rc.1] - 2023-08-24
18
+
19
+ #### Fixed
20
+
21
+ - Bundling format and name of `components-js` entrypoint for Vanilla JS integration
22
+ ([#2745](https://github.com/porsche-design-system/porsche-design-system/pull/2745))
23
+
17
24
  ### [3.6.0-rc.0] - 2023-08-23
18
25
 
19
26
  #### Added
@@ -45,7 +52,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
45
52
  component. ([#2713](https://github.com/porsche-design-system/porsche-design-system/pull/2713))
46
53
  - React/SSR: compatibility with Next.js v13 app router
47
54
  ([#2687](https://github.com/porsche-design-system/porsche-design-system/pull/2687))
48
- - Consistent `package.json` ECMAScript module exports for `components-{js|angular|react|vue}`
55
+ - Consistent `package.json` ECMAScript module exports with `.mjs` and `.cjs` file extensions for
56
+ `components-{js|angular|react|vue}`
49
57
  ([#2739](https://github.com/porsche-design-system/porsche-design-system/pull/2739))
50
58
 
51
59
  ### [3.5.0] - 2023-07-25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-vue",
3
- "version": "3.6.0-rc.0",
3
+ "version": "3.6.0-rc.1",
4
4
  "description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
5
5
  "keywords": [
6
6
  "porsche",
@@ -17,7 +17,7 @@
17
17
  "license": "SEE LICENSE IN LICENSE",
18
18
  "homepage": "https://designsystem.porsche.com",
19
19
  "dependencies": {
20
- "@porsche-design-system/components-js": "3.6.0-rc.0"
20
+ "@porsche-design-system/components-js": "3.6.0-rc.1"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "vue": ">=3.0.0 <4.0.0"