Skip to content

Commit

Permalink
chore: release (#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 27, 2025
1 parent 40d9165 commit 4efce11
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/renovate-23e3443.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/renovate-825fd83.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cookie-consent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @scaleway/cookie-consent

## 2.0.9

### Patch Changes

- Updated dependencies [[`300d6f4`](https://github.com/scaleway/scaleway-lib/commit/300d6f475d6e15e993549698aa601c4188dd19f6)]:
- @scaleway/use-segment@1.1.10

## 2.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cookie-consent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/cookie-consent",
"version": "2.0.8",
"version": "2.0.9",
"description": "React provider to handle website end user consent cookie storage based on segment integrations",
"main": "./dist/index.cjs",
"type": "module",
Expand Down Expand Up @@ -52,6 +52,6 @@
},
"peerDependencies": {
"react": "18.x || 19.x",
"@scaleway/use-segment": "1.1.9"
"@scaleway/use-segment": "1.1.10"
}
}
7 changes: 7 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.2.5

### Patch Changes

- [#2426](https://github.com/scaleway/scaleway-lib/pull/2426) [`6bab7d6`](https://github.com/scaleway/scaleway-lib/commit/6bab7d67430a962216856b6bb801e93c5603079b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `8.21.0`.
Updated dependency `@typescript-eslint/parser` to `8.21.0`.

## 5.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/eslint-config-react",
"version": "5.2.4",
"version": "5.2.5",
"description": "Scaleway React eslint shared config",
"keywords": [
"eslint",
Expand Down
6 changes: 6 additions & 0 deletions packages/use-segment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.1.10

### Patch Changes

- [#2429](https://github.com/scaleway/scaleway-lib/pull/2429) [`300d6f4`](https://github.com/scaleway/scaleway-lib/commit/300d6f475d6e15e993549698aa601c4188dd19f6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@segment/analytics-next` to `1.77.0`.

## 1.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-segment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-segment",
"version": "1.1.9",
"version": "1.1.10",
"description": "A small hook to handle segment",
"engines": {
"node": ">=20.x"
Expand Down

0 comments on commit 4efce11

Please sign in to comment.