Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Sep 19, 2016
1 parent b019b00 commit ff87aef
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.0.0
======

* No changes! Bumped for version parity across major projects.

v0.13.0-rc.2
============

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pantheon",
"version": "0.13.0-rc.2",
"version": "2.0.0",
"dependencies": {
"fs-extra": "^0.18.2",
"inquirer": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"drupal",
"wordpress"
],
"version": "0.13.0-rc.2",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/kalabox/kalabox-app-pantheon.git"
Expand Down
1 change: 0 additions & 1 deletion test/backdrop.bats
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ setup() {
$KBOX list | grep "\"name\": \"$PANTHEON_BACKDROP_NAME\""
$KBOX list | grep "\"url\": \"http://${PANTHEON_BACKDROP_NAME}.kbox\""
$KBOX list | grep "\"type\": \"pantheon\""
$KBOX list | grep "\"version\": \"0.13"
$KBOX list | grep "\"location\": \"${KBOX_APP_DIR}/${PANTHEON_BACKDROP_NAME}\""
$KBOX list | grep "\"running\": true"

Expand Down
1 change: 0 additions & 1 deletion test/drupal7.bats
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ setup() {
$KBOX list | grep "\"name\": \"$PANTHEON_DRUPAL7_NAME\""
$KBOX list | grep "\"url\": \"http://${PANTHEON_DRUPAL7_NAME}.kbox\""
$KBOX list | grep "\"type\": \"pantheon\""
$KBOX list | grep "\"version\": \"0.13"
$KBOX list | grep "\"location\": \"${KBOX_APP_DIR}/${PANTHEON_DRUPAL7_NAME}\""
$KBOX list | grep "\"running\": true"

Expand Down
1 change: 0 additions & 1 deletion test/drupal8.bats
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ setup() {
$KBOX list | grep "\"name\": \"$PANTHEON_DRUPAL8_NAME\""
$KBOX list | grep "\"url\": \"http://${PANTHEON_DRUPAL8_NAME}.kbox\""
$KBOX list | grep "\"type\": \"pantheon\""
$KBOX list | grep "\"version\": \"0.13"
$KBOX list | grep "\"location\": \"${KBOX_APP_DIR}/${PANTHEON_DRUPAL8_NAME}\""
$KBOX list | grep "\"running\": true"

Expand Down
1 change: 0 additions & 1 deletion test/wordpress.bats
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ setup() {
$KBOX list | grep "\"name\": \"$PANTHEON_WORDPRESS_NAME\""
$KBOX list | grep "\"url\": \"http://${PANTHEON_WORDPRESS_NAME}.kbox\""
$KBOX list | grep "\"type\": \"pantheon\""
$KBOX list | grep "\"version\": \"0.13"
$KBOX list | grep "\"location\": \"${KBOX_APP_DIR}/${PANTHEON_WORDPRESS_NAME}\""
$KBOX list | grep "\"running\": true"

Expand Down

0 comments on commit ff87aef

Please sign in to comment.