Skip to content

Commit 8dff747

Browse files
chore: release
1 parent 4a73018 commit 8dff747

File tree

34 files changed

+123
-42
lines changed

34 files changed

+123
-42
lines changed

.changeset/swift-bees-thank.md

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

.changeset/two-hotels-cough.md

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

packages/changesets-renovate/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+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 2.2.0
410

511
### Minor Changes

packages/changesets-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/changesets-renovate",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Automatically create changesets for Renovate",
55
"type": "module",
66
"module": "./dist/index.js",

packages/cookie-consent/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @scaleway/cookie-consent
22

3+
## 2.0.10
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
9+
- Updated dependencies [[`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245)]:
10+
- @scaleway/use-segment@1.1.11
11+
312
## 2.0.9
413

514
### Patch Changes

packages/cookie-consent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/cookie-consent",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "React provider to handle website end user consent cookie storage based on segment integrations",
55
"main": "./dist/index.cjs",
66
"type": "module",
@@ -52,6 +52,6 @@
5252
},
5353
"peerDependencies": {
5454
"react": "18.x || 19.x",
55-
"@scaleway/use-segment": "1.1.10"
55+
"@scaleway/use-segment": "1.1.11"
5656
}
5757
}

packages/eslint-config-react/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.10
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 5.2.9
410

511
### 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": "5.2.9",
3+
"version": "5.2.10",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/outdated-browser/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+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 3.0.1
410

511
### Patch Changes

packages/outdated-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/outdated-browser",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A small web script to display outdated banner",
55
"engines": {
66
"node": ">=20.x"

packages/random-name/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.1.2
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 5.1.1
410

511
### Patch Changes

packages/random-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/random-name",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "A small utility to generate a random name",
55
"engines": {
66
"node": ">=20.x"

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.3.2
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 5.3.1
410

511
### Patch 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.3.1",
3+
"version": "5.3.2",
44
"description": "A small utility to use regex",
55
"type": "module",
66
"engines": {

packages/tsconfig/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+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 1.1.1
410

511
### Patch Changes

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/tsconfig",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Scaleway shared tsconfig",
55
"keywords": [
66
"typescript",

packages/use-dataloader/CHANGELOG.md

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

3+
## 5.5.0
4+
5+
### Minor Changes
6+
7+
- [#2598](https://github.com/scaleway/scaleway-lib/pull/2598) [`70852bc`](https://github.com/scaleway/scaleway-lib/commit/70852bc2384622e94ba4874cec390d63b771dd44) Thanks [@DorianMaliszewski](https://github.com/DorianMaliszewski)! - Fix infinite dataloader effects that reset the page everytime
8+
9+
### Patch Changes
10+
11+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
12+
313
## 5.4.0
414

515
### Minor Changes

packages/use-dataloader/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-dataloader",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "A small hook to handle api requests",
55
"type": "module",
66
"engines": {

packages/use-growthbook/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @scaleway/use-growthbook
22

3+
## 2.1.9
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 2.1.8
410

511
### Patch Changes

packages/use-growthbook/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-growthbook",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"description": "Utility package to expose AB test tool",
55
"engines": {
66
"node": ">=20.x"

packages/use-i18n/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+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 7.1.0
410

511
### Minor Changes

packages/use-i18n/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-i18n",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "A small hook to handle i18n",
55
"engines": {
66
"node": ">=18.x"

packages/use-media/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+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 3.0.3
410

511
### Patch Changes

packages/use-media/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-media",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A small hook to track CSS media query state",
55
"engines": {
66
"node": ">=20.x"

packages/use-query-params/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.0.15
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 5.0.14
410

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

packages/use-random-name/CHANGELOG.md

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

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
9+
- Updated dependencies [[`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245)]:
10+
- @scaleway/random-name@5.1.2
11+
312
## 1.0.6
413

514
### Patch Changes

packages/use-random-name/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-random-name",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A small react utility to generate a random name",
55
"engines": {
66
"node": ">=20.x"

packages/use-segment/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+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 1.1.10
410

511
### Patch Changes

packages/use-segment/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-segment",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "A small hook to handle segment",
55
"engines": {
66
"node": ">=20.x"

packages/use-storage/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+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 3.1.1
410

511
### Patch Changes

packages/use-storage/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-storage",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A React hook to interact with local/session storage in reactive way",
55
"engines": {
66
"node": ">=20.x"

packages/validate-icu-locales/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+
## 3.1.14
4+
5+
### Patch Changes
6+
7+
- [#2639](https://github.com/scaleway/scaleway-lib/pull/2639) [`305b084`](https://github.com/scaleway/scaleway-lib/commit/305b0840229836dd77298a5ed4f48937e6e97245) Thanks [@philibea](https://github.com/philibea)! - update packages
8+
39
## 3.1.13
410

511
### Patch Changes

packages/validate-icu-locales/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/validate-icu-locales",
3-
"version": "3.1.13",
3+
"version": "3.1.14",
44
"description": "A small cli to handle icu errors on locales files",
55
"engines": {
66
"node": ">=20.x"

0 commit comments

Comments
 (0)