@empathyco/x-components 3.0.0-alpha.419 → 3.0.0-alpha.420
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 +8 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.420](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.419...@empathyco/x-components@3.0.0-alpha.420) (2023-10-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.0.0-alpha.419](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.418...@empathyco/x-components@3.0.0-alpha.419) (2023-10-10)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.420",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
"@types/jest": "~27.5.0",
|
|
103
103
|
"@types/node": "~18.16.0",
|
|
104
104
|
"@types/testing-library__jest-dom": "~5.14.5",
|
|
105
|
-
"@vue/cli-plugin-e2e-cypress": "~5.0.
|
|
106
|
-
"@vue/cli-plugin-typescript": "~5.0.
|
|
107
|
-
"@vue/cli-plugin-vuex": "~5.0.
|
|
108
|
-
"@vue/cli-service": "~5.0.
|
|
105
|
+
"@vue/cli-plugin-e2e-cypress": "~5.0.8",
|
|
106
|
+
"@vue/cli-plugin-typescript": "~5.0.8",
|
|
107
|
+
"@vue/cli-plugin-vuex": "~5.0.8",
|
|
108
|
+
"@vue/cli-service": "~5.0.8",
|
|
109
109
|
"@vue/test-utils": "~1.0.3",
|
|
110
110
|
"@vue/vue2-jest": "~27.0.0-alpha.3",
|
|
111
111
|
"autoprefixer": "~10.4.4",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"access": "public",
|
|
144
144
|
"directory": "dist"
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "224cae6cc2e978c97d2dc7612afc99268474ba07"
|
|
147
147
|
}
|