Skip to content

Commit ad81bfc

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent deb52ae commit ad81bfc

File tree

2 files changed

+19
-81
lines changed

2 files changed

+19
-81
lines changed

packages/regex/CHANGELOG.md

Lines changed: 18 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -3,174 +3,112 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## 2.5.2 (2022-09-23)
7-
8-
**Note:** Version bump only for package @scaleway/regex
6+
## 2.5.3 (2022-11-17)
97

8+
### Bug Fixes
109

10+
- cron regex ([#1079](https://github.com/scaleway/scaleway-lib/issues/1079)) ([deb52ae](https://github.com/scaleway/scaleway-lib/commit/deb52aead1ff5ec81c443ca8a7f737c822a3da36))
1111

12+
## 2.5.2 (2022-09-23)
1213

14+
**Note:** Version bump only for package @scaleway/regex
1315

1416
## 2.5.1 (2022-09-19)
1517

1618
**Note:** Version bump only for package @scaleway/regex
1719

18-
19-
20-
21-
2220
## 2.5.0 (2022-09-13)
2321

24-
2522
### Features
2623

27-
* **regex:** add cidr regex ([#982](https://github.com/scaleway/scaleway-lib/issues/982)) ([dc32290](https://github.com/scaleway/scaleway-lib/commit/dc3229007463f7f1ab5267a2efd9851bb629b625))
28-
29-
24+
- **regex:** add cidr regex ([#982](https://github.com/scaleway/scaleway-lib/issues/982)) ([dc32290](https://github.com/scaleway/scaleway-lib/commit/dc3229007463f7f1ab5267a2efd9851bb629b625))
3025

3126
## 2.4.0 (2022-09-08)
3227

33-
3428
### Features
3529

36-
* **regex:** add ip regexes ([#972](https://github.com/scaleway/scaleway-lib/issues/972)) ([98c6ded](https://github.com/scaleway/scaleway-lib/commit/98c6deda557af0cd41b1a6064946af2dea6680c2))
37-
38-
30+
- **regex:** add ip regexes ([#972](https://github.com/scaleway/scaleway-lib/issues/972)) ([98c6ded](https://github.com/scaleway/scaleway-lib/commit/98c6deda557af0cd41b1a6064946af2dea6680c2))
3931

4032
## 2.3.0 (2022-08-01)
4133

42-
4334
### Features
4435

45-
* add new regex `alphaDashes` to the list ([#901](https://github.com/scaleway/scaleway-lib/issues/901)) ([608f823](https://github.com/scaleway/scaleway-lib/commit/608f8230badb68dcbcb5eab95c1661f97652a042))
46-
47-
36+
- add new regex `alphaDashes` to the list ([#901](https://github.com/scaleway/scaleway-lib/issues/901)) ([608f823](https://github.com/scaleway/scaleway-lib/commit/608f8230badb68dcbcb5eab95c1661f97652a042))
4837

4938
### 2.2.3 (2022-04-26)
5039

51-
5240
### Bug Fixes
5341

54-
* **regex:** improve url regex ([#736](https://github.com/scaleway/scaleway-lib/issues/736)) ([c340227](https://github.com/scaleway/scaleway-lib/commit/c340227da34141c978237e7659404df84e680d7a))
55-
56-
42+
- **regex:** improve url regex ([#736](https://github.com/scaleway/scaleway-lib/issues/736)) ([c340227](https://github.com/scaleway/scaleway-lib/commit/c340227da34141c978237e7659404df84e680d7a))
5743

5844
### 2.2.2 (2022-04-05)
5945

6046
**Note:** Version bump only for package @scaleway/regex
6147

62-
63-
64-
65-
6648
### 2.2.1 (2022-03-11)
6749

6850
**Note:** Version bump only for package @scaleway/regex
6951

70-
71-
72-
73-
7452
## 2.2.0 (2022-01-19)
7553

76-
7754
### Features
7855

79-
* add alphaLower and basicDomain regex ([#600](https://github.com/scaleway/scaleway-lib/issues/600)) ([418bda9](https://github.com/scaleway/scaleway-lib/commit/418bda9db7c3c342565e01433461d78079bb1b76))
80-
81-
56+
- add alphaLower and basicDomain regex ([#600](https://github.com/scaleway/scaleway-lib/issues/600)) ([418bda9](https://github.com/scaleway/scaleway-lib/commit/418bda9db7c3c342565e01433461d78079bb1b76))
8257

8358
## 2.1.0 (2021-11-23)
8459

85-
8660
### Features
8761

88-
* add absolute path regex ([#514](https://github.com/scaleway/scaleway-lib/issues/514)) ([f271d72](https://github.com/scaleway/scaleway-lib/commit/f271d7251198f2119480a02dce844a283452e061))
89-
90-
62+
- add absolute path regex ([#514](https://github.com/scaleway/scaleway-lib/issues/514)) ([f271d72](https://github.com/scaleway/scaleway-lib/commit/f271d7251198f2119480a02dce844a283452e061))
9163

9264
## 2.0.0 (2021-07-20)
9365

94-
9566
### ⚠ BREAKING CHANGES
9667

97-
* migrate the codebase to typescript
68+
- migrate the codebase to typescript
9869

9970
### Code Refactoring
10071

101-
* migrate to typescript ([#272](https://github.com/scaleway/scaleway-lib/issues/272)) ([3923c68](https://github.com/scaleway/scaleway-lib/commit/3923c68d6f7feadee7e2e30e32c9ef5d1f3003b9))
102-
103-
72+
- migrate to typescript ([#272](https://github.com/scaleway/scaleway-lib/issues/272)) ([3923c68](https://github.com/scaleway/scaleway-lib/commit/3923c68d6f7feadee7e2e30e32c9ef5d1f3003b9))
10473

10574
### 1.4.3 (2021-05-11)
10675

10776
**Note:** Version bump only for package @scaleway/regex
10877

109-
110-
111-
112-
11378
### 1.4.2 (2021-05-10)
11479

11580
**Note:** Version bump only for package @scaleway/regex
11681

117-
118-
119-
120-
12182
### 1.4.1 (2021-04-15)
12283

123-
12484
### Bug Fixes
12585

126-
* add hexa regex ([#130](https://github.com/scaleway/scaleway-lib/issues/130)) ([a67e2e6](https://github.com/scaleway/scaleway-lib/commit/a67e2e65db928816bfa745bcf6f9631811e7640d))
127-
128-
86+
- add hexa regex ([#130](https://github.com/scaleway/scaleway-lib/issues/130)) ([a67e2e6](https://github.com/scaleway/scaleway-lib/commit/a67e2e65db928816bfa745bcf6f9631811e7640d))
12987

13088
# 1.4.0 (2021-03-12)
13189

132-
13390
### Features
13491

135-
* add mac address regex ([#67](https://github.com/scaleway/scaleway-lib/issues/67)) ([a4d8c83](https://github.com/scaleway/scaleway-lib/commit/a4d8c8300f1d8503ca0f8bbfbb8a4595fc24123c))
136-
137-
138-
139-
92+
- add mac address regex ([#67](https://github.com/scaleway/scaleway-lib/issues/67)) ([a4d8c83](https://github.com/scaleway/scaleway-lib/commit/a4d8c8300f1d8503ca0f8bbfbb8a4595fc24123c))
14093

14194
## [1.3.1](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-02-15)
14295

14396
**Note:** Version bump only for package @scaleway/regex
14497

145-
146-
147-
148-
14998
# [1.3.0](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-02-15)
15099

151-
152100
### Features
153101

154-
* **eslint:** enable not yet enabled react plugin rules from airbnb ([#27](https://github.com/scaleway/scaleway-lib/issues/27)) ([78c9692](https://github.com/scaleway/scaleway-lib/commit/78c9692fe56ca308e49fb1bb9ac80b5a6217a6f3))
155-
156-
157-
158-
102+
- **eslint:** enable not yet enabled react plugin rules from airbnb ([#27](https://github.com/scaleway/scaleway-lib/issues/27)) ([78c9692](https://github.com/scaleway/scaleway-lib/commit/78c9692fe56ca308e49fb1bb9ac80b5a6217a6f3))
159103

160104
# 1.2.0 (2021-01-28)
161105

162-
163106
### Features
164107

165-
* **regex:** add deploy package ([b288c6f](https://github.com/scaleway/scaleway-lib/commit/b288c6f06bd6107064f5ea74acb2207954ec08e2))
166-
167-
168-
169-
108+
- **regex:** add deploy package ([b288c6f](https://github.com/scaleway/scaleway-lib/commit/b288c6f06bd6107064f5ea74acb2207954ec08e2))
170109

171110
# 1.1.0 (2020-11-09)
172111

173-
174112
### Features
175113

176-
* **regex:** add deploy package ([7fd5f83](https://github.com/scaleway/scaleway-lib/commit/7fd5f83f31737dc11946bb9bcbd16cf443c4af0d))
114+
- **regex:** add deploy package ([7fd5f83](https://github.com/scaleway/scaleway-lib/commit/7fd5f83f31737dc11946bb9bcbd16cf443c4af0d))

packages/regex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/regex",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"description": "A small utility to use regex",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)