@empathyco/x-components 3.0.0-alpha.262 → 3.0.0-alpha.264

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 +27 -8
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.264](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.263...@empathyco/x-components@3.0.0-alpha.264) (2022-12-30)
7
+
8
+ **Note:** Version bump only for package @empathyco/x-components
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.0.0-alpha.263](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.262...@empathyco/x-components@3.0.0-alpha.263) (2022-12-30)
15
+
16
+
17
+ ### Features
18
+
19
+ * **design-system:** Add suggestion group component (#943) ([4bac818](https://github.com/empathyco/x/commit/4bac8183a29ec17a99a90edeae55ba3d4301b626)), closes [EX-7496](https://searchbroker.atlassian.net/browse/EX-7496)
20
+
21
+
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.262](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.261...@empathyco/x-components@3.0.0-alpha.262) (2022-12-29)
7
29
 
8
30
  **Note:** Version bump only for package @empathyco/x-components
@@ -22,21 +44,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
22
44
 
23
45
  ## [3.0.0-alpha.260](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.259...@empathyco/x-components@3.0.0-alpha.260) (2022-12-26)
24
46
 
25
-
26
47
  ### Documentation
27
48
 
28
- * fix typo in UrlHandler docs (#959) ([75e4bbe](https://github.com/empathyco/x/commit/75e4bbe47d4298fccb5d26f6145ac3d203d64b2e))
29
-
30
-
49
+ - fix typo in UrlHandler docs (#959)
50
+ ([75e4bbe](https://github.com/empathyco/x/commit/75e4bbe47d4298fccb5d26f6145ac3d203d64b2e))
31
51
 
32
52
  ## [3.0.0-alpha.259](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.258...@empathyco/x-components@3.0.0-alpha.259) (2022-12-26)
33
53
 
34
-
35
54
  ### Features
36
55
 
37
- * modify base-events-modal-close and base-events-modal-open for WCAG compliance (#946) ([1f5abdf](https://github.com/empathyco/x/commit/1f5abdf36c6eec18b73f13a78be4c7616016d6fd)), closes [EX-7669](https://searchbroker.atlassian.net/browse/EX-7669)
38
-
39
-
56
+ - modify base-events-modal-close and base-events-modal-open for WCAG compliance (#946)
57
+ ([1f5abdf](https://github.com/empathyco/x/commit/1f5abdf36c6eec18b73f13a78be4c7616016d6fd)),
58
+ closes [EX-7669](https://searchbroker.atlassian.net/browse/EX-7669)
40
59
 
41
60
  # Change Log
42
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.0-alpha.262",
3
+ "version": "3.0.0-alpha.264",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -63,11 +63,11 @@
63
63
  "cypress:open:component": "cypress open-ct"
64
64
  },
65
65
  "dependencies": {
66
- "@empathyco/x-adapter": "^8.0.0-alpha.15",
66
+ "@empathyco/x-adapter": "^8.0.0-alpha.16",
67
67
  "@empathyco/x-deep-merge": "^1.3.0-alpha.26",
68
68
  "@empathyco/x-logger": "^1.2.0-alpha.4",
69
69
  "@empathyco/x-storage-service": "^2.0.0-alpha.4",
70
- "@empathyco/x-types": "^10.0.0-alpha.47",
70
+ "@empathyco/x-types": "^10.0.0-alpha.48",
71
71
  "@empathyco/x-utils": "^1.0.0-alpha.12",
72
72
  "@vue/devtools-api": "~6.4.5",
73
73
  "rxjs": "~7.8.0",
@@ -84,8 +84,8 @@
84
84
  "devDependencies": {
85
85
  "@cypress/vue": "~2.2.4",
86
86
  "@cypress/webpack-dev-server": "~1.8.4",
87
- "@empathyco/x-adapter-platform": "^1.0.0-alpha.49",
88
- "@empathyco/x-tailwindcss": "^0.2.0-alpha.38",
87
+ "@empathyco/x-adapter-platform": "^1.0.0-alpha.50",
88
+ "@empathyco/x-tailwindcss": "^0.2.0-alpha.39",
89
89
  "@microsoft/api-documenter": "~7.19.27",
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": "5f678c0a84c3a040188ff8e85e96bd58b564791f"
138
+ "gitHead": "c1a486c3294c41f8ba49be320c3f71e2368eb59c"
139
139
  }