Skip to content

Commit 63c123f

Browse files
committed
chore(release): publish
- @scaleway/[email protected] - @scaleway/[email protected]
1 parent 9513d7b commit 63c123f

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

packages/eslint-config-react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.7.4 (2022-10-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update typescript-eslint monorepo to v5.39.0 ([#1013](https://github.com/scaleway/scaleway-lib/issues/1013)) ([9513d7b](https://github.com/scaleway/scaleway-lib/commit/9513d7b25834fdf70bc2b0a4dfdba4bc3dfd8dc5))
12+
13+
14+
615
## [3.7.3](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2022-09-29)
716

817

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.7.3",
3+
"version": "3.7.4",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.1.0 (2022-10-04)
7+
8+
9+
### Features
10+
11+
* introduce outdated-browser ([#1004](https://github.com/scaleway/scaleway-lib/issues/1004)) ([b743e95](https://github.com/scaleway/scaleway-lib/commit/b743e95af7414720923ce060583ba03bf09fc38c))

packages/outdated-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/outdated-browser",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A small web script to display outdated banner",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)