Skip to content

Commit be89d97

Browse files
fix(ref: no-ref): fix release
fix(ref: no-ref): fix release
2 parents 6189945 + 2282c4f commit be89d97

19 files changed

+5425
-36809
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1+
# 19.0.7(2024-12-20)
2+
3+
### Contributing
4+
5+
- PR ([#1520](https://github.com/JsDaddy/ngx-mask/issues/1520))
6+
- PR ([#1522](https://github.com/JsDaddy/ngx-mask/issues/1522))
7+
- PR ([#1509](https://github.com/JsDaddy/ngx-mask/issues/1509))
8+
- Fix ([#1508](https://github.com/JsDaddy/ngx-mask/issues/1508))
9+
- Fix ([#1487](https://github.com/JsDaddy/ngx-mask/issues/1487))
10+
- Fix ([#1525](https://github.com/JsDaddy/ngx-mask/issues/1525))
11+
112
# 19.0.6(2024-12-20)
213

314
### Fix
415

516
- Fix ([#1481](https://github.com/JsDaddy/ngx-mask/issues/1481))
617

7-
818
# 19.0.5(2024-12-20)
919

1020
### Fix

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,20 @@ You can also try our NGX COPYPASTE [check](https://www.npmjs.com/package/ngx-cop
2323

2424
## Installing
2525

26-
Angular version 17.x.x
26+
## Angular version 17.x.x
27+
28+
## npm
2729

2830
```bash
2931
$ npm install --save ngx-mask
3032
```
3133

34+
## bun
35+
36+
```bash
37+
$ bun install --save ngx-mask
38+
```
39+
3240
Angular version 16.x.x
3341

3442
```bash

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"budgets": [
3838
{
3939
"type": "initial",
40-
"maximumWarning": "2mb",
41-
"maximumError": "2mb"
40+
"maximumWarning": "3mb",
41+
"maximumError": "3mb"
4242
},
4343
{
4444
"type": "anyComponentStyle",

bun.lock

Lines changed: 5272 additions & 0 deletions
Large diffs are not rendered by default.

bun.lockb

-1.05 MB
Binary file not shown.

cypress/support/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { mount } from 'cypress/angular-signals';
1+
import { mount } from 'cypress/angular';
22

33
declare global {
44
// eslint-disable-next-line @typescript-eslint/no-namespace

0 commit comments

Comments
 (0)