Skip to content

Commit 358cd35

Browse files
chore: release (#1533)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 478601f commit 358cd35

File tree

9 files changed

+23
-19
lines changed

9 files changed

+23
-19
lines changed

.changeset/breezy-donuts-scream.md

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

.changeset/renovate-497bdf9.md

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

.changeset/renovate-e06873c.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @scaleway/cookie-consent
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#1494](https://github.com/scaleway/scaleway-lib/pull/1494) [`478601f`](https://github.com/scaleway/scaleway-lib/commit/478601fd2451791ed2c6a6827f269cb2a543bc88) Thanks [@Axel-KIRK](https://github.com/Axel-KIRK)! - Extract internal cookie consent provider strategy to shared package

packages/cookie-consent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/cookie-consent",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "React provider to handle website end user consent cookie storage based on segment integrations",
55
"type": "module",
66
"sideEffects": false,

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+
## 3.15.25
4+
5+
### Patch Changes
6+
7+
- [#1529](https://github.com/scaleway/scaleway-lib/pull/1529) [`396a52b`](https://github.com/scaleway/scaleway-lib/commit/396a52bbf893ff8a6b8177788964ec8c49a0be72) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `6.7.0`.
8+
Updated dependency `@typescript-eslint/parser` to `6.7.0`.
9+
310
## 3.15.24
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": "3.15.24",
3+
"version": "3.15.25",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/jest-helpers/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.9
4+
5+
### Patch Changes
6+
7+
- [#1207](https://github.com/scaleway/scaleway-lib/pull/1207) [`f6a72cf`](https://github.com/scaleway/scaleway-lib/commit/f6a72cf6436dd3c17a88dac8ecde6b67d262c3ac) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@testing-library/react` to `14.0.0`.
8+
39
## 3.0.8
410

511
### Patch Changes

packages/jest-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/jest-helpers",
3-
"version": "3.0.8",
3+
"version": "3.0.9",
44
"description": "A package for utilities jest functions",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)