Skip to content

Commit

Permalink
v0.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed Jan 10, 2019
1 parent b1a6ad4 commit 3ba0de1
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.12.19",
"version": "0.12.20",
"npmClient": "yarn",
"npmClientArgs": [
"--ignore-engines"
Expand Down
4 changes: 2 additions & 2 deletions packages/card-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/card-picker",
"version": "0.12.18",
"version": "0.12.20",
"description": "Card-Picker system for cardstack",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@cardstack/eslint-config": "0.12.7",
"@cardstack/rendering": "0.12.18",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"@ember/optional-features": "^0.6.3",
"broccoli-asset-rev": "^2.7.0",
"ember-ajax": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/codegen",
"version": "0.12.19",
"version": "0.12.20",
"description": "Dynamic code generation infrastructure for Cardstack",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@cardstack/eslint-config": "0.12.7",
"@cardstack/jsonapi": "0.12.18",
"@cardstack/test-support": "0.12.19",
"@cardstack/jsonapi": "0.12.20",
"@cardstack/test-support": "0.12.20",
"ember-cli": "^3.0.0",
"ember-cli-dependency-checker": "^2.1.0",
"ember-cli-htmlbars": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/drupal",
"version": "0.12.18",
"version": "0.12.20",
"description": "Drupal data source plugin for @cardstack/hub.",
"repository": "https://github.com/cardstack/cardstack",
"author": "Edward Faulkner <edward@eaf4.com>",
Expand All @@ -11,7 +11,7 @@
"main": "indexer.js",
"devDependencies": {
"@cardstack/eslint-config": "0.12.7",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"eslint": "^5.8.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-mocha": "^5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/ethereum",
"version": "0.12.19",
"version": "0.12.20",
"description": "ethereum plugin for Cardstack",
"keywords": [
"ember-addon",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@cardstack/di": "0.12.7",
"@cardstack/hub": "0.12.19",
"@cardstack/hub": "0.12.20",
"@cardstack/logger": "^0.1.0",
"@cardstack/pgsearch": "0.12.19",
"@cardstack/pgsearch": "0.12.20",
"@cardstack/plugin-utils": "0.12.7",
"ember-source": "~2.18.2",
"handlebars": "^4.0.6",
Expand All @@ -39,9 +39,9 @@
},
"devDependencies": {
"@cardstack/eslint-config": "0.12.7",
"@cardstack/jsonapi": "0.12.18",
"@cardstack/jsonapi": "0.12.20",
"@cardstack/models": "0.12.19",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"eslint": "^5.8.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-mocha": "^5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/files",
"version": "0.12.19",
"version": "0.12.20",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand All @@ -25,11 +25,11 @@
},
"dependencies": {
"@cardstack/di": "0.12.7",
"@cardstack/hub": "0.12.19",
"@cardstack/jsonapi": "0.12.18",
"@cardstack/hub": "0.12.20",
"@cardstack/jsonapi": "0.12.20",
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "0.12.7",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"ember-cli-babel": "^6.6.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/hub",
"version": "0.12.19",
"version": "0.12.20",
"bin": {
"cardstack-hub": "./bin/cardstack-hub.js",
"cardstack-generate-key": "./bin/generate-key.js",
Expand All @@ -17,14 +17,14 @@
},
"description": "Stock API server for the Cardstack tech stack.",
"dependencies": {
"@cardstack/codegen": "0.12.19",
"@cardstack/codegen": "0.12.20",
"@cardstack/core-types": "0.12.19",
"@cardstack/di": "0.12.7",
"@cardstack/handlebars": "0.12.7",
"@cardstack/logger": "^0.1.0",
"@cardstack/pgsearch": "0.12.19",
"@cardstack/pgsearch": "0.12.20",
"@cardstack/plugin-utils": "0.12.7",
"@cardstack/queue": "0.12.18",
"@cardstack/queue": "0.12.20",
"@cardstack/routing": "0.12.19",
"broccoli-concat": "^3.2.2",
"broccoli-plugin": "^1.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/image",
"version": "0.12.19",
"version": "0.12.20",
"description": "Image field plugin for cardstack",
"keywords": [
"ember-addon",
Expand All @@ -25,16 +25,16 @@
},
"dependencies": {
"@cardstack/plugin-utils": "0.12.7",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"ember-cli-babel": "^6.8.2",
"ember-cli-htmlbars": "^2.0.1"
},
"devDependencies": {
"@cardstack/authentication": "0.12.19",
"@cardstack/ephemeral": "0.12.7",
"@cardstack/eslint-config": "0.12.7",
"@cardstack/files": "0.12.19",
"@cardstack/jsonapi": "0.12.18",
"@cardstack/files": "0.12.20",
"@cardstack/jsonapi": "0.12.20",
"@cardstack/mock-auth": "0.12.19",
"@cardstack/models": "0.12.19",
"@cardstack/rendering": "0.12.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/jsonapi",
"version": "0.12.18",
"version": "0.12.20",
"description": "JSONAPI middleware for @cardstack/hub",
"repository": "https://github.com/cardstack/cardstack",
"author": "Edward Faulkner <edward@eaf4.com>",
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"@cardstack/eslint-config": "0.12.7",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"@cardstack/test-support-authenticator": "0.12.7",
"eslint": "^5.8.0",
"eslint-plugin-ember": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/live-queries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/live-queries",
"version": "0.12.18",
"version": "0.12.20",
"description": "Smart Ember Data queries that are re-run whenever they may have changed",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"devDependencies": {
"@cardstack/eslint-config": "0.12.7",
"@cardstack/jsonapi": "0.12.18",
"@cardstack/jsonapi": "0.12.20",
"@cardstack/models": "0.12.19",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "^3.0.0",
"ember-cli-dependency-checker": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/mobiledoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/mobiledoc",
"version": "0.12.19",
"version": "0.12.20",
"description": "Mobiledoc field plugin for cardstack",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@cardstack/authentication": "0.12.19",
"@cardstack/ephemeral": "0.12.7",
"@cardstack/eslint-config": "0.12.7",
"@cardstack/hub": "0.12.19",
"@cardstack/test-support": "0.12.19",
"@cardstack/hub": "0.12.20",
"@cardstack/test-support": "0.12.20",
"@cardstack/tools": "0.12.19",
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pgsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/pgsearch",
"version": "0.12.19",
"version": "0.12.20",
"author": "Edward Faulkner <edward@eaf4.com>",
"repository": "https://github.com/cardstack/cardstack",
"keywords": [
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@cardstack/di": "0.12.7",
"@cardstack/hub": "0.12.19",
"@cardstack/hub": "0.12.20",
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "0.12.7",
"node-pg-migrate": "3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/postgresql",
"version": "0.12.18",
"version": "0.12.20",
"description": "PostgreSQL data source plugin for @cardstack/hub.",
"repository": "https://github.com/cardstack/cardstack",
"author": "Edward Faulkner <edward@eaf4.com>",
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"@cardstack/eslint-config": "0.12.7",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"eslint": "^5.8.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-mocha": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/queue",
"version": "0.12.18",
"version": "0.12.20",
"description": "Job queueing plugin for @cardstack/hub.",
"repository": "https://github.com/cardstack/cardstack",
"author": "Alex Speller <alex@alexspeller.com>",
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"@cardstack/eslint-config": "0.12.7",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"delay": "2.0.0",
"eslint": "^5.8.0",
"eslint-plugin-ember": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/s3",
"version": "0.12.19",
"version": "0.12.20",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand All @@ -25,12 +25,12 @@
},
"dependencies": {
"@cardstack/di": "0.12.7",
"@cardstack/files": "0.12.19",
"@cardstack/hub": "0.12.19",
"@cardstack/jsonapi": "0.12.18",
"@cardstack/files": "0.12.20",
"@cardstack/hub": "0.12.20",
"@cardstack/jsonapi": "0.12.20",
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "0.12.7",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"aws-sdk": "^2.317.0",
"ember-cli-babel": "^6.6.0",
"koa": "^2.5.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/test-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/test-support",
"version": "0.12.19",
"version": "0.12.20",
"description": "Shared test support for cardstack packages.",
"main": "index.js",
"scripts": {
Expand All @@ -21,9 +21,9 @@
"@cardstack/data": "0.12.19",
"@cardstack/di": "0.12.7",
"@cardstack/ephemeral": "0.12.7",
"@cardstack/hub": "0.12.19",
"@cardstack/hub": "0.12.20",
"@cardstack/logger": "^0.1.0",
"@cardstack/pgsearch": "0.12.19",
"@cardstack/pgsearch": "0.12.20",
"@cardstack/plugin-utils": "0.12.7",
"@std/esm": "^0.25.1",
"broccoli-funnel": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/workflow",
"version": "0.12.18",
"version": "0.12.20",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -31,10 +31,10 @@
"devDependencies": {
"@cardstack/ephemeral": "0.12.7",
"@cardstack/eslint-config": "0.12.7",
"@cardstack/jsonapi": "0.12.18",
"@cardstack/jsonapi": "0.12.20",
"@cardstack/models": "0.12.19",
"@cardstack/rendering": "0.12.18",
"@cardstack/test-support": "0.12.19",
"@cardstack/test-support": "0.12.20",
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "^3.0.0",
"ember-cli-dependency-checker": "^2.1.0",
Expand Down

0 comments on commit 3ba0de1

Please sign in to comment.