Skip to content

Commit

Permalink
Merge branch 'release/3.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jul 13, 2021
2 parents 357c5ab + 47e3955 commit 6948a8a
Show file tree
Hide file tree
Showing 462 changed files with 23,291 additions and 7,474 deletions.
7 changes: 4 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
/.lando.yml export-ignore
/.travis.yml export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/SECURITY.md export-ignore
/codeception.yml export-ignore
/composer.lock export-ignore
/crowdin.yml export-ignore
/gulpfile.js export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/README.md export-ignore
/SECURITY.md export-ignore
/package.json export-ignore
/packages/ export-ignore
/src/translations/a*/app.php linguist-generated=true
/src/translations/c*/app.php linguist-generated=true
/src/translations/d*/app.php linguist-generated=true
Expand Down
230 changes: 230 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.6.18",
"version": "3.7.0",
"keywords": [
"cms",
"craftcms",
Expand Down
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ const cpSassGlob = [
const cpGlobalJsGlob = [
`${cpGlobalAssetPath}/src/js/Craft.js`,
`${cpGlobalAssetPath}/src/js/Base*.js`,
`${cpGlobalAssetPath}/src/js/Tabs.js`,
`${cpGlobalAssetPath}/src/js/*.js`,
`!(${cpGlobalAssetPath}/src/js/Craft.js|${cpGlobalAssetPath}/src/js/Base*.js)`,
`!(${cpGlobalAssetPath}/src/js/Craft.js|${cpGlobalAssetPath}/src/js/Base*.js|${cpGlobalAssetPath}/src/js/Tabs.js)`,
`!${graphiqlAssetPath}/**/*.js`,
`!${psAssetPath}/**/*.js`,
`!${atAssetPath}/**/*.js`
Expand Down
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.0.0"
}
4 changes: 2 additions & 2 deletions lib/garnishjs/garnish.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/garnishjs/garnish.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/vue/vue.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6948a8a

Please sign in to comment.