Skip to content

Commit d026e9e

Browse files
chore: release (#1255)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 226d4ca commit d026e9e

File tree

6 files changed

+32
-59
lines changed

6 files changed

+32
-59
lines changed

.changeset/chilly-spies-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/forty-hotels-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/regex/CHANGELOG.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,37 @@
11
# Change Log
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- [#1254](https://github.com/scaleway/scaleway-lib/pull/1254) [`1af34cb`](https://github.com/scaleway/scaleway-lib/commit/1af34cb8a49cb1d5fd5ddaf608df4d1c160b2e10) Thanks [@ModuloM](https://github.com/ModuloM)! - Add Scaleway access key regex.
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

612
## 3.1.0 (2023-01-12)
713

8-
914
### :package: Chore
1015

11-
* **release:** publish ([22abd68](https://github.com/scaleway/scaleway-lib/commit/22abd687033bcd8c7cd187c8a9370c02fe7c0ef4))
12-
16+
- **release:** publish ([22abd68](https://github.com/scaleway/scaleway-lib/commit/22abd687033bcd8c7cd187c8a9370c02fe7c0ef4))
1317

1418
### :gear: Features
1519

16-
* **regex:** advanced domain regex for non ASCII characters ([#1156](https://github.com/scaleway/scaleway-lib/issues/1156)) ([6b896f8](https://github.com/scaleway/scaleway-lib/commit/6b896f824a773e0fa342357e11074551688429e3))
17-
18-
20+
- **regex:** advanced domain regex for non ASCII characters ([#1156](https://github.com/scaleway/scaleway-lib/issues/1156)) ([6b896f8](https://github.com/scaleway/scaleway-lib/commit/6b896f824a773e0fa342357e11074551688429e3))
1921

2022
## 3.0.0 (2023-01-06)
2123

22-
2324
### ⚠ BREAKING CHANGES
2425

25-
* packages are ESM only
26+
- packages are ESM only
2627

2728
### :package: Chore
2829

29-
* **release:** publish ([20c9d4f](https://github.com/scaleway/scaleway-lib/commit/20c9d4fb39822245252bf362bc7a8d26127e511d))
30-
30+
- **release:** publish ([20c9d4f](https://github.com/scaleway/scaleway-lib/commit/20c9d4fb39822245252bf362bc7a8d26127e511d))
3131

3232
### :gear: Features
3333

34-
* publish packages as ESM only ([#1145](https://github.com/scaleway/scaleway-lib/issues/1145)) ([4c25097](https://github.com/scaleway/scaleway-lib/commit/4c25097254a5ba7f0a5dbb6fdf5d6578a75f777a))
35-
36-
34+
- publish packages as ESM only ([#1145](https://github.com/scaleway/scaleway-lib/issues/1145)) ([4c25097](https://github.com/scaleway/scaleway-lib/commit/4c25097254a5ba7f0a5dbb6fdf5d6578a75f777a))
3735

3836
## 2.9.1 (2022-12-29)
3937

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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A small utility to use regex",
55
"type": "module",
66
"engines": {

packages/use-query-params/CHANGELOG.md

Lines changed: 19 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,68 @@
11
# Change Log
22

3+
## 4.0.6
4+
5+
### Patch Changes
6+
7+
- [#1246](https://github.com/scaleway/scaleway-lib/pull/1246) [`4aee099`](https://github.com/scaleway/scaleway-lib/commit/4aee0999ec1bcc29fd74078571e2efb308198a9f) Thanks [@chambo-e](https://github.com/chambo-e)! - expose parse/stringify query params functions
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

612
## 4.0.5 (2023-02-28)
713

8-
914
### :package: Chore
1015

11-
* **devdeps:** update depvdeps ([#1209](https://github.com/scaleway/scaleway-lib/issues/1209)) ([f23725b](https://github.com/scaleway/scaleway-lib/commit/f23725b34ee2cc3269d408c16dd574f7947851f1))
12-
* **release:** publish ([2c2a356](https://github.com/scaleway/scaleway-lib/commit/2c2a356753502509c8c3afbe245f71ab01744967))
13-
14-
16+
- **devdeps:** update depvdeps ([#1209](https://github.com/scaleway/scaleway-lib/issues/1209)) ([f23725b](https://github.com/scaleway/scaleway-lib/commit/f23725b34ee2cc3269d408c16dd574f7947851f1))
17+
- **release:** publish ([2c2a356](https://github.com/scaleway/scaleway-lib/commit/2c2a356753502509c8c3afbe245f71ab01744967))
1518

1619
## 4.0.4 (2023-02-09)
1720

18-
1921
### :package: Chore
2022

21-
* **release:** publish ([329b719](https://github.com/scaleway/scaleway-lib/commit/329b719db36ba5a5ce38063990bba306c1c84c96))
22-
23+
- **release:** publish ([329b719](https://github.com/scaleway/scaleway-lib/commit/329b719db36ba5a5ce38063990bba306c1c84c96))
2324

2425
### :bug: Bug Fixes
2526

26-
* **deps:** update react-router-dom to 6.8.1 ([#1199](https://github.com/scaleway/scaleway-lib/issues/1199)) ([5044625](https://github.com/scaleway/scaleway-lib/commit/50446251314b3d22d9f553b34472cc0dd5c0460f))
27-
28-
27+
- **deps:** update react-router-dom to 6.8.1 ([#1199](https://github.com/scaleway/scaleway-lib/issues/1199)) ([5044625](https://github.com/scaleway/scaleway-lib/commit/50446251314b3d22d9f553b34472cc0dd5c0460f))
2928

3029
## 4.0.3 (2023-02-03)
3130

32-
3331
### :package: Chore
3432

35-
* **devdeps:** update dependency react-router-dom to v6.8.0 ([#1175](https://github.com/scaleway/scaleway-lib/issues/1175)) ([5b9e601](https://github.com/scaleway/scaleway-lib/commit/5b9e6010cbe097d48487aa64e1b6a3492440917a))
36-
* **release:** publish ([31ea49e](https://github.com/scaleway/scaleway-lib/commit/31ea49eb2cd246e631da901609025d7ff8a0bc5d))
37-
38-
33+
- **devdeps:** update dependency react-router-dom to v6.8.0 ([#1175](https://github.com/scaleway/scaleway-lib/issues/1175)) ([5b9e601](https://github.com/scaleway/scaleway-lib/commit/5b9e6010cbe097d48487aa64e1b6a3492440917a))
34+
- **release:** publish ([31ea49e](https://github.com/scaleway/scaleway-lib/commit/31ea49eb2cd246e631da901609025d7ff8a0bc5d))
3935

4036
## 4.0.2 (2023-01-13)
4137

42-
4338
### :package: Chore
4439

45-
* **release:** publish ([9d6de7b](https://github.com/scaleway/scaleway-lib/commit/9d6de7b63065f53774cb64b0e5a46a868dc9933a))
46-
40+
- **release:** publish ([9d6de7b](https://github.com/scaleway/scaleway-lib/commit/9d6de7b63065f53774cb64b0e5a46a868dc9933a))
4741

4842
### :bug: Bug Fixes
4943

50-
* harden ts code ([#1158](https://github.com/scaleway/scaleway-lib/issues/1158)) ([7e2130e](https://github.com/scaleway/scaleway-lib/commit/7e2130ea4c2a079c69ec49b27444daa8f6076d03))
51-
52-
44+
- harden ts code ([#1158](https://github.com/scaleway/scaleway-lib/issues/1158)) ([7e2130e](https://github.com/scaleway/scaleway-lib/commit/7e2130ea4c2a079c69ec49b27444daa8f6076d03))
5345

5446
## 4.0.1 (2023-01-12)
5547

56-
5748
### :package: Chore
5849

59-
* **devdeps:** update dependency react-router-dom to v6.6.2 ([#1155](https://github.com/scaleway/scaleway-lib/issues/1155)) ([6703714](https://github.com/scaleway/scaleway-lib/commit/6703714e1a4dfd1acceaa7f00f4ca822c6e9523f))
60-
* **release:** publish ([ffcba24](https://github.com/scaleway/scaleway-lib/commit/ffcba24e8c4f9eae5c33b5e1e87f0b2e06280d27))
61-
62-
50+
- **devdeps:** update dependency react-router-dom to v6.6.2 ([#1155](https://github.com/scaleway/scaleway-lib/issues/1155)) ([6703714](https://github.com/scaleway/scaleway-lib/commit/6703714e1a4dfd1acceaa7f00f4ca822c6e9523f))
51+
- **release:** publish ([ffcba24](https://github.com/scaleway/scaleway-lib/commit/ffcba24e8c4f9eae5c33b5e1e87f0b2e06280d27))
6352

6453
## 4.0.0 (2023-01-06)
6554

66-
6755
### ⚠ BREAKING CHANGES
6856

69-
* packages are ESM only
57+
- packages are ESM only
7058

7159
### :package: Chore
7260

73-
* **release:** publish ([20c9d4f](https://github.com/scaleway/scaleway-lib/commit/20c9d4fb39822245252bf362bc7a8d26127e511d))
74-
61+
- **release:** publish ([20c9d4f](https://github.com/scaleway/scaleway-lib/commit/20c9d4fb39822245252bf362bc7a8d26127e511d))
7562

7663
### :gear: Features
7764

78-
* publish packages as ESM only ([#1145](https://github.com/scaleway/scaleway-lib/issues/1145)) ([4c25097](https://github.com/scaleway/scaleway-lib/commit/4c25097254a5ba7f0a5dbb6fdf5d6578a75f777a))
79-
80-
65+
- publish packages as ESM only ([#1145](https://github.com/scaleway/scaleway-lib/issues/1145)) ([4c25097](https://github.com/scaleway/scaleway-lib/commit/4c25097254a5ba7f0a5dbb6fdf5d6578a75f777a))
8166

8267
## 3.3.11 (2022-12-29)
8368

packages/use-query-params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-query-params",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "A small hook to handle params",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)