Skip to content

Commit a5c255c

Browse files
committed
Merge branch 'release/3.0.0-beta6'
2 parents 97bef42 + 620dee3 commit a5c255c

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ config.json
3232
dist/
3333
aot/
3434
angular2-webpack-starter/
35+
testionic/

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="3.0.0-beta56></a>
2+
### 3.0.0-beta6 (2017-02-01)
3+
4+
export missing tokens to fix aot in ionic cli
5+
16
<a name="3.0.0-beta5"></a>
27
### 3.0.0-beta5 (2017-02-01)
38

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-api-angular",
3-
"version": "3.0.0-beta5",
3+
"version": "3.0.0-beta6",
44
"description": "WordPress WP-API v2 client for Angular2",
55
"main": "wp-api-angular.js",
66
"typings": "wp-api-angular.d.ts",

‎src/wp-api-angular.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export { WpApiStatuses } from './Statuses';
3030
export { WpApiTerms } from './Terms';
3131
export { WpApiCustom } from './Custom';
3232

33+
export { WpApiApp, WpApiConfig } from './tokens';
34+
3335
export interface WpApiAppConfig {
3436
baseUrl: string;
3537
namespace?: string;

0 commit comments

Comments
 (0)