We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98932d6 commit cb8d0d5Copy full SHA for cb8d0d5
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to this project will be documented in this file. The project adhere's to Semantic Versioning. See Versioning for more information.
3
4
+## [2.0.0-beta.2]
5
+### Changed
6
+ - Required is html safe as dependency
7
+
8
## [2.0.0-beta.1]
9
### Added
10
- Allowing better configuration for [customization](http://semantic-org.github.io/Semantic-UI-Ember/#/modules/usage) https://github.com/Semantic-Org/Semantic-UI-Ember/pull/141
package.json
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-ember",
- "version": "2.0.0-beta.1",
+ "version": "2.0.0-beta.2",
"title": "Semantic UI Ember",
"description": "The Official Semantic UI Addon for Ember applications",
"homepage": "http://www.semantic-ui.com",
0 commit comments