Skip to content

Commit 1f4e445

Browse files
committed
Merge branch 'main' into v3
2 parents f61e266 + 55320ce commit 1f4e445

File tree

7 files changed

+1084
-934
lines changed

7 files changed

+1084
-934
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ updates:
1111
# Daily: Check minor and patch updates
1212
- package-ecosystem: "npm"
1313
directory: "/"
14+
open-pull-requests-limit: 10
1415
schedule:
1516
interval: "daily"
1617
pull-request-branch-name:

.github/scripts/package-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
SEMVER_VERSION=$(npx find-versions-cli "$TAG")
3+
SEMVER_VERSION=$(npx --no find-versions-cli "$TAG")
44
if [[ $RELEASE == "true" ]]
55
then
66
if [[ $SEMVER_VERSION == *-* ]]

.github/scripts/publish-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ do
3939
echo "Could not authenticate with $REGISTRY"
4040
exit 1
4141
fi
42-
npm publish --dry-run --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
42+
npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
4343
done

enterprise.patternlab-config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,20 @@
7272
"css": "public/css",
7373
"icons": "public/icons",
7474
"samples": "public/samples",
75-
"iframeResizer.contentWindow.min.js": "public/js/iframeResizer.contentWindow.min.js",
75+
"iframeResizer.contentWindow.min.js": "public/js/iframeresizer.contentwindow.min.js",
7676
"details-element-polyfill.js": "public/js/details-element-polyfill.js",
7777
"dialog-polyfill.js": "public/js/dialog-polyfill.js",
7878
"dialog-polyfill.css": "public/css/dialog-polyfill.css",
7979
"sitemap": "public/sitemap.xml"
8080
}
8181
},
8282
"patternExtension": "hbs",
83-
"patternStateCascade": ["inevaluation", "inprogress", "inreview", "complete"],
83+
"patternStateCascade": [
84+
"inevaluation",
85+
"inprogress",
86+
"inreview",
87+
"complete"
88+
],
8489
"patternExportAll": false,
8590
"patternExportDirectory": "pattern_exports",
8691
"patternExportPatternPartials": [],

0 commit comments

Comments
 (0)