Skip to content

Commit

Permalink
Palette Progress + Cars, Dinos Data (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed Dec 3, 2018
1 parent 5a4ca94 commit e4ba619
Show file tree
Hide file tree
Showing 27 changed files with 70,559 additions and 66 deletions.
2 changes: 1 addition & 1 deletion docker/misk-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Includes `misk-web` script and `@misk/` packages. `misk-web` handles running var
| Date | Docker/ `squareup/ misk-web` | NPM/ `@misk/ common` | NPM/ `@misk/ components` | NPM/ `@misk/ dev` | NPM/ `@misk/ tslint` | Release Notes |
| ---------- | ---------------------------- | -------------------- | ------------------------ | ----------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| 2018-11-30 | `0.1.0-alpha-*` | `0.1.1-*` | `0.1.1-*` | `0.1.1-*` | `0.1.1-*` | Alpha |
| 2018-11-30 | `0.1.1-alpha-0.1` | `0.1.1-alpha-0.1` | `0.1.1-alpha-0.1` | `0.1.1-alpha-0.1` | `0.1.1-alpha-0.1` | Rename @misk/core to @misk/core. |
| 2018-11-30 | `0.1.1-alpha-0.1` | `0.1.1-alpha-0.1` | `0.1.1-alpha-0.1` | `0.1.1-alpha-0.2` | `0.1.1-alpha-0.1` | Rename @misk/core to @misk/core. |
| 2018-11-30 | `0.1.0` | `0.1.0` | `0.1.0` | `0.1.0` | `0.1.0` | Stable Release 0.1.0. Migrate from awesome-typescript-loader to ts-loader. Rename @misk/core to @misk/core. |
| 2018-11-29 | `0.0.12` | `0.1.0-alpha-0.6` | `0.1.0-alpha-0.16` | `0.1.0-alpha-0.3` | `0.1.0-alpha-0.1` | Added `reselect` library |
| 2018-11-28 | `0.0.11` | `0.1.0-alpha-0.5` | `0.1.0-alpha-0.16` | `0.1.0-alpha-0.2` | `0.1.0-alpha-0.1` | [DEPRECATED] Added `reselect` library. |
Expand Down
2 changes: 2 additions & 0 deletions examples/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## Data Sets

- [`adminDashboardTabs`](https://square.github.io/misk-web/examples/data/demo/adminDashboardTabs.json): Misk bound admin dashboard tabs
- [`cars`](https://square.github.io/misk-web/examples/data/demo/cars.json): 1000 cars with quantities, prices, locations
- [`config`](https://square.github.io/misk-web/examples/data/demo/config.json): Misk service config
- [`dinos`](https://square.github.io/misk-web/examples/data/demo/dinos.json): 1000 dinosaurs
- [`serviceMetadata`](https://square.github.io/misk-web/examples/data/demo/serviceMetadata.json): Misk service metadata
- [`shortUrls`](https://square.github.io/misk-web/examples/data/demo/shortUrls.json): Shortened urls
- [`webActions`](https://square.github.io/misk-web/examples/data/demo/webActions.json): Misk bound web actions
Expand Down
7 changes: 1 addition & 6 deletions examples/data/demo/adminDashboardTabs.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"adminDashboardTabs": [
{
"name": "Palette",
"slug": "palette",
"url_path_prefix": "/palette/"
},
{
"name": "First Tab",
"slug": "first-tab",
Expand All @@ -16,4 +11,4 @@
"url_path_prefix": "/_admin/second-tab/"
}
]
}
}
Loading

0 comments on commit e4ba619

Please sign in to comment.