Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Mar 1, 2016
1 parent 4e1ce30 commit e513b75
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-polyfills",
"version": "0.1.2",
"version": "1.0.0-beta.1.0.0",
"description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.",
"keywords": [
"aurelia",
Expand Down
4 changes: 2 additions & 2 deletions config.js
Expand Up @@ -16,7 +16,7 @@ System.config({
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1",
"babel": "npm:babel-core@5.8.35",
"babel-runtime": "npm:babel-runtime@5.8.35",
"core-js": "npm:core-js@2.1.0",
"core-js": "npm:core-js@2.1.3",
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.3.0"
},
Expand All @@ -35,7 +35,7 @@ System.config({
"npm:babel-runtime@5.8.35": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:core-js@2.1.0": {
"npm:core-js@2.1.3": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
Expand Down
3 changes: 2 additions & 1 deletion dist/amd/aurelia-polyfills.js
Expand Up @@ -367,6 +367,7 @@ define(['exports', 'aurelia-pal'], function (exports, _aureliaPal) {
})(_aureliaPal.PLATFORM.global);
var emptyMetadata = Object.freeze({});
var metadataContainerKey = '__metadata__';
var bind = Function.prototype.bind;

if (typeof _aureliaPal.PLATFORM.global.Reflect === 'undefined') {
_aureliaPal.PLATFORM.global.Reflect = {};
Expand Down Expand Up @@ -395,7 +396,7 @@ define(['exports', 'aurelia-pal'], function (exports, _aureliaPal) {
}

if (typeof Reflect.construct !== 'function') {
Reflect.construct = function (target, args) {
Reflect.construct = function (Target, args) {
if (args) {
switch (args.length) {
case 0:
Expand Down
3 changes: 2 additions & 1 deletion dist/aurelia-polyfills.js
Expand Up @@ -399,6 +399,7 @@ if (typeof Object.assign !== 'function') {
})(PLATFORM.global);
const emptyMetadata = Object.freeze({});
const metadataContainerKey = '__metadata__';
const bind = Function.prototype.bind;

if (typeof PLATFORM.global.Reflect === 'undefined') {
PLATFORM.global.Reflect = {};
Expand Down Expand Up @@ -427,7 +428,7 @@ if (typeof Reflect.metadata !== 'function') {
}

if (typeof Reflect.construct !== 'function') {
Reflect.construct = function(target, args) {
Reflect.construct = function(Target, args) {
if (args) {
switch (args.length){
case 0: return new Target();
Expand Down
3 changes: 2 additions & 1 deletion dist/commonjs/aurelia-polyfills.js
Expand Up @@ -368,6 +368,7 @@ if (typeof Object.assign !== 'function') {
})(_aureliaPal.PLATFORM.global);
var emptyMetadata = Object.freeze({});
var metadataContainerKey = '__metadata__';
var bind = Function.prototype.bind;

if (typeof _aureliaPal.PLATFORM.global.Reflect === 'undefined') {
_aureliaPal.PLATFORM.global.Reflect = {};
Expand Down Expand Up @@ -396,7 +397,7 @@ if (typeof Reflect.metadata !== 'function') {
}

if (typeof Reflect.construct !== 'function') {
Reflect.construct = function (target, args) {
Reflect.construct = function (Target, args) {
if (args) {
switch (args.length) {
case 0:
Expand Down
3 changes: 2 additions & 1 deletion dist/es6/aurelia-polyfills.js
Expand Up @@ -399,6 +399,7 @@ if (typeof Object.assign !== 'function') {
})(PLATFORM.global);
const emptyMetadata = Object.freeze({});
const metadataContainerKey = '__metadata__';
const bind = Function.prototype.bind;

if (typeof PLATFORM.global.Reflect === 'undefined') {
PLATFORM.global.Reflect = {};
Expand Down Expand Up @@ -427,7 +428,7 @@ if (typeof Reflect.metadata !== 'function') {
}

if (typeof Reflect.construct !== 'function') {
Reflect.construct = function(target, args) {
Reflect.construct = function(Target, args) {
if (args) {
switch (args.length){
case 0: return new Target();
Expand Down
5 changes: 3 additions & 2 deletions dist/system/aurelia-polyfills.js
@@ -1,7 +1,7 @@
System.register(['aurelia-pal'], function (_export) {
'use strict';

var PLATFORM, emptyMetadata, metadataContainerKey;
var PLATFORM, emptyMetadata, metadataContainerKey, bind;
return {
setters: [function (_aureliaPal) {
PLATFORM = _aureliaPal.PLATFORM;
Expand Down Expand Up @@ -374,6 +374,7 @@ System.register(['aurelia-pal'], function (_export) {
})(PLATFORM.global);
emptyMetadata = Object.freeze({});
metadataContainerKey = '__metadata__';
bind = Function.prototype.bind;

if (typeof PLATFORM.global.Reflect === 'undefined') {
PLATFORM.global.Reflect = {};
Expand Down Expand Up @@ -402,7 +403,7 @@ System.register(['aurelia-pal'], function (_export) {
}

if (typeof Reflect.construct !== 'function') {
Reflect.construct = function (target, args) {
Reflect.construct = function (Target, args) {
if (args) {
switch (args.length) {
case 0:
Expand Down
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
@@ -1,3 +1,13 @@
### 1.0.0-beta.1.0.0 (2016-03-01)


#### Bug Fixes

* **reflect:**
* incorrect arg casing ([52f06db5](http://github.com/aurelia/polyfills/commit/52f06db5682042ee1b3c4601a4133b10e446e7b4))
* missing bind reference ([89964a16](http://github.com/aurelia/polyfills/commit/89964a1602ad216ef1db0f04823f62dd04a67dca))


### 0.1.2 (2016-02-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-polyfills",
"version": "0.1.2",
"version": "1.0.0-beta.1.0.0",
"description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit e513b75

Please sign in to comment.