@adins/ucsearch 3.4.1 → 3.4.2

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/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,6 +5,9 @@ This library was generated with [Angular CLI](https://github.com/angular/angular
5
5
  ## Version
6
6
  notes: new ui under canary.x tags
7
7
 
8
+ Version 3.4.2
9
+ 1. change font color
10
+
8
11
  Version 3.4.1
9
12
  1. add option on/off uppercase for search input
10
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adins/ucsearch",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=13.1.2",
6
6
  "@angular/core": ">=13.1.2"
@@ -36,6 +36,6 @@
36
36
  "scripts": {
37
37
  "test": "echo \"Error: no test specified\" && exit 1"
38
38
  },
39
- "author": "msa",
39
+ "author": "kristy",
40
40
  "license": "ISC"
41
41
  }