Skip to content

Commit

Permalink
Merge pull request #6636 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
Release v1.18.0
  • Loading branch information
luizrrodrigues authored Sep 13, 2022
2 parents 12b1a54 + 40a82f8 commit 9ed1d9a
Show file tree
Hide file tree
Showing 241 changed files with 12,423 additions and 17,502 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,14 +363,14 @@ workflows:
filters:
branches:
only:
- free
- reskin-profile-settings
# This is beta env for production soft releases
- "build-prod-beta":
context : org-global
filters:
branches:
only:
- free
- footer-update
# This is stage env for production QA releases
- "build-prod-staging":
context : org-global
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jspm_packages
# macOS system files
*.DS_Store

.env.sh

# Misc files
.build-info
.vscode
Expand Down
2 changes: 2 additions & 0 deletions __tests__/shared/__snapshots__/index.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ exports[`Snapshot match 1`] = `
position="top-center"
preventDuplicates={true}
progressBar={false}
showCloseButton={true}
transitionIn="fadeIn"
transitionOut="fadeOut"
/>
Expand Down Expand Up @@ -69,6 +70,7 @@ exports[`Snapshot match 2`] = `
position="top-center"
preventDuplicates={true}
progressBar={false}
showCloseButton={true}
transitionIn="fadeIn"
transitionOut="fadeOut"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ exports[`Default render 1`] = `
regular={false}
renderCalendarInfo={null}
renderDayContents={[Function]}
renderMonthElement={null}
renderMonthElement={[Function]}
renderMonthText={null}
reopenPickerOnClearDate={false}
required={false}
Expand Down
Loading

0 comments on commit 9ed1d9a

Please sign in to comment.