Skip to content

Commit

Permalink
chore(release): release 1.1.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriginRing authored Nov 15, 2023
1 parent 885a5f4 commit 5cf8b4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ npm install ng-antd-color-picker
## Usage

```javascript
import { NgAntdColorPickerComponent } from 'ng-antd-color-picker';
standalone:
import { NgAntdColorPickerComponent, NgAntdColorBlockComponent } from 'ng-antd-color-picker';
module:
import { NgAntdColorPickerModule } from 'ng-antd-color-picker';

<ng-antd-color-picker></ng-antd-color-picker>

Expand Down
5 changes: 4 additions & 1 deletion projects/ng-antd-color-picker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ npm install ng-antd-color-picker
## Usage

```javascript
import { NgAntdColorPickerComponent } from 'ng-antd-color-picker';
standalone:
import { NgAntdColorPickerComponent, NgAntdColorBlockComponent } from 'ng-antd-color-picker';
module:
import { NgAntdColorPickerModule } from 'ng-antd-color-picker';

<ng-antd-color-picker></ng-antd-color-picker>

Expand Down
2 changes: 1 addition & 1 deletion projects/ng-antd-color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-antd-color-picker",
"version": "1.0.0",
"version": "1.1.0",
"author": "originRing",
"keywords": [
"color-picker",
Expand Down

0 comments on commit 5cf8b4f

Please sign in to comment.