Skip to content

Commit

Permalink
Merge pull request #180 from massgov/release/0.233.0
Browse files Browse the repository at this point in the history
Release 0.233.0
  • Loading branch information
ygannett authored Mar 4, 2020
2 parents 4ebfc97 + 1123fb2 commit cf82763
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 67 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ commands:
type: string
default: "/var/www/code/drush/sites/self.site.yml"
steps:
- run: "curl -f -o << parameters.destination >> -L https://$GITHUB_DS_INFRASTRUCTURE_TOKEN@raw.githubusercontent.com/massgov/massgov-internal-docs/master/self.site.yml"
- run: "curl -f -o << parameters.destination >> -L https://$GITHUB_MASSGOV_BOT_TOKEN@raw.githubusercontent.com/massgov/massgov-internal-docs/master/self.site.yml"

# See https://medium.com/labs42/monorepo-with-circleci-conditional-workflows-69e65d3f1bd0
parameters:
Expand Down Expand Up @@ -179,7 +179,8 @@ jobs:
<<: *container_config
steps:
- attach_workspace: {at: /var/www}
- run: yarn danger ci --failOnErrors
- run:
command: "DANGER_GITHUB_API_TOKEN=$GITHUB_MASSGOV_BOT_TOKEN yarn danger ci --failOnErrors"

# Automate the tagging process in GitHub
tagging_github:
Expand Down
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@


## [0.233.0] - March 4, 2020

### Security
- DP-17407: Update views_bulk_operations from 3.2.0 to 3.4.0.

### Changed
- DP-17564: Consolidate Github API token usage to reduce the number of secrets we need to manage in CircleCI.
- DP-17682: |-
Updated Mayflower version to 9.42.0.
- DP-15035: Limit pagination output to 10 items. (MF)
- DP-17258: Fix "see more" button not appearing after the TOC. (MF)
- DP-17532: Added lighter lightest darker darkest variables consistently across all brand colors, adjusted the variable labels in the storybook. (MF)
- DP-17651: Added @massds/mayflower-tokens package to auto release, keeping versioning consistent with other mayflower npm packages. (MF)
- DP-17652: Added step to bump version in package.json. (MF)

### Fixed
- DP-17557: Fixed sorting on location listing pages.
- DP-17564: Fix how we read "changelog-body.txt" and publish the release tag on Github. Consolidate Github API token usage to reduce the number of secrets we need to manage in CircleCI.


## [0.232.0] - February 26, 2020

### Changed
Expand All @@ -9,12 +29,12 @@
- DP-17233: add date filter to promo pages iframe route.
- DP-17546: Update BackstopJS to the latest stable version (4.4.2)
- DP-17546: Speed up Backstop tests by removing the delay.

### Fixed
- DP-17571: Fixes nightly super-sanitized database build that broke following 8.8 update.
- DP-17546: Fix false positives for Google Maps in Backstop tests by hot-swapping images with placeholders.
- DP-17411: Integrated scheduler_media module with content moderation so documents can be scheduled for publish/unpublish.



## [0.231.2] - February 21, 2020
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@
"drupal/video_embed_field": "^2.0",
"drupal/view_mode_page": "^3.1",
"drupal/views_autocomplete_filters": "^1.2",
"drupal/views_bulk_operations": "^3.2",
"drupal/views_bulk_operations": "^3.4",
"drupal/views_custom_cache_tag": "^1.0",
"drupal/views_data_export": "1.x-dev",
"drupal/workbench_moderation": "^1",
"drupal/workbench_moderation_actions": "1.0-alpha1",
"drush/drush": "^10",
"enyo/dropzone": "4.3.0",
"guzzlehttp/guzzle": "^6.3",
"massgov/mayflower-artifacts": "9.40.2",
"massgov/mayflower-artifacts": "9.42.0",
"mikeyp/google_tag": "dev-8.x-1.x#3caa4f0b7f008576936ab7501d483bfcf58a4764",
"phlak/semver": "^2.0",
"phpunit/phpunit": "^6",
Expand Down
Loading

0 comments on commit cf82763

Please sign in to comment.