1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-08-22 16:23:01 +02:00

3 Commits

Author SHA1 Message Date
Daniel Rudolf
db2e386a57 Version 2.0.5-beta.1
```
* [New] Add `2.0.x-dev` alias for master branch to `composer.json`
```
2019-01-03 01:14:55 +01:00
Daniel Rudolf
316a531f64 Update CHANGELOG.md 2019-01-03 01:11:49 +01:00
Daniel Rudolf
7c1d14dda8 composer.json: Add 2.0.x-dev alias for master branch 2019-01-03 01:03:52 +01:00
2 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,13 @@ Pico Default Theme Changelog
refer to both the UPGRADE and NEWS sections of the docs for more refer to both the UPGRADE and NEWS sections of the docs for more
details. details.
### Version 2.0.5-beta.1
Released: 2019-01-03
```
* [New] Add `2.0.x-dev` alias for master branch to `composer.json`
```
### Version 2.0.4 ### Version 2.0.4
Released: 2018-12-17 Released: 2018-12-17

View File

@@ -24,6 +24,9 @@
"picocms/pico": "self.version" "picocms/pico": "self.version"
}, },
"extra": { "extra": {
"installer-name": "default" "installer-name": "default",
"branch-alias": {
"dev-master": "2.0.x-dev"
}
} }
} }