Skip to content
This repository was archived by the owner on Nov 16, 2021. It is now read-only.

Commit c0f4ef4

Browse files
committed
Issue #2925016: [META] Lightning 8.x-3.001
1 parent 1fc9528 commit c0f4ef4

File tree

13 files changed

+129
-114
lines changed

13 files changed

+129
-114
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ php:
1313
- 7.0.22
1414
env:
1515
- VERSION=HEAD
16+
- VERSION=3.0.1
1617
- VERSION=3.0.0
1718
- VERSION=2.2.6
1819
- VERSION=2.2.5
19-
- VERSION=2.2.4
2020

2121
addons:
2222
apt:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.0.1
2+
* Drupal Core has been updated to 8.4.4 (Issue #2934239)
3+
14
## 3.0.0
25
* Lightning's components are no longer bundled with the profile. They are now
36
packaged as separate components and located alongside other Drupal modules.

UPDATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ are currently running Beta 1 and are trying to update to Beta 3, you will need
8080
to follow the instructions for updating from Beta 1 to Beta 2, then from Beta 2
8181
to Beta 3, in that order.
8282

83+
### 3.0.0 to 3.0.1
84+
There are no manual update steps for this version.
85+
8386
### 2.2.6 to 3.0.0
8487
There are no manual update steps for this version.
8588

build-lightning.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ includes[] = drupal-org-core.make
44
projects[lightning][type] = profile
55
projects[lightning][download][type] = git
66
projects[lightning][download][branch] = 8.x-2.x
7-
projects[lightning][download][tag] = 8.x-3.x-dev
7+
projects[lightning][download][tag] = 8.x-3.001

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@
7878
},
7979
"require": {
8080
"cweagans/composer-patches": "^1.6.4",
81-
"drupal/core": "~8.4.3",
82-
"drupal/lightning_api": "1.x-dev",
83-
"drupal/lightning_core": "1.x-dev",
84-
"drupal/lightning_layout": "1.x-dev",
85-
"drupal/lightning_media": "1.x-dev",
86-
"drupal/lightning_workflow": "1.x-dev",
81+
"drupal/core": "~8.4.4",
82+
"drupal/lightning_api": "1.0.0-alpha2",
83+
"drupal/lightning_core": "1.0.0-alpha3",
84+
"drupal/lightning_layout": "1.0.0-alpha2",
85+
"drupal/lightning_media": "1.0.0-alpha2",
86+
"drupal/lightning_workflow": "1.0.0-alpha2",
8787
"drupal-composer/drupal-scaffold": "^2.0.0",
8888
"oomphinc/composer-installers-extender": "^1.1"
8989
},
@@ -93,4 +93,4 @@
9393
"Acquia\\LightningExtension\\": "src/LightningExtension"
9494
}
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)