Skip to content

Commit

Permalink
DP-28824: D10 upgrade - 3 jQuery UI modules (#2190)
Browse files Browse the repository at this point in the history
* DP-28824: D10 upgrade - 3 jQuery UI modules

* DP-28824: D10 upgrade - 3 jQuery UI modules

* DP-28824: D10 upgrade - 3 jQuery UI modules
  • Loading branch information
arthurbaghdas authored Sep 14, 2023
1 parent 68feb78 commit c3d8faa
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 63 deletions.
41 changes: 41 additions & 0 deletions changelogs/DP-28824.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#
# Write your changelog entry here. Every pull request must have a changelog yml file.
#
# Change types:
# #############################################################################
# You can use one of the following types:
# - Added: For new features.
# - Changed: For changes to existing functionality.
# - Deprecated: For soon-to-be removed features.
# - Removed: For removed features.
# - Fixed: For any bug fixes.
# - Security: In case of vulnerabilities.
#
# Format
# #############################################################################
# The format is crucial. Please follow the examples below. For reference, the requirements are:
# - All 3 parts are required and you must include "Type", "description" and "issue".
# - "Type" must be left aligned and followed by a colon.
# - "description" must be indented with 2 spaces followed by a colon
# - "issue" must be indented with 4 spaces followed by a colon.
# - "issue" is for the Jira ticket number only e.g. DP-1234
# - No extra spaces, indents, or blank lines are allowed.
#
# Example:
# #############################################################################
# Fixed:
# - description: Fixes scrolling on edit pages in Safari.
# issue: DP-13314
#
# You may add more than 1 description & issue for each type using the following format:
# Changed:
# - description: Automating the release branch.
# issue: DP-10166
# - description: Second change item that needs a description.
# issue: DP-19875
# - description: Third change item that needs a description along with an issue.
# issue: DP-19843
#
Changed:
- description: D10 upgrade - 3 jQuery UI modules.
issue: DP-28824
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"drupal/asset_cache_bust": "^1.0",
"drupal/auto_entitylabel": "^3",
"drupal/autologout": "^1",
"drupal/better_exposed_filters": "^6.0",
"drupal/better_exposed_filters": "^6.0.3",
"drupal/cache_metrics": "^2",
"drupal/ckeditor_liststyle": "dev-1.x",
"drupal/coffee": "^1",
Expand Down
157 changes: 95 additions & 62 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3d8faa

Please sign in to comment.