Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/translation-module' into…
Browse files Browse the repository at this point in the history
… rte-translate-button
  • Loading branch information
VP-DS committed Feb 20, 2024
2 parents 798c5a7 + c43852a commit 453d449
Show file tree
Hide file tree
Showing 344 changed files with 6,261 additions and 3,464 deletions.
7 changes: 0 additions & 7 deletions .changeset/eighty-tools-fail.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/fifty-crabs-love.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/kind-fans-watch.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/smart-weeks-behave.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/stale-turtles-smile.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/three-eagles-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@comet/cms-api": patch
---

API Generator: Add missing `scope` argument and filter to `<entity>BySlug` query
5 changes: 0 additions & 5 deletions .changeset/tricky-adults-laugh.md

This file was deleted.

4 changes: 4 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ addReviewers: true

reviewers:
- johnnyomair

skipKeywords:
- Merge main into next
- Version Packages
4 changes: 2 additions & 2 deletions copy-schema-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const fs = require("fs");
fs.promises.copyFile("demo/api/block-meta.json", "demo/site/block-meta.json"),
fs.promises.copyFile("demo/api/schema.gql", "demo/admin/schema.gql"),
fs.promises.copyFile("demo/api/schema.gql", "demo/site/schema.gql"),
fs.promises.copyFile("demo/api/comet-config.json", "demo/site/comet-config.json"),
fs.promises.copyFile("demo/api/comet-config.json", "demo/admin/comet-config.json"),
fs.promises.copyFile("demo/api/src/comet-config.json", "demo/site/src/comet-config.json"),
fs.promises.copyFile("demo/api/src/comet-config.json", "demo/admin/src/comet-config.json"),
]);
})();
2 changes: 1 addition & 1 deletion demo/admin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ lang-compiled
graphql.generated.ts
block-meta.json
src/blocks.generated.ts
comet-config.json
src/comet-config.json
src/**/*.generated.ts
1 change: 0 additions & 1 deletion demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"generate-block-types:watch": "chokidar -s \"**/block-meta.json\" -c \"npm run generate-block-types\"",
"gql:types": "graphql-codegen",
"gql:watch": "graphql-codegen --watch",
"postinstall": "cd server && npm install",
"intl:compile": "run-p intl:compile:comet intl:compile:comet-demo",
"intl:compile:comet": "formatjs compile-folder --format simple --ast lang/comet-lang lang-compiled/comet-lang",
"intl:compile:comet-demo": "formatjs compile-folder --format simple --ast lang/comet-demo-lang lang-compiled/comet-demo-lang",
Expand Down
Loading

0 comments on commit 453d449

Please sign in to comment.