Skip to content

Commit 7598cfa

Browse files
chore: release (#1931)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1fbdb0e commit 7598cfa

File tree

39 files changed

+133
-64
lines changed

39 files changed

+133
-64
lines changed

.changeset/renovate-00ce5e6.md

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

.changeset/renovate-4e8730b.md

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

.changeset/renovate-9db9c89.md

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

.changeset/renovate-b6dc4ad.md

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

.changeset/selfish-papayas-smash.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.0.3
4+
5+
### Patch Changes
6+
7+
- [#1943](https://github.com/scaleway/scaleway-lib/pull/1943) [`e726def`](https://github.com/scaleway/scaleway-lib/commit/e726def8e0cb4593f800f9acecca51b173ae907a) Thanks [@philibea](https://github.com/philibea)! - Migration from rollup to vite
8+
39
## 2.0.2
410

511
### Patch Changes

packages/changesets-renovate/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/changesets-renovate",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Automatically create changesets for Renovate",
55
"type": "module",
66
"module": "./dist/index.js",
@@ -31,7 +31,6 @@
3131
"build:profile": "npx vite-bundle-visualizer -c vite.config.ts",
3232
"lint": "eslint --report-unused-disable-directives --cache --cache-strategy content --ext ts,tsx ."
3333
},
34-
3534
"repository": {
3635
"type": "git",
3736
"url": "https://github.com/scaleway/scaleway-lib",

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+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#1943](https://github.com/scaleway/scaleway-lib/pull/1943) [`e726def`](https://github.com/scaleway/scaleway-lib/commit/e726def8e0cb4593f800f9acecca51b173ae907a) Thanks [@philibea](https://github.com/philibea)! - Migration from rollup to vite
8+
9+
- Updated dependencies [[`70ef706`](https://github.com/scaleway/scaleway-lib/commit/70ef706667e6cdb91d58ecd7d36e4770b9cf1943), [`e726def`](https://github.com/scaleway/scaleway-lib/commit/e726def8e0cb4593f800f9acecca51b173ae907a)]:
10+
- @scaleway/use-segment@1.0.2
11+
312
## 1.2.1
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": "1.2.1",
3+
"version": "1.2.2",
44
"description": "React provider to handle website end user consent cookie storage based on segment integrations",
55
"type": "module",
66
"module": "./dist/index.js",
@@ -45,6 +45,6 @@
4545
},
4646
"peerDependencies": {
4747
"react": "18.x || 18",
48-
"@scaleway/use-segment": "^1.0.1"
48+
"@scaleway/use-segment": "^1.0.2"
4949
}
5050
}

packages/eslint-config-react/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+
## 3.18.2
4+
5+
### Patch Changes
6+
7+
- [#1939](https://github.com/scaleway/scaleway-lib/pull/1939) [`71f0805`](https://github.com/scaleway/scaleway-lib/commit/71f0805a7269f5cf0ccba7893fc38e84145caaad) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `7.7.0`.
8+
Updated dependency `@typescript-eslint/parser` to `7.7.0`.
9+
10+
- [#1929](https://github.com/scaleway/scaleway-lib/pull/1929) [`5a911c9`](https://github.com/scaleway/scaleway-lib/commit/5a911c944d25dc5081e13b495d15f0c22c4058f4) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `typescript` to `5.4.5`.
11+
312
## 3.18.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)