Skip to content

Commit 1849328

Browse files
chore: release (#2130)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8daa3c3 commit 1849328

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

.changeset/renovate-29b4269.md

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

.changeset/renovate-7927ffb.md

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

.changeset/renovate-f7f033e.md

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

.changeset/wicked-goats-punch.md

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

packages/eslint-config-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- [#2128](https://github.com/scaleway/scaleway-lib/pull/2128) [`fe4c24b`](https://github.com/scaleway/scaleway-lib/commit/fe4c24bafa16d46bc511de1ba198e126f344ecc6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `7.18.0`.
8+
Updated dependency `@typescript-eslint/parser` to `7.18.0`.
9+
310
## 4.0.3
411

512
### Patch Changes

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/eslint-config-react",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/regex/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- [#2132](https://github.com/scaleway/scaleway-lib/pull/2132) [`fbe702b`](https://github.com/scaleway/scaleway-lib/commit/fbe702b32aa734e46836d267c23ddcc960b2d550) Thanks [@JulienSaguez](https://github.com/JulienSaguez)! - Add `elevenDigitsCode` and `nineDigitsCode` regex
8+
39
## 5.1.0
410

511
### Minor Changes

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

packages/use-query-params/CHANGELOG.md

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

3+
## 5.0.5
4+
5+
### Patch Changes
6+
7+
- [#2087](https://github.com/scaleway/scaleway-lib/pull/2087) [`f22f402`](https://github.com/scaleway/scaleway-lib/commit/f22f402fca6441feaa4f33cb140e1eb64bfe54b5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.24.1`.
8+
9+
- [#2131](https://github.com/scaleway/scaleway-lib/pull/2131) [`8daa3c3`](https://github.com/scaleway/scaleway-lib/commit/8daa3c3cf171a7c72a25a41473fcf5ba0565229d) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.25.1`.
10+
311
## 5.0.4
412

513
### Patch Changes

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": "5.0.4",
3+
"version": "5.0.5",
44
"description": "A small hook to handle params",
55
"engines": {
66
"node": ">=20.x"

0 commit comments

Comments
 (0)