Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
chore(all): prepare release 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Nov 16, 2015
1 parent 4cd57ed commit 22e3429
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 172 deletions.
267 changes: 124 additions & 143 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,182 +16,163 @@ System.config({

System.config({
"map": {
"aurelia-animator-css": "github:aurelia/[email protected]",
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-bootstrapper": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-event-aggregator": "github:aurelia/[email protected]",
"aurelia-fetch-client": "github:aurelia/[email protected]",
"aurelia-framework": "github:aurelia/[email protected]",
"aurelia-history": "github:aurelia/[email protected]",
"aurelia-history-browser": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-loader-default": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-pal": "github:aurelia/[email protected]",
"aurelia-pal-browser": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-route-recognizer": "github:aurelia/[email protected]",
"aurelia-router": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected]",
"aurelia-templating-binding": "github:aurelia/[email protected]",
"aurelia-templating-resources": "github:aurelia/[email protected]",
"aurelia-templating-router": "github:aurelia/[email protected]",
"aurelia-animator-css": "npm:[email protected]",
"aurelia-bootstrapper": "npm:[email protected]",
"aurelia-fetch-client": "npm:[email protected]",
"aurelia-framework": "npm:[email protected]",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"bootstrap": "github:twbs/[email protected]",
"core-js": "npm:[email protected]",
"fetch": "github:github/[email protected]",
"font-awesome": "npm:[email protected]",
"text": "github:systemjs/[email protected]",
"github:aurelia/[email protected]": {
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-pal": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-pal": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"text": "github:systemjs/[email protected]",
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"path-browserify": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"util": "npm:[email protected]"
},
"github:twbs/[email protected]": {
"jquery": "github:components/[email protected]"
},
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-metadata": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
"aurelia-templating": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-metadata": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
"aurelia-task-queue": "npm:[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/bootstrapper@0.19.0": {
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.10.0",
"aurelia-framework": "github:aurelia/framework@0.18.0",
"aurelia-history": "github:aurelia/history@0.9.0",
"aurelia-history-browser": "github:aurelia/history-browser@0.10.0",
"aurelia-loader-default": "github:aurelia/loader-default@0.12.0",
"aurelia-logging-console": "github:aurelia/logging-console@0.9.0",
"aurelia-pal": "github:aurelia/pal@0.3.0",
"aurelia-pal-browser": "github:aurelia/pal-browser@0.3.0",
"aurelia-router": "github:aurelia/router@0.14.1",
"aurelia-templating": "github:aurelia/templating@0.17.5",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.17.1",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.17.4",
"aurelia-templating-router": "github:aurelia/templating-router@0.18.0",
"npm:aurelia-bootstrapper@1.0.0-beta.1": {
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.0-beta.1",
"aurelia-framework": "npm:aurelia-framework@1.0.0-beta.1",
"aurelia-history": "npm:aurelia-history@1.0.0-beta.1",
"aurelia-history-browser": "npm:aurelia-history-browser@1.0.0-beta.1",
"aurelia-loader-default": "npm:aurelia-loader-default@1.0.0-beta.1",
"aurelia-logging-console": "npm:aurelia-logging-console@1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1",
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-beta.1",
"aurelia-router": "npm:aurelia-router@1.0.0-beta.1",
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1",
"aurelia-templating-binding": "npm:aurelia-templating-binding@1.0.0-beta.1",
"aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0-beta.1.0.1",
"aurelia-templating-router": "npm:aurelia-templating-router@1.0.0-beta.1.0.1",
"core-js": "npm:[email protected]"
},
"github:aurelia/dependency-injection@0.12.1": {
"aurelia-logging": "github:aurelia/logging@0.9.0",
"aurelia-metadata": "github:aurelia/metadata@0.10.1",
"aurelia-pal": "github:aurelia/pal@0.3.0",
"npm:aurelia-dependency-injection@1.0.0-beta.1": {
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1",
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1",
"core-js": "npm:[email protected]"
},
"github:aurelia/event-aggregator@0.10.0": {
"aurelia-logging": "github:aurelia/logging@0.9.0"
"npm:aurelia-event-aggregator@1.0.0-beta.1": {
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1"
},
"github:aurelia/fetch-client@0.4.0": {
"npm:aurelia-fetch-client@1.0.0-beta.1": {
"core-js": "npm:[email protected]"
},
"github:aurelia/framework@0.18.0": {
"aurelia-binding": "github:aurelia/binding@0.11.4",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.12.1",
"aurelia-loader": "github:aurelia/loader@0.11.0",
"aurelia-logging": "github:aurelia/logging@0.9.0",
"aurelia-metadata": "github:aurelia/metadata@0.10.1",
"aurelia-pal": "github:aurelia/pal@0.3.0",
"aurelia-path": "github:aurelia/path@0.11.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.9.0",
"aurelia-templating": "github:aurelia/templating@0.17.5",
"npm:aurelia-framework@1.0.0-beta.1": {
"aurelia-binding": "npm:aurelia-binding@1.0.0-beta.1.0.1",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1",
"aurelia-loader": "npm:aurelia-loader@1.0.0-beta.1",
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1",
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1",
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-beta.1",
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1",
"core-js": "npm:[email protected]"
},
"github:aurelia/history-browser@0.10.0": {
"aurelia-history": "github:aurelia/history@0.9.0",
"aurelia-pal": "github:aurelia/pal@0.3.0",
"npm:aurelia-history-browser@1.0.0-beta.1": {
"aurelia-history": "npm:aurelia-history@1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1",
"core-js": "npm:[email protected]"
},
"github:aurelia/loader-default@0.12.0": {
"aurelia-loader": "github:aurelia/loader@0.11.0",
"aurelia-metadata": "github:aurelia/metadata@0.10.1",
"aurelia-pal": "github:aurelia/pal@0.3.0"
"npm:aurelia-loader-default@1.0.0-beta.1": {
"aurelia-loader": "npm:aurelia-loader@1.0.0-beta.1",
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1"
},
"github:aurelia/loader@0.11.0": {
"aurelia-metadata": "github:aurelia/metadata@0.10.1",
"aurelia-path": "github:aurelia/path@0.11.0"
"npm:aurelia-loader@1.0.0-beta.1": {
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1"
},
"github:aurelia/logging-console@0.9.0": {
"aurelia-logging": "github:aurelia/logging@0.9.0",
"aurelia-pal": "github:aurelia/pal@0.3.0"
"npm:aurelia-logging-console@1.0.0-beta.1": {
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1"
},
"github:aurelia/metadata@0.10.1": {
"aurelia-pal": "github:aurelia/pal@0.3.0",
"npm:aurelia-metadata@1.0.0-beta.1": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1",
"core-js": "npm:[email protected]"
},
"github:aurelia/pal-browser@0.3.0": {
"aurelia-pal": "github:aurelia/pal@0.3.0"
"npm:aurelia-pal-browser@1.0.0-beta.1": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1"
},
"github:aurelia/route-recognizer@0.9.0": {
"aurelia-path": "github:aurelia/path@0.11.0",
"npm:aurelia-route-recognizer@1.0.0-beta.1": {
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1",
"core-js": "npm:[email protected]"
},
"github:aurelia/router@0.14.1": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.12.1",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.10.0",
"aurelia-history": "github:aurelia/history@0.9.0",
"aurelia-logging": "github:aurelia/logging@0.9.0",
"aurelia-path": "github:aurelia/path@0.11.0",
"aurelia-route-recognizer": "github:aurelia/route-recognizer@0.9.0",
"npm:aurelia-router@1.0.0-beta.1": {
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.0-beta.1",
"aurelia-history": "npm:aurelia-history@1.0.0-beta.1",
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1",
"aurelia-route-recognizer": "npm:aurelia-route-recognizer@1.0.0-beta.1",
"core-js": "npm:[email protected]"
},
"github:aurelia/task-queue@0.9.0": {
"aurelia-pal": "github:aurelia/pal@0.3.0"
},
"github:aurelia/templating-binding@0.17.1": {
"aurelia-binding": "github:aurelia/binding@0.11.4",
"aurelia-logging": "github:aurelia/logging@0.9.0",
"aurelia-templating": "github:aurelia/templating@0.17.5"
},
"github:aurelia/templating-resources@0.17.4": {
"aurelia-binding": "github:aurelia/binding@0.11.4",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.12.1",
"aurelia-loader": "github:aurelia/loader@0.11.0",
"aurelia-logging": "github:aurelia/logging@0.9.0",
"aurelia-pal": "github:aurelia/pal@0.3.0",
"aurelia-path": "github:aurelia/path@0.11.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.9.0",
"aurelia-templating": "github:aurelia/templating@0.17.5",
"npm:aurelia-task-queue@1.0.0-beta.1": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1"
},
"npm:aurelia-templating-binding@1.0.0-beta.1": {
"aurelia-binding": "npm:aurelia-binding@1.0.0-beta.1.0.1",
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1",
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1"
},
"npm:aurelia-templating-resources@1.0.0-beta.1.0.1": {
"aurelia-binding": "npm:aurelia-binding@1.0.0-beta.1.0.1",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1",
"aurelia-loader": "npm:aurelia-loader@1.0.0-beta.1",
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1",
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-beta.1",
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1",
"core-js": "npm:[email protected]"
},
"github:aurelia/templating-router@0.18.0": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.12.1",
"aurelia-logging": "github:aurelia/logging@0.9.0",
"aurelia-metadata": "github:aurelia/metadata@0.10.1",
"aurelia-pal": "github:aurelia/pal@0.3.0",
"aurelia-path": "github:aurelia/path@0.11.0",
"aurelia-router": "github:aurelia/router@0.14.1",
"aurelia-templating": "github:aurelia/templating@0.17.5"
},
"github:aurelia/templating@0.17.5": {
"aurelia-binding": "github:aurelia/binding@0.11.4",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.12.1",
"aurelia-loader": "github:aurelia/loader@0.11.0",
"aurelia-logging": "github:aurelia/logging@0.9.0",
"aurelia-metadata": "github:aurelia/metadata@0.10.1",
"aurelia-pal": "github:aurelia/pal@0.3.0",
"aurelia-path": "github:aurelia/path@0.11.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.9.0",
"npm:aurelia-templating-router@1.0.0-beta.1.0.1": {
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1",
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1",
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1",
"aurelia-router": "npm:aurelia-router@1.0.0-beta.1",
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1"
},
"npm:aurelia-templating@1.0.0-beta.1": {
"aurelia-binding": "npm:aurelia-binding@1.0.0-beta.1.0.1",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1",
"aurelia-loader": "npm:aurelia-loader@1.0.0-beta.1",
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1",
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1",
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-beta.1",
"core-js": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"path-browserify": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"util": "npm:[email protected]"
},
"github:twbs/[email protected]": {
"jquery": "github:components/[email protected]"
},
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
Expand Down
9 changes: 8 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 1.0.0-beta.1 (2015-11-16)


#### Bug Fixes

* **eslintrc:** remove dangling comma ([c05c7894](http://github.com/aurelia/skeleton-navigation/commit/c05c78945e596b6d08c9d186efbcffeef9b18ad2), closes [#205](http://github.com/aurelia/skeleton-navigation/issues/205))


## 0.20.0 (2015-11-10)


Expand Down Expand Up @@ -608,4 +616,3 @@

* **package:** update dependencies to latest versions ([77986163](http://github.com/aurelia/skeleton-navigation/commit/779861632b7e48152ce7bed9d0316e90fda2482d))
* **package:** update dependencies to latest versions ([4f1661dc](http://github.com/aurelia/skeleton-navigation/commit/4f1661dceafe93c8c117133bd07b9edb243b913e))

36 changes: 8 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-skeleton-navigation",
"version": "0.20.0",
"version": "1.0.0-beta.1",
"description": "A starter kit for building a standard navigation-style app with Aurelia.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -58,34 +58,14 @@
},
"jspm": {
"dependencies": {
"aurelia-animator-css": "github:aurelia/animator-css@^0.18.0",
"aurelia-binding": "github:aurelia/binding@^0.11.0",
"aurelia-bootstrapper": "github:aurelia/bootstrapper@^0.19.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.12.0",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@^0.10.0",
"aurelia-fetch-client": "github:aurelia/fetch-client@^0.4.0",
"aurelia-framework": "github:aurelia/framework@^0.18.0",
"aurelia-history": "github:aurelia/history@^0.9.0",
"aurelia-history-browser": "github:aurelia/history-browser@^0.10.0",
"aurelia-loader": "github:aurelia/loader@^0.11.0",
"aurelia-loader-default": "github:aurelia/loader-default@^0.12.0",
"aurelia-logging": "github:aurelia/logging@^0.9.0",
"aurelia-metadata": "github:aurelia/metadata@^0.10.0",
"aurelia-pal": "github:aurelia/pal@^0.3.0",
"aurelia-pal-browser": "github:aurelia/pal-browser@^0.3.0",
"aurelia-path": "github:aurelia/path@^0.11.0",
"aurelia-route-recognizer": "github:aurelia/route-recognizer@^0.9.0",
"aurelia-router": "github:aurelia/router@^0.14.0",
"aurelia-task-queue": "github:aurelia/task-queue@^0.9.0",
"aurelia-templating": "github:aurelia/templating@^0.17.0",
"aurelia-templating-binding": "github:aurelia/templating-binding@^0.17.0",
"aurelia-templating-resources": "github:aurelia/templating-resources@^0.17.0",
"aurelia-templating-router": "github:aurelia/templating-router@^0.18.0",
"bootstrap": "github:twbs/bootstrap@^3.3.4",
"core-js": "npm:core-js@^1.2.6",
"aurelia-animator-css": "npm:aurelia-animator-css@^1.0.0-beta.1",
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-beta.1",
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.0.0-beta.1",
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1",
"bootstrap": "github:twbs/bootstrap@^3.3.5",
"fetch": "github:github/fetch@^0.10.1",
"font-awesome": "npm:font-awesome@^4.3.0",
"text": "github:systemjs/plugin-text@^0.0.2"
"font-awesome": "npm:font-awesome@^4.4.0",
"text": "github:systemjs/plugin-text@^0.0.3"
},
"devDependencies": {
"babel": "npm:babel-core@^5.6.4",
Expand Down

0 comments on commit 22e3429

Please sign in to comment.