@porsche-design-system/components-vue 3.1.0-rc.2 → 3.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,14 +1,22 @@
1
1
  # Changelog
2
2
 
3
- ## Porsche Design System - Components
3
+ ## Porsche Design System
4
4
 
5
- All notable changes to this project will be documented in this file.
5
+
6
+ All notable changes to this project will be documented in this file and published as following npm packages:
7
+
8
+ * `@porsche-design-system/components-js`
9
+ * `@porsche-design-system/components-angular`
10
+ * `@porsche-design-system/components-react`
11
+ * `@porsche-design-system/components-vue`
6
12
 
7
13
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
8
14
  [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
15
 
10
16
  ### [Unreleased]
11
17
 
18
+ ### [3.1.0] - 2023-06-09
19
+
12
20
  ### [3.1.0-rc.2] - 2023-06-09
13
21
 
14
22
  #### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-vue",
3
- "version": "3.1.0-rc.2",
3
+ "version": "3.1.0",
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.1.0-rc.2"
20
+ "@porsche-design-system/components-js": "3.1.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "vue": ">=3.0.0 <4.0.0"