Skip to content

Commit c6a9648

Browse files
github-actions[bot]claudewebiny-botadrians5jPavel910
authored
feat: release 6.3.0 (#785)
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: webiny-bot <webiny-bot@webiny.com> Co-authored-by: adrians5j <adrian@webiny.com> Co-authored-by: Pavel Denisjuk <pavel@webiny.com> Co-authored-by: Bruno Zorić <bruno.zoric@gmail.com>
1 parent 92977d9 commit c6a9648

340 files changed

Lines changed: 11980 additions & 7698 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.all-contributorsrc

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"projectOwner": "webiny",
44
"repoType": "github",
55
"repoHost": "https://github.com",
6-
"files": [
7-
"README.md"
8-
],
6+
"files": ["README.md"],
97
"imageSize": 100,
108
"commit": true,
119
"commitConvention": "none",
@@ -15,65 +13,49 @@
1513
"name": "Sven",
1614
"avatar_url": "https://avatars3.githubusercontent.com/u/3808420?v=4",
1715
"profile": "http://www.webiny.com/",
18-
"contributions": [
19-
"doc",
20-
"code"
21-
]
16+
"contributions": ["doc", "code"]
2217
},
2318
{
2419
"login": "Pavel910",
2520
"name": "Pavel Denisjuk",
2621
"avatar_url": "https://avatars1.githubusercontent.com/u/3920893?v=4",
2722
"profile": "http://webiny.com/",
28-
"contributions": [
29-
"doc",
30-
"code"
31-
]
23+
"contributions": ["doc", "code"]
3224
},
3325
{
3426
"login": "doitadrian",
3527
"name": "Adrian Smijulj",
3628
"avatar_url": "https://avatars0.githubusercontent.com/u/5121148?v=4",
3729
"profile": "https://www.webiny.com",
38-
"contributions": [
39-
"doc"
40-
]
30+
"contributions": ["doc"]
4131
},
4232
{
4333
"login": "12vanblart",
4434
"name": "Tyler VanBlargan",
4535
"avatar_url": "https://avatars2.githubusercontent.com/u/16465776?v=4",
4636
"profile": "https://tyler.vanblargan.dev",
47-
"contributions": [
48-
"code"
49-
]
37+
"contributions": ["code"]
5038
},
5139
{
5240
"login": "llwp",
5341
"name": "Adam John",
5442
"avatar_url": "https://avatars2.githubusercontent.com/u/9566542?v=4",
5543
"profile": "https://github.com/llwp",
56-
"contributions": [
57-
"doc"
58-
]
44+
"contributions": ["doc"]
5945
},
6046
{
6147
"login": "dorelljames",
6248
"name": "Dorell James",
6349
"avatar_url": "https://avatars3.githubusercontent.com/u/977413?v=4",
6450
"profile": "https://dorelljames.com",
65-
"contributions": [
66-
"doc"
67-
]
51+
"contributions": ["doc"]
6852
},
6953
{
7054
"login": "danruss",
7155
"name": "danruss",
7256
"avatar_url": "https://avatars2.githubusercontent.com/u/815250?v=4",
7357
"profile": "https://github.com/danruss",
74-
"contributions": [
75-
"doc"
76-
]
58+
"contributions": ["doc"]
7759
}
7860
],
7961
"contributorsPerLine": 7

.eslintrc.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = {
2-
extends: 'react-app',
3-
rules: {
4-
'react/react-in-jsx-scope': 'off',
5-
'jsx-a11y/anchor-is-valid': 'off',
6-
'no-unused-vars': 'off',
7-
'react/jsx-pascal-case': 'off',
8-
'jsx-a11y/accessible-emoji': 'off',
9-
},
10-
}
2+
extends: "react-app",
3+
rules: {
4+
"react/react-in-jsx-scope": "off",
5+
"jsx-a11y/anchor-is-valid": "off",
6+
"no-unused-vars": "off",
7+
"react/jsx-pascal-case": "off",
8+
"jsx-a11y/accessible-emoji": "off"
9+
}
10+
};

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
## Short Description
2+
23
<!--- Shortly describe what this PR introduces. -->
34
<!--- For help on writing docs, visit https://docs.webiny.com/docs/contributing/documentation -->
45

56
## Relevant Links
7+
68
<!--- If possible, please include the URLs of the newly added or edited pages (wait for the Netlify preview to be deployed and then paste the links). -->
9+
710
- [A change on X page](#)
811
- [Update list of libraries](#)
912
- [A new diagram with updated resources](#)
1013

1114
## Checklist
15+
1216
- [ ] I added page metadata (description, keywords)
1317
- [ ] I've added "Can I Use This?" section (if needed, e.g. if documenting a new feature)
1418
- [ ] I added `What You'll Learn` at the top of the page and every item in the list starts with a lower case letter
1519
- [ ] I used title case for titles and subtitles (in the main menu and in the page content)
1620
- [ ] I checked for typos and grammar mistakes
1721
- [ ] I added `alt` / `title` attributes for inserted images (if any)
18-
- [ ] When linking code from GitHub, I did it via a specific tag (and not `next` / `v5` branch)
22+
- [ ] When linking code from GitHub, I did it via a specific tag (and not `next` / `v5` branch)
1923

2024
<!--- Resources:
2125
- new document template: https://docs.webiny.com/docs/contributing/documentation#template-for-new-docs
@@ -26,4 +30,5 @@
2630
-->
2731

2832
## Screenshots (if relevant):
33+
2934
N/A

.oxfmtrc.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3+
"printWidth": 100,
4+
"trailingComma": "none",
5+
"tabWidth": 2,
6+
"arrowParens": "avoid",
7+
"endOfLine": "lf",
8+
"useTabs": false,
9+
"semi": true,
10+
"singleQuote": false,
11+
"jsxSingleQuote": false,
12+
"bracketSpacing": true,
13+
"bracketSameLine": false,
14+
"proseWrap": "preserve",
15+
"htmlWhitespaceSensitivity": "css",
16+
"vueIndentScriptAndStyle": false,
17+
"singleAttributePerLine": false,
18+
"embeddedLanguageFormatting": "auto",
19+
"quoteProps": "as-needed",
20+
"requirePragma": false,
21+
"insertPragma": false,
22+
"rangeStart": 0,
23+
"rangeEnd": null,
24+
"sortPackageJson": false,
25+
"ignorePatterns": [
26+
".nx/",
27+
".webiny/",
28+
".verdaccio/",
29+
"docs/",
30+
"**/build/",
31+
"**/dist/",
32+
"**/.out/",
33+
"**/.pulumi/",
34+
".webiny/**",
35+
"packages/admin-ui/scripts/importFromFigma/exports/Alias tokens.json",
36+
"packages/project-aws/_templates/appTemplates/",
37+
"lerna.json",
38+
"coverage/**",
39+
"packages/cli/files/**/*.json",
40+
"packages/create-webiny-project/utils/binaries/**",
41+
".github/workflows/**/*.yml",
42+
"./nextjs/",
43+
"packages/admin-ui/storybook-static/**",
44+
"**/*.hbs"
45+
],
46+
"overrides": [
47+
{
48+
"files": ["*.js", "*.ts", "*.tsx"],
49+
"options": {
50+
"tabWidth": 4
51+
}
52+
}
53+
]
54+
}

AGENTS.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
- All script execution: `yarn <script-name>`
99
- All package operations: `yarn add`, `yarn install`, etc.
1010

11+
### Release Notes / Changelog Editing
12+
13+
When editing a generated `changelog.mdx` file, always keep the sibling `changelog.ai.txt` in sync — without being asked:
14+
15+
- **Removed entry** → add the PR number(s) to the `## Skipped PRs` section with a short reason
16+
- **Rewritten entry** → add a note to the `## Manual Rewrites` section
17+
18+
The `generate-changelog.ts` script reads `## Skipped PRs` to avoid re-adding manually removed entries on the next run. If `changelog.ai.txt` is not updated, removed PRs will reappear.
19+
1120
### Validation and Quality
1221

1322
- **MDX/.ai.txt Pairing**: Every `.mdx` file must have a corresponding `.ai.txt` companion file
@@ -33,7 +42,7 @@
3342
```
3443
docs/developer-docs/6.0.x/
3544
├── admin/ # Admin area customization (whitelabeling)
36-
├── webiny-api/ # API customization (custom domain, extend GraphQL schema, universal API keys)
45+
├── webiny-api/ # API customization (custom domain, extend GraphQL schema, custom routes, universal API keys)
3746
├── cli/ # CLI commands reference (deploy, destroy, watch, etc.)
3847
├── core-concepts/ # Foundational knowledge: architecture, applications, project structure, DI, Result pattern, multi-tenancy, local dev, env vars
3948
├── get-started/ # Welcome, installation, upgrade to Business
@@ -47,7 +56,7 @@ docs/developer-docs/6.0.x/
4756
├── infrastructure/ # Cloud infrastructure (database setups, deployment modes, diagrams)
4857
├── overview/ # Pricing, security features
4958
│ └── features/
50-
├── reference/ # Auto-generated API reference (extensions, admin, API)
59+
├── reference/ # API reference (webiny.config.tsx extensions, SDK docs)
5160
├── tasks/ # Background task system (about, reference, management)
5261
├── security/ # Security (universal API keys, programmatic roles and teams)
5362
├── tenant-manager/ # Multi-tenancy management (GraphQL API, model extension)

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## Startup
2+
23
- Always read `~/.claude/settings.json` at the start of every conversation.
34
- Read `./AGENTS.md"

announcements/6.1.0.txt

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

0 commit comments

Comments
 (0)