Skip to content

Commit 1e77335

Browse files
chore: release (#2358)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7839256 commit 1e77335

24 files changed

+77
-49
lines changed

.changeset/loud-berries-refuse.md

-12
This file was deleted.

.changeset/renovate-1156741.md

-5
This file was deleted.

.changeset/renovate-11b70e8.md

-5
This file was deleted.

.changeset/renovate-293c071.md

-5
This file was deleted.

.changeset/renovate-6056970.md

-6
This file was deleted.

.changeset/renovate-87385d6.md

-6
This file was deleted.

packages/cookie-consent/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @scaleway/cookie-consent
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- [#2376](https://github.com/scaleway/scaleway-lib/pull/2376) [`3d90660`](https://github.com/scaleway/scaleway-lib/commit/3d90660ed13e552f4bbe349def70fc8326dea49b) Thanks [@philibea](https://github.com/philibea)! - update package json export dist file only
8+
9+
- Updated dependencies [[`3d90660`](https://github.com/scaleway/scaleway-lib/commit/3d90660ed13e552f4bbe349def70fc8326dea49b)]:
10+
- @scaleway/use-segment@1.1.7
11+
312
## 2.0.4
413

514
### Patch Changes

packages/cookie-consent/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/cookie-consent",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
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.x"
55+
"@scaleway/use-segment": "1.1.7"
5656
}
5757
}

packages/eslint-config-react/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 5.2.3
4+
5+
### Patch Changes
6+
7+
- [#2374](https://github.com/scaleway/scaleway-lib/pull/2374) [`887e683`](https://github.com/scaleway/scaleway-lib/commit/887e683946995bb3dd8f5a808dcd3b16a1507e2d) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-react` to `7.37.3`.
8+
9+
- [#2357](https://github.com/scaleway/scaleway-lib/pull/2357) [`57fe376`](https://github.com/scaleway/scaleway-lib/commit/57fe376451883f0fc8687b0942bc45bc39338a91) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@stylistic/eslint-plugin` to `2.12.1`.
10+
11+
- [#2373](https://github.com/scaleway/scaleway-lib/pull/2373) [`950bb59`](https://github.com/scaleway/scaleway-lib/commit/950bb59051b6be91e74cd4c98ec412cbe595ae74) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `8.18.2`.
12+
Updated dependency `@typescript-eslint/parser` to `8.18.2`.
13+
14+
- [#2363](https://github.com/scaleway/scaleway-lib/pull/2363) [`312f7eb`](https://github.com/scaleway/scaleway-lib/commit/312f7ebfb03180aba32a60580c22985ba3cc111c) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `8.18.1`.
15+
Updated dependency `@typescript-eslint/parser` to `8.18.1`.
16+
317
## 5.2.2
418

519
### Patch Changes

packages/eslint-config-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/eslint-config-react",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/use-dataloader/CHANGELOG.md

+6
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+
- [#2376](https://github.com/scaleway/scaleway-lib/pull/2376) [`3d90660`](https://github.com/scaleway/scaleway-lib/commit/3d90660ed13e552f4bbe349def70fc8326dea49b) Thanks [@philibea](https://github.com/philibea)! - update package json export dist file only
8+
39
## 5.1.1
410

511
### Patch Changes

packages/use-dataloader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-dataloader",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "A small hook to handle api requests",
55
"type": "module",
66
"engines": {

packages/use-growthbook/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @scaleway/use-growthbook
22

3+
## 2.1.6
4+
5+
### Patch Changes
6+
7+
- [#2376](https://github.com/scaleway/scaleway-lib/pull/2376) [`3d90660`](https://github.com/scaleway/scaleway-lib/commit/3d90660ed13e552f4bbe349def70fc8326dea49b) Thanks [@philibea](https://github.com/philibea)! - update package json export dist file only
8+
39
## 2.1.5
410

511
### Patch Changes

packages/use-growthbook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-growthbook",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Utility package to expose AB test tool",
55
"engines": {
66
"node": ">=20.x"

packages/use-media/CHANGELOG.md

+6
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+
- [#2376](https://github.com/scaleway/scaleway-lib/pull/2376) [`3d90660`](https://github.com/scaleway/scaleway-lib/commit/3d90660ed13e552f4bbe349def70fc8326dea49b) Thanks [@philibea](https://github.com/philibea)! - update package json export dist file only
8+
39
## 3.0.1
410

511
### Patch Changes

packages/use-media/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-media",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A small hook to track CSS media query state",
55
"engines": {
66
"node": ">=20.x"

packages/use-query-params/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 5.0.11
4+
5+
### Patch Changes
6+
7+
- [#2376](https://github.com/scaleway/scaleway-lib/pull/2376) [`3d90660`](https://github.com/scaleway/scaleway-lib/commit/3d90660ed13e552f4bbe349def70fc8326dea49b) Thanks [@philibea](https://github.com/philibea)! - update package json export dist file only
8+
9+
- [#2371](https://github.com/scaleway/scaleway-lib/pull/2371) [`7839256`](https://github.com/scaleway/scaleway-lib/commit/7839256db99e2d12cfe9960f1cb13a24da5ba280) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.28.1`.
10+
311
## 5.0.10
412

513
### Patch Changes

packages/use-query-params/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-query-params",
3-
"version": "5.0.10",
3+
"version": "5.0.11",
44
"description": "A small hook to handle params",
55
"engines": {
66
"node": ">=20.x"

packages/use-random-name/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- [#2376](https://github.com/scaleway/scaleway-lib/pull/2376) [`3d90660`](https://github.com/scaleway/scaleway-lib/commit/3d90660ed13e552f4bbe349def70fc8326dea49b) Thanks [@philibea](https://github.com/philibea)! - update package json export dist file only
8+
39
## 1.0.4
410

511
### Patch Changes

packages/use-random-name/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-random-name",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A small react utility to generate a random name",
55
"engines": {
66
"node": ">=20.x"

packages/use-segment/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.1.7
4+
5+
### Patch Changes
6+
7+
- [#2376](https://github.com/scaleway/scaleway-lib/pull/2376) [`3d90660`](https://github.com/scaleway/scaleway-lib/commit/3d90660ed13e552f4bbe349def70fc8326dea49b) Thanks [@philibea](https://github.com/philibea)! - update package json export dist file only
8+
39
## 1.1.6
410

511
### Patch Changes

packages/use-segment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-segment",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "A small hook to handle segment",
55
"engines": {
66
"node": ">=20.x"

packages/validate-icu-locales/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.1.9
4+
5+
### Patch Changes
6+
7+
- [#2376](https://github.com/scaleway/scaleway-lib/pull/2376) [`3d90660`](https://github.com/scaleway/scaleway-lib/commit/3d90660ed13e552f4bbe349def70fc8326dea49b) Thanks [@philibea](https://github.com/philibea)! - update package json export dist file only
8+
39
## 3.1.8
410

511
### Patch Changes

packages/validate-icu-locales/package.json

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

0 commit comments

Comments
 (0)