Skip to content

Commit 6b4ec92

Browse files
ci: release (#7339)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b67c7c commit 6b4ec92

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.changeset/sharp-ravens-wave.md

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

docs/content/4.sdk/5.reference/sdk-change-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Patch Changes
66

7-
- **[FIXED]** Fixed type inference for function-based configurations when using the [extend](https://docs.alokai.com/sdk/advanced/extending-module#extend) method. Now the `methods` object is correctly typed.
7+
- **[FIX]** Fixed type inference for function-based configurations when using the [extend](https://docs.alokai.com/sdk/advanced/extending-module#extend) method. Now the `methods` object is correctly typed.
88
- **[FIXED]** Fixed multiple files upload, now it works as expected.
99

1010
## 3.4.0

engineering-toolkit/eslint-config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @vue-storefront/eslint-config
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
**[CHANGED]** some rules to loose up linting a bit (non-breaking). Changes include:
8+
9+
- `import/no-anonymous-default-export`: got turned off, as it brings no real value, more about the rule [here](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-anonymous-default-export.md),
10+
- `@typescript-eslint/no-use-before-define`: `functions` option has been set as `false` to allow usage of hoisted functions. More details in [the documentation](https://eslint.org/docs/latest/rules/no-use-before-define#options).
11+
312
## 4.0.3
413

514
### Patch Changes

engineering-toolkit/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/eslint-config",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"type": "module",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)