Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 01b230d

Browse files
author
Matthias Leutenegger
committed
CHANGE: add versions
1 parent 9198528 commit 01b230d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.1] - 2020-08-31
10+
### Changed
11+
* added versioned requirements
12+
913
## [0.1.0] - 2020-08-31
1014
* Initial release
1115

12-
[Unreleased]: https://github.com/syntro-opensource/silverstripe-elemental-bootstrap-alertsection/compare/0.1.0..master
16+
[Unreleased]: https://github.com/syntro-opensource/silverstripe-elemental-bootstrap-alertsection/compare/0.1.1..master
17+
[0.1.1]: https://github.com/syntro-opensource/silverstripe-elemental-bootstrap-alertsection/compare/0.1.0..0.1.1
1318
[0.1.0]: https://github.com/syntro-opensource/silverstripe-elemental-bootstrap-alertsection/tree/0.1.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"buckleshusky/fontawesomeiconpicker": "^1",
1616
"gorriecoe/silverstripe-link": "^1",
1717
"gorriecoe/silverstripe-linkfield": "^1",
18-
"syntro/silverstripe-elemental-bootstrap-baseitems": "dev-master",
1918
"unclecheese/display-logic": "^2",
20-
"syntro/silverstripe-elemental-icons": "dev-master"
19+
"syntro/silverstripe-elemental-bootstrap-baseitems": "^0.1",
20+
"syntro/silverstripe-elemental-icons": "^1"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^5.7",

0 commit comments

Comments
 (0)