Skip to content

Commit

Permalink
9.0.1 (#549)
Browse files Browse the repository at this point in the history
- Updated submodules with their latest code form their repos.
  • Loading branch information
pookmish authored May 11, 2022
2 parents 60cd664 + 7bbb7d2 commit 526c8cb
Show file tree
Hide file tree
Showing 68 changed files with 499 additions and 2,345 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2
## Defines images and working directory.
defaults: &defaults
docker:
- image: pookmish/drupal8ci:latest
- image: pookmish/drupal8ci:php8
- image: selenium/standalone-chrome:latest
- image: circleci/mysql:5.7
environment:
Expand Down Expand Up @@ -93,4 +93,4 @@ workflows:
filters:
branches:
only:
- 8.x-1.x
- 9.x
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Stanford Profile

9.0.1
--------------------------------------------------------------------------------
_Release Date: 2022-05-11_

- Updated submodules with their latest code form their repos.

9.0.0
--------------------------------------------------------------------------------
_Release Date: 2022-05-11_
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@
"drupal/scheduler": "^2.0",
"drupal/search_api": "^1.19",
"drupal/seckit": "^2.0",
"drupal/smart_trim": "^1.3",
"drupal/shs": "^2.0@RC",
"drupal/smart_date": "^3.5",
"drupal/smart_trim": "^1.3",
"drupal/taxonomy_menu": "^3.5",
"drupal/transliterate_filenames": "^2.0",
"drupal/ui_patterns": "^1.0",
Expand All @@ -203,13 +203,13 @@
"sainsburys/guzzle-oauth2-plugin": "^3.0",
"seboettg/citeproc-php": "dev-master#c1df840d897b938431130445927d48a4b6cf464b",
"su-sws/drupal-patches": "^8.0",
"su-sws/nobots": "^8.2",
"su-sws/react_paragraphs": "^8.2",
"su-sws/stanford_actions": "^8.2",
"su-sws/stanford_fields": "^8.1",
"su-sws/stanford_media": "^8.3",
"su-sws/stanford_migrate": "^8.2",
"su-sws/stanford_ssp": "^8.2"
"su-sws/nobots": "dev-8.x-2.x",
"su-sws/react_paragraphs": "8.x-dev",
"su-sws/stanford_actions": "8.x-dev",
"su-sws/stanford_fields": "8.x-dev",
"su-sws/stanford_media": "8.x-dev",
"su-sws/stanford_migrate": "8.x-dev",
"su-sws/stanford_ssp": "8.x-dev"
},
"config": {
"sort-packages": true
Expand Down
274 changes: 0 additions & 274 deletions modules/jumpstart_ui/LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion modules/jumpstart_ui/jumpstart_ui.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Jumpstart UI'
type: module
description: 'Provides UI Tools for Jumpstart Projects'
package: Stanford
version: 9.0.0
version: 8.x-1.23-dev
core_version_requirement: ^8.8 || ^9
dependencies:
- components:components
Expand Down
Loading

0 comments on commit 526c8cb

Please sign in to comment.