Skip to content

Commit

Permalink
v0.27.35
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenwerk committed Nov 30, 2021
1 parent e99a3ac commit 85688dd
Show file tree
Hide file tree
Showing 24 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/**"
],
"version": "0.27.34",
"version": "0.27.35",
"npmClient": "yarn",
"npmClientArgs": [
"--ignore-engines"
Expand Down
4 changes: 2 additions & 2 deletions packages/base-cards/package.json
@@ -1,8 +1,8 @@
{
"name": "@cardstack/base-cards",
"version": "0.27.34",
"version": "0.27.35",
"private": true,
"devDependencies": {
"@cardstack/eslint-config": "0.27.34"
"@cardstack/eslint-config": "0.27.35"
}
}
2 changes: 1 addition & 1 deletion packages/boxel/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/boxel",
"version": "0.27.34",
"version": "0.27.35",
"description": "Cardstack Boxel Design System development app.",
"repository": "https://github.com/cardstack/boxel",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/cardhost/package.json
@@ -1,6 +1,6 @@
{
"name": "cardhost",
"version": "0.27.34",
"version": "0.27.35",
"private": true,
"description": "The standard clientside app for hosting Cardstack Cards",
"repository": {
Expand Down Expand Up @@ -32,9 +32,9 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/plugin-transform-typescript": "^7.12.13",
"@cardstack/base-cards": "0.27.34",
"@cardstack/compiled": "0.27.34",
"@cardstack/core": "0.27.34",
"@cardstack/base-cards": "0.27.35",
"@cardstack/compiled": "0.27.35",
"@cardstack/core": "0.27.35",
"@ember/optional-features": "^2.0.0",
"@ember/render-modifiers": "^1.0.2",
"@ember/test-helpers": "^2.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cardie/package.json
@@ -1,6 +1,6 @@
{
"name": "discord-bot",
"version": "0.27.34",
"version": "0.27.35",
"description": "",
"main": "index.js",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/cardpay-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@cardstack/cardpay-cli",
"description": "CLI tool for basic actions in the Cardpay ecosystem",
"version": "0.27.34",
"version": "0.27.35",
"author": "Dominic Sherman @DominicSherman",
"repository": "cardstack/cardstack",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@cardstack/cardpay-sdk": "0.27.34",
"@cardstack/cardpay-sdk": "0.27.35",
"@truffle/hdwallet-provider": "^1.5.0",
"@trufflesuite/web3-provider-engine": "^15.0.13-1",
"@types/bn.js": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cardpay-sdk/package.json
@@ -1,7 +1,7 @@
{
"name": "@cardstack/cardpay-sdk",
"description": "An SDK for using the cardpay protocol",
"version": "0.27.34",
"version": "0.27.35",
"author": "Hassan Abdel-Rahman @habdelra",
"main": "./index.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cardpay-subgraph/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/cardpay-subgraph",
"version": "0.27.34",
"version": "0.27.35",
"license": "MIT",
"scripts": {
"codegen-sokol": "node ./etc/pre-codegen.js poa-sokol && graph codegen && node ./etc/pre-tsc-build.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"xdai-blue-status": "node ./lib/sync-status.js xdai-blue"
},
"devDependencies": {
"@cardstack/cardpay-sdk": "0.27.34",
"@cardstack/cardpay-sdk": "0.27.35",
"@graphprotocol/graph-cli": "0.20.0",
"@graphprotocol/graph-ts": "graphprotocol/graph-ts#56adb62d9e4233c6fc6c38bc0519a8a566afdd9e",
"@protofire/subgraph-toolkit": "0.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/compiled/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/compiled",
"version": "0.27.34",
"version": "0.27.35",
"private": true,
"keywords": [
"ember-addon"
Expand All @@ -19,8 +19,8 @@
"node": ">= 14"
},
"dependencies": {
"@cardstack/boxel": "0.27.34",
"@cardstack/core": "0.27.34",
"@cardstack/boxel": "0.27.35",
"@cardstack/core": "0.27.35",
"@embroider/addon-shim": "*",
"@glimmer/component": "^1.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/core",
"version": "0.27.34",
"version": "0.27.35",
"keywords": [],
"author": "Edward Faulkner <edward@eaf4.com>",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
@@ -1,12 +1,12 @@
{
"name": "@cardstack/db",
"description": "db support for cardstack hub",
"version": "0.27.34",
"version": "0.27.35",
"author": "Hassan Abdel-Rahman @habdelra",
"repository": "cardstack/cardstack",
"license": "MIT",
"dependencies": {
"@cardstack/di": "0.27.34",
"@cardstack/di": "0.27.35",
"config": "^3.3.6",
"pg": "^8.6.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-cards/package.json
@@ -1,8 +1,8 @@
{
"name": "@cardstack/demo-cards",
"version": "0.27.34",
"version": "0.27.35",
"private": true,
"devDependencies": {
"@cardstack/eslint-config": "0.27.34"
"@cardstack/eslint-config": "0.27.35"
}
}
2 changes: 1 addition & 1 deletion packages/di/package.json
@@ -1,7 +1,7 @@
{
"name": "@cardstack/di",
"description": "dependency injection support for cardstack hub",
"version": "0.27.34",
"version": "0.27.35",
"author": "Hassan Abdel-Rahman @habdelra",
"repository": "cardstack/cardstack",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/did-resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/did-resolver",
"version": "0.27.34",
"version": "0.27.35",
"description": "A javascript resolver for the cardstack DID method",
"main": "./index.js",
"author": "Cardstack Team",
Expand All @@ -15,8 +15,8 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@cardstack/eslint-config": "0.27.34",
"@cardstack/test-support": "0.27.34",
"@cardstack/eslint-config": "0.27.35",
"@cardstack/test-support": "0.27.35",
"@types/chai": "^4.2.15",
"@types/lodash": "^4.14.169",
"@types/mocha": "^8.2.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/discord-bot/package.json
@@ -1,13 +1,13 @@
{
"name": "@cardstack/discord-bot",
"version": "0.27.34",
"version": "0.27.35",
"description": "Library for writing robust discord bots",
"author": "Hassan Abdel-Rahman @habdelra",
"license": "MIT",
"main": "./index.js",
"dependencies": {
"@cardstack/cardpay-sdk": "0.27.34",
"@cardstack/db": "0.27.34",
"@cardstack/cardpay-sdk": "0.27.35",
"@cardstack/db": "0.27.35",
"@cardstack/logger": "^0.2.1",
"@sentry/node": "^6.10.0",
"@types/fs-extra": "^9.0.11",
Expand All @@ -23,8 +23,8 @@
"tmp": "^0.2.1"
},
"devDependencies": {
"@cardstack/eslint-config": "0.27.34",
"@cardstack/test-support": "0.27.34",
"@cardstack/eslint-config": "0.27.35",
"@cardstack/test-support": "0.27.35",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"chai": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/eslint-config",
"version": "0.27.34",
"version": "0.27.35",
"description": "Shared eslint config for cardstack packages.",
"main": "index.js",
"scripts": {
Expand Down
@@ -1,6 +1,6 @@
{
"name": "check-version",
"version": "0.27.34",
"version": "0.27.35",
"scripts": {
"build": "tsc",
"serve": "npm run build && firebase emulators:start --only functions",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "maintenance-status",
"version": "0.27.34",
"version": "0.27.35",
"scripts": {
"build": "tsc",
"serve": "npm run build && firebase emulators:start --only functions",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "minimum-version",
"version": "0.27.34",
"version": "0.27.35",
"scripts": {
"build": "tsc",
"serve": "npm run build && firebase emulators:start --only functions",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-functions/push/functions/package.json
@@ -1,6 +1,6 @@
{
"name": "firebase-walletconnect-push",
"version": "0.27.34",
"version": "0.27.35",
"description": "Wallet Connect Push notification service for Firebase Cloud Functions",
"author": "",
"license": "MIT",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "review-feature",
"version": "0.27.34",
"version": "0.27.35",
"scripts": {
"build": "tsc",
"serve": "npm run build && firebase emulators:start --only functions",
Expand Down
18 changes: 9 additions & 9 deletions packages/hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/hub",
"version": "0.27.34",
"version": "0.27.35",
"bin": {
"cardstack-hub": "./bin/cardstack-hub.js"
},
Expand All @@ -25,12 +25,12 @@
"@aws-sdk/client-s3": "^3.18.0",
"@aws-sdk/client-sts": "^3.18.0",
"@babel/core": "^7.12.13",
"@cardstack/cardpay-sdk": "0.27.34",
"@cardstack/core": "0.27.34",
"@cardstack/db": "0.27.34",
"@cardstack/di": "0.27.34",
"@cardstack/did-resolver": "0.27.34",
"@cardstack/discord-bot": "0.27.34",
"@cardstack/cardpay-sdk": "0.27.35",
"@cardstack/core": "0.27.35",
"@cardstack/db": "0.27.35",
"@cardstack/di": "0.27.35",
"@cardstack/did-resolver": "0.27.35",
"@cardstack/discord-bot": "0.27.35",
"@cardstack/logger": "^0.2.1",
"@graphile/logger": "^0.2.0",
"@koa/cors": "^3.1.0",
Expand Down Expand Up @@ -89,8 +89,8 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"@cardstack/eslint-config": "0.27.34",
"@cardstack/test-support": "0.27.34",
"@cardstack/eslint-config": "0.27.35",
"@cardstack/test-support": "0.27.35",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/config": "^0.0.38",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-support/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/test-support",
"version": "0.27.34",
"version": "0.27.35",
"description": "Shared test support for cardstack packages.",
"main": "index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"require-uncached": "^1.0.3"
},
"devDependencies": {
"@cardstack/eslint-config": "0.27.34",
"@cardstack/eslint-config": "0.27.35",
"jsonapi-typescript": "^0.1.3"
},
"author": "Edward Faulkner <edward@eaf4.com>",
Expand Down
8 changes: 4 additions & 4 deletions packages/web-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/web-client",
"version": "0.27.34",
"version": "0.27.35",
"description": "The cardstack web front-end app",
"repository": "",
"license": "MIT",
Expand All @@ -25,9 +25,9 @@
"test:ember": "ember test"
},
"devDependencies": {
"@cardstack/boxel": "0.27.34",
"@cardstack/cardpay-sdk": "0.27.34",
"@cardstack/did-resolver": "0.27.34",
"@cardstack/boxel": "0.27.35",
"@cardstack/cardpay-sdk": "0.27.35",
"@cardstack/did-resolver": "0.27.35",
"@ember/optional-features": "^2.0.0",
"@ember/render-modifiers": "^2.0.0",
"@ember/test-helpers": "^2.4.0",
Expand Down

0 comments on commit 85688dd

Please sign in to comment.