Skip to content

Commit

Permalink
release: main to develop (strapi#21963)
Browse files Browse the repository at this point in the history
* fix: make contrib docs landing message clearer to users

* v5.1.1 to main (strapi#21954)

* enhancement: ui issues and french translations (strapi#21633)

* chore: ui issues and french translations

* chore: added missing translation

* chore: made it prettier

* fix: test CI/CD building repo 2 times (strapi#21740)

* fix: do not display fill from locales if i18n no enabled (strapi#21737)

* fix: do not display fill from locales if i18n no enabled

* chore: disable only if there is not i18n enabled

* fix: send ids when connecting relations to update u&p user role (strapi#21726)

* fix:update role

* fix: send entry id when connecting/disconnecting relations

* fix: changed empty components wording (strapi#21630)

* fix: changed empty components wording

* fix: updated selectors

* fix: made it prettier

* enhancement: add preview panel button (strapi#21776)

* chore: add test workflow filters for each test type (strapi#21770)

* chore: upgrade mysql2 package to 3.9.8 (strapi#21795)

* feat: add mapping property support for documentation plugin's open api generated docs (strapi#21752)

* feat: add mapping property support for documentation plugin's open API generated spec

Dynamic zones are reflected in the OpenAPI docs generated as an anyOf.
We can use a discriminator and mapping to improve the docs.

* fix: missing one value enum for __component property

* enhancement: extract logic to convert component names to OpenAPI names

* chore: run prettier write on clean schema attributes

---------

Co-authored-by: Jamie Howard <[email protected]>

* chore: fix mysql workflow (strapi#21801)

* chore: upgrade koa/router to 12.0.2 (strapi#21802)

* Update "upgrade major" rules (strapi#21745)

* fix: broken list view pagination (strapi#21800)

* fix: broken list view pagination

* chore: add list view pagination e2e test

* enhancement: add copy preview url button (strapi#21780)

* enhancement: add copy preview button

* chore: remove useClipboard from upload plugin

* Add <latest> Upgrade Command (strapi#21754)

* Make locale/localizations private for non-localized cts (strapi#21495)

* chore: upgrade sendgrid-mail to 8.1.3 (strapi#21797)

* chore: re-enable history e2e tests (strapi#21739)

* fix: reenable history api tests

fix: flaky findAndClose

fix: close notifications

* chore: add test workflow filters for each test type

* chore: fix node versions

* fix: match format of test.yml

* revert: don't add test_result to skipped_tests

* fix: add new outputs vars

---------

Co-authored-by: Ben Irvin <[email protected]>

* fix: search by numeric numbers in a relation (strapi#21873)

* Sort Generated Content-Types and Components Definitions (strapi#21868)

* fix(e2e): remove webkit skip conditions (strapi#21611)

* fix(e2e): remove webkit skip conditions

* chore: revert uniqueness spec to test others on ci

* fix(e2e): ctb navigation

* chore: ci config to speed up testing

* chore: revert lock

* chore(e2e): wip add webkit waiting

* chore: single out history spec changes for ci

* chore(e2e): use new webkit navigation for all affected test files

* chore(e2e): revert e2e ci config so all tests run again

* chore(e2e): temp skip uniqueness to test others

* chore(e2e): revert so all tests run again

* chore(e2e): re-skip uniqueness in webkit

* chore(e2e): revert workflow yaml

* chore(e2e): pr feedback

---------

Co-authored-by: Ben Irvin <[email protected]>

* fix(strapi/types): add Attribute column type (strapi#21858)

* chore: add preview tracking (strapi#21913)

* chore: upgrade plop to 4.0.1 (strapi#21798)

* chore: upgrade cookie to 0.7.1 (strapi#21833)

* enhancement: DTS assert count of items sent and received is equal (strapi#21900)

* feat: added a count, start, finish counts to compare data recieved with data sent

* feat: refactoring

* feat: refactoring

* v5.1.1

---------

Co-authored-by: Lucas Boilly <[email protected]>
Co-authored-by: Boegie19 <[email protected]>
Co-authored-by: Rémi de Juvigny <[email protected]>
Co-authored-by: Ben Irvin <[email protected]>
Co-authored-by: Pedro Cerejo <[email protected]>
Co-authored-by: Jamie Howard <[email protected]>
Co-authored-by: Jean-Sébastien Herbaux <[email protected]>
Co-authored-by: Rémi de Juvigny <[email protected]>
Co-authored-by: Ben Irvin <[email protected]>
Co-authored-by: Andrei Luca <[email protected]>
Co-authored-by: Bassel Kanso <[email protected]>

* fix: prettier

---------

Co-authored-by: Pierre Wizla <[email protected]>
Co-authored-by: Alexandre BODIN <[email protected]>
Co-authored-by: Lucas Boilly <[email protected]>
Co-authored-by: Boegie19 <[email protected]>
Co-authored-by: Rémi de Juvigny <[email protected]>
Co-authored-by: Ben Irvin <[email protected]>
Co-authored-by: Pedro Cerejo <[email protected]>
Co-authored-by: Jamie Howard <[email protected]>
Co-authored-by: Jean-Sébastien Herbaux <[email protected]>
Co-authored-by: Rémi de Juvigny <[email protected]>
Co-authored-by: Ben Irvin <[email protected]>
Co-authored-by: Andrei Luca <[email protected]>
Co-authored-by: Bassel Kanso <[email protected]>
  • Loading branch information
14 people authored Oct 24, 2024
1 parent 6ed779c commit 17dbeb2
Show file tree
Hide file tree
Showing 44 changed files with 47 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check-pr-status/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-pr-status",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
6 changes: 4 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ sidebar_label: Introduction
Welcome to the Strapi Contributor documentation.

:::caution
No single squad “owns” the contributor documentation, it's a collective effort.
No single Strapi squad “owns” the contributor documentation, it's a collective effort.
:::

This documentation site is a constant WIP so please, continue to add and improve these docs. These are not “user” docs,
This documentation site is a constant WIP so please, continue to add and improve these docs. These are not “user-facing” docs,
they're related directly to the codebase for both internal and external engineers written with that in mind they explain
technical concepts but also hold documentation for hooks, utils etc.

If you don’t plan to make any contributions to [strapi/strapi](https://github.com/strapi/strapi), you probably shouldn’t read and use the present documentation, and [docs.strapi.io](https://docs.strapi.io) might be a better fit for your use case.

## Structure

The general layout focusses on 4 key areas:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "5.1.0",
"version": "5.1.1",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/admin-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/admin-test-utils",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"description": "Test utilities for the Strapi administration panel",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/cloud-cli",
"version": "5.1.0",
"version": "5.1.1",
"description": "Commands to interact with the Strapi Cloud",
"keywords": [
"strapi",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/create-strapi-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-strapi-app",
"version": "5.1.0",
"version": "5.1.1",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi-app",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/create-strapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-strapi",
"version": "5.1.0",
"version": "5.1.1",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/admin",
"version": "5.1.0",
"version": "5.1.1",
"description": "Strapi Admin",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/content-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/content-manager",
"version": "5.1.0",
"version": "5.1.1",
"description": "A powerful UI to easily manage your data.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/content-releases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/content-releases",
"version": "5.1.0",
"version": "5.1.1",
"description": "Strapi plugin for organizing and releasing content",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/content-type-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/content-type-builder",
"version": "5.1.0",
"version": "5.1.1",
"description": "Create and manage content types",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/core",
"version": "5.1.0",
"version": "5.1.1",
"description": "Core of Strapi",
"homepage": "https://strapi.io",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/data-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/data-transfer",
"version": "5.1.0",
"version": "5.1.1",
"description": "Data transfer capabilities for Strapi",
"keywords": [
"strapi",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/database",
"version": "5.1.0",
"version": "5.1.1",
"description": "Strapi's database layer",
"homepage": "https://strapi.io",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/email",
"version": "5.1.0",
"version": "5.1.1",
"description": "Easily configure your Strapi application to send emails.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/permissions",
"version": "5.1.0",
"version": "5.1.1",
"description": "Strapi's permission layer.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/review-workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/review-workflows",
"version": "5.1.0",
"version": "5.1.1",
"description": "Review workflows for your content",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/strapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/strapi",
"version": "5.1.0",
"version": "5.1.1",
"description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
"keywords": [
"strapi",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/types",
"version": "5.1.0",
"version": "5.1.1",
"description": "Shared typescript types for Strapi internal use",
"keywords": [
"strapi"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/upload",
"version": "5.1.0",
"version": "5.1.1",
"description": "Makes it easy to upload images and files to your Strapi Application.",
"license": "SEE LICENSE IN LICENSE",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/utils",
"version": "5.1.0",
"version": "5.1.1",
"description": "Shared utilities for the Strapi packages",
"keywords": [
"strapi",
Expand Down
2 changes: 1 addition & 1 deletion packages/generators/generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/generators",
"version": "5.1.0",
"version": "5.1.1",
"description": "Interactive API generator.",
"keywords": [
"strapi",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-cloud",
"version": "5.1.0",
"version": "5.1.1",
"description": "Instructions to deploy your local project to Strapi Cloud",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-color-picker",
"version": "5.1.0",
"version": "5.1.1",
"description": "Strapi maintained Custom Fields",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-documentation",
"version": "5.1.0",
"version": "5.1.1",
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-graphql",
"version": "5.1.0",
"version": "5.1.1",
"description": "Adds GraphQL endpoint with default API methods.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/i18n",
"version": "5.1.0",
"version": "5.1.1",
"description": "Create read and update content in different languages, both from the Admin Panel and from the API",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-sentry",
"version": "5.1.0",
"version": "5.1.1",
"description": "Send Strapi error events to Sentry",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/users-permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-users-permissions",
"version": "5.1.0",
"version": "5.1.1",
"description": "Protect your API with a full-authentication process based on JWT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/email-amazon-ses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-amazon-ses",
"version": "5.1.0",
"version": "5.1.1",
"description": "Amazon SES provider for strapi email",
"keywords": [
"email",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/email-mailgun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-mailgun",
"version": "5.1.0",
"version": "5.1.1",
"description": "Mailgun provider for strapi email plugin",
"keywords": [
"email",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/email-nodemailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-nodemailer",
"version": "5.1.0",
"version": "5.1.1",
"description": "Nodemailer provider for Strapi 3",
"keywords": [
"strapi",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/email-sendgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-sendgrid",
"version": "5.1.0",
"version": "5.1.1",
"description": "Sendgrid provider for strapi email",
"keywords": [
"email",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/email-sendmail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-sendmail",
"version": "5.1.0",
"version": "5.1.1",
"description": "Sendmail provider for strapi email",
"keywords": [
"email",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/upload-aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/provider-upload-aws-s3",
"version": "5.1.0",
"version": "5.1.1",
"description": "AWS S3 provider for strapi upload",
"keywords": [
"upload",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/upload-cloudinary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/provider-upload-cloudinary",
"version": "5.1.0",
"version": "5.1.1",
"description": "Cloudinary provider for strapi upload",
"keywords": [
"upload",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/upload-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/provider-upload-local",
"version": "5.1.0",
"version": "5.1.1",
"description": "Local provider for strapi upload",
"keywords": [
"upload",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/api-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-tests",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"dependencies": {
"dotenv": "16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-custom",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"main": "index.js"
}
2 changes: 1 addition & 1 deletion packages/utils/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/logger",
"version": "5.1.0",
"version": "5.1.1",
"description": "Strapi's logger",
"homepage": "https://strapi.io",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"devDependencies": {
"@tsconfig/node18": "18.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/typescript-utils",
"version": "5.1.0",
"version": "5.1.1",
"description": "Typescript support for Strapi",
"keywords": [
"strapi",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/upgrade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/upgrade",
"version": "5.1.0",
"version": "5.1.1",
"description": "CLI to upgrade Strapi applications effortless",
"keywords": [
"strapi",
Expand Down
2 changes: 1 addition & 1 deletion scripts/front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scripts-front",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"scripts": {
"test:front": "jest --config jest.config.front.js"
Expand Down

0 comments on commit 17dbeb2

Please sign in to comment.