Skip to content

Commit a51e050

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

File tree

24 files changed

+77
-49
lines changed

24 files changed

+77
-49
lines changed

.changeset/loud-berries-refuse.md

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

.changeset/renovate-1156741.md

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

.changeset/renovate-11b70e8.md

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

.changeset/renovate-293c071.md

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

.changeset/renovate-6056970.md

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

.changeset/renovate-87385d6.md

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

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.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

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.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

Lines changed: 14 additions & 0 deletions
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

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.2",
3+
"version": "5.2.3",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)