Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre committed Jan 26, 2015
1 parent 9007506 commit b1ba861
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Balanced Dashboard Changelog

### 1.2.1

* Adding formatted input library
* Toggling marketplace application process

### 1.2.0

* Refactoring marketplace application flow to use balanced-addon-models
Expand Down
2 changes: 1 addition & 1 deletion app/views/modals/marketplace-create-modal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ MarketplaceCreateView = ModalBaseView.extend(Full, Form, Save,
@trackEvent "Gandalf application created", mpApplication.getDebuggingProperties()
@close()
@getNotificationController()
.alertSuccess("Marketplace application created id: /marketplaces#{mpApplication.get("href")}", name: "marketplace-application-success")
.alertSuccess("Marketplace application created", name: "marketplace-application-success")
.finally =>
@set("isSaving", false)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Balanced Dashboard",
"version": "1.2.0",
"version": "1.2.1",
"dependencies": {
"bootstrap-daterangepicker": "1.3.13",
"ember": "1.8.0-beta.1",
Expand Down
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function(environment) {
FEATURES: {}
},
APP: {
USE_MARKETPLACE_APPLICATION: false
USE_MARKETPLACE_APPLICATION: true
},
BALANCED: {
API: 'https://api.balancedpayments.com',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balanced-dashboard",
"version": "1.2.0",
"version": "1.2.1",
"description": "Balanced Dashboard",
"main": "Gruntfile.js",
"scripts": {
Expand Down

0 comments on commit b1ba861

Please sign in to comment.