@empathyco/x-components 3.0.0-alpha.310 → 3.0.0-alpha.312

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,27 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.0-alpha.312](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.311...@empathyco/x-components@3.0.0-alpha.312) (2023-02-14)
7
+
8
+ ### Build System
9
+
10
+ - Delete unused `Jenkinsfile`. (#1075)
11
+ ([fb9a15b](https://github.com/empathyco/x/commit/fb9a15b80686293b3bd14c8129ed045d8a6c99f2))
12
+
13
+ # Change Log
14
+
15
+ All notable changes to this project will be documented in this file. See
16
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
+
18
+ ## [3.0.0-alpha.311](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.310...@empathyco/x-components@3.0.0-alpha.311) (2023-02-10)
19
+
20
+ **Note:** Version bump only for package @empathyco/x-components
21
+
22
+ # Change Log
23
+
24
+ All notable changes to this project will be documented in this file. See
25
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
26
+
6
27
  ## [3.0.0-alpha.310](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.309...@empathyco/x-components@3.0.0-alpha.310) (2023-02-08)
7
28
 
8
29
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.0-alpha.310",
3
+ "version": "3.0.0-alpha.312",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -91,7 +91,7 @@
91
91
  "@bahmutov/cypress-esbuild-preprocessor": "~2.1.5",
92
92
  "@cypress/vue": "~2.2.4",
93
93
  "@empathyco/x-adapter-platform": "^1.0.0-alpha.63",
94
- "@empathyco/x-tailwindcss": "^1.0.0-alpha.4",
94
+ "@empathyco/x-tailwindcss": "^1.0.0-alpha.5",
95
95
  "@microsoft/api-documenter": "~7.21.3",
96
96
  "@microsoft/api-extractor": "~7.33.7",
97
97
  "@rollup/plugin-commonjs": "~24.0.0",
@@ -141,5 +141,5 @@
141
141
  "access": "public",
142
142
  "directory": "dist"
143
143
  },
144
- "gitHead": "069581007a9e7bdb109374188a853759096377ec"
144
+ "gitHead": "46f46f9c10f2e9478f81b09a79056bbd9ab531f1"
145
145
  }