@searchstax-inc/searchstudio-ux-angular 4.2.19 → 4.2.25

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Change Log
2
2
 
3
3
  All notable changes to the "searchstudio-ux-angular" project will be documented in this file.
4
+ ## [4.2.25]
5
+ ### Bug Fixes
6
+ - Fixed conversation search appearing when its turned off
7
+
8
+ ## [4.2.24]
9
+ ### Features
10
+ - Added mvp for conversation search on JS library
11
+
4
12
  ## [4.2.19]
5
13
  ### Bug Fixes
6
14
  - Fixed facet pills for mobile view
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@searchstax-inc/searchstudio-ux-angular",
3
3
  "private": false,
4
- "version": "4.2.19",
4
+ "version": "4.2.25",
5
5
  "type": "module",
6
6
  "peerDependencies": {
7
7
  "@angular/common": ">=17 <23",
@@ -9,7 +9,7 @@
9
9
  "patch-package": "^8.0.1"
10
10
  },
11
11
  "dependencies": {
12
- "@searchstax-inc/searchstudio-ux-js": "npm:@searchstax-inc/searchstudio-ux-js@^4.2.19",
12
+ "@searchstax-inc/searchstudio-ux-js": "npm:@searchstax-inc/searchstudio-ux-js@^4.2.25",
13
13
  "tslib": "^2.3.0"
14
14
  },
15
15
  "overrides": {