@empathyco/x-components 3.0.0-alpha.215 → 3.0.0-alpha.217

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 +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.217](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.216...@empathyco/x-components@3.0.0-alpha.217) (2022-11-08)
7
+
8
+ ### Bug Fixes
9
+
10
+ - remove `resize-observer-browser` types from tsconfig (#833)
11
+ ([ce46b2c](https://github.com/empathyco/x/commit/ce46b2cefba5b727679c81862542e367a903b4b0)),
12
+ closes [EX-7373](https://searchbroker.atlassian.net/browse/EX-7373)
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
19
+ ## [3.0.0-alpha.216](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.215...@empathyco/x-components@3.0.0-alpha.216) (2022-11-08)
20
+
21
+ **Note:** Version bump only for package @empathyco/x-components
22
+
23
+ # Change Log
24
+
25
+ All notable changes to this project will be documented in this file. See
26
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
27
+
6
28
  ## [3.0.0-alpha.215](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.214...@empathyco/x-components@3.0.0-alpha.215) (2022-11-04)
7
29
 
8
30
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.0-alpha.215",
3
+ "version": "3.0.0-alpha.217",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -85,7 +85,7 @@
85
85
  "@cypress/vue": "~2.2.4",
86
86
  "@cypress/webpack-dev-server": "~1.8.4",
87
87
  "@empathyco/x-adapter-platform": "^1.0.0-alpha.42",
88
- "@empathyco/x-tailwindcss": "^0.2.0-alpha.24",
88
+ "@empathyco/x-tailwindcss": "^0.2.0-alpha.25",
89
89
  "@microsoft/api-documenter": "~7.15.3",
90
90
  "@microsoft/api-extractor": "~7.19.4",
91
91
  "@rollup/plugin-commonjs": "~21.0.1",
@@ -135,5 +135,5 @@
135
135
  "access": "public",
136
136
  "directory": "dist"
137
137
  },
138
- "gitHead": "97517f3439b4acf424d456e6e01488c3ca77ca32"
138
+ "gitHead": "21f88d5b443907a25e238b2b655db1098fcf069a"
139
139
  }