Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.3 #42

Merged
merged 4 commits into from
Oct 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions internal-integration-checks/next-notes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# next-notes

## 0.3.0

### Patch Changes

- Release v0.3
- Updated dependencies
- @composedb/client@0.3.0
- @composedb/types@0.3.0

## 0.3.0-rc.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions internal-integration-checks/next-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-notes",
"version": "0.3.0-rc.1",
"version": "0.3.0",
"private": true,
"scripts": {
"relay": "relay-compiler",
Expand All @@ -10,9 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.5.0-rc.0",
"@composedb/client": "workspace:^0.3.0-rc.1",
"@composedb/types": "workspace:^0.3.0-rc.1",
"@ceramicnetwork/http-client": "^2.5.0",
"@composedb/client": "workspace:^0.3.0",
"@composedb/types": "workspace:^0.3.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
Expand All @@ -22,7 +22,7 @@
"dids": "^3.4.0",
"jotai": "^1.8.4",
"key-did-provider-ed25519": "^2.0.1",
"key-did-resolver": "^2.1.2",
"key-did-resolver": "^2.1.3",
"next": "^12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -31,8 +31,8 @@
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"@composedb/devtools": "workspace:^0.3.0-rc.1",
"@composedb/devtools-node": "workspace:^0.3.0-rc.1",
"@composedb/devtools": "workspace:^0.3.0",
"@composedb/devtools-node": "workspace:^0.3.0",
"@types/node": "^18.8.2",
"@types/react": "^18.0.21",
"@types/react-relay": "^14.1.2",
Expand Down
9 changes: 9 additions & 0 deletions internal-integration-checks/webpack-notes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# webpack-notes-app

## 0.3.0

### Patch Changes

- Release v0.3
- Updated dependencies
- @composedb/client@0.3.0
- @composedb/types@0.3.0

## 0.3.0-rc.1

### Patch Changes
Expand Down
20 changes: 10 additions & 10 deletions internal-integration-checks/webpack-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-notes-app",
"version": "0.3.0-rc.1",
"version": "0.3.0",
"private": true,
"scripts": {
"ceramic": "pnpm dlx @ceramicnetwork/cli daemon",
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@ceramicnetwork/http-client": "^2.5.0-rc.0",
"@composedb/client": "workspace:^0.3.0-rc.1",
"@composedb/types": "workspace:^0.3.0-rc.1",
"@ceramicnetwork/http-client": "^2.5.0",
"@composedb/client": "workspace:^0.3.0",
"@composedb/types": "workspace:^0.3.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
Expand All @@ -24,18 +24,18 @@
"dids": "^3.4.0",
"jotai": "^1.8.4",
"key-did-provider-ed25519": "^2.0.1",
"key-did-resolver": "^2.1.2",
"key-did-resolver": "^2.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.1",
"react-router-dom": "^6.4.2",
"regenerator-runtime": "^0.13.9",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^2.8.0-rc.0",
"@composedb/devtools": "workspace:^0.3.0-rc.1",
"@composedb/devtools-node": "workspace:^0.3.0-rc.1",
"@swc/core": "^1.3.4",
"@ceramicnetwork/common": "^2.8.0",
"@composedb/devtools": "workspace:^0.3.0",
"@composedb/devtools-node": "workspace:^0.3.0",
"@swc/core": "^1.3.5",
"@types/node": "^18.8.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"@jest/globals": "^29.1.2",
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.4",
"@swc/core": "^1.3.5",
"@swc/jest": "^0.2.23",
"@types/jest": "^29.1.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"del-cli": "^5.0.0",
"eslint": "^8.24.0",
"eslint-config-3box": "^0.4.1",
"eslint-plugin-jest": "^27.1.0",
"eslint-plugin-jest": "^27.1.1",
"jest": "^29.1.2",
"prettier": "^2.7.1",
"turbo": "^1.5.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @composedb/cli

## 0.3.0

### Patch Changes

- Release v0.3
- Updated dependencies
- @composedb/client@0.3.0
- @composedb/devtools@0.3.0
- @composedb/devtools-node@0.3.0

## 0.3.0-rc.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/globalSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default async function globalSetup() {
await fs.writeJson(CONFIG_PATH, TEST_DAEMON_CONFIG)

await setup({
command: `IPFS_PATH=\'${GOIPFS_DIR_PATH.pathname}\' CERAMIC_ENABLE_EXPERIMENTAL_COMPOSE_DB=\'true\' pnpm dlx @ceramicnetwork/cli@^2.8.0-rc.2 daemon --config ${CONFIG_PATH.pathname}`,
command: `IPFS_PATH=\'${GOIPFS_DIR_PATH.pathname}\' CERAMIC_ENABLE_EXPERIMENTAL_COMPOSE_DB=\'true\' pnpm dlx @ceramicnetwork/cli daemon --config ${CONFIG_PATH.pathname}`,
debug: true,
launchTimeout: 240000,
port: 7007,
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/cli",
"version": "0.3.0-rc.1",
"version": "0.3.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down Expand Up @@ -69,14 +69,14 @@
]
},
"dependencies": {
"@ceramicnetwork/3id-did-resolver": "^2.1.9-rc.2",
"@ceramicnetwork/http-client": "^2.5.0-rc.2",
"@ceramicnetwork/stream-model": "^0.6.1-rc.2",
"@ceramicnetwork/stream-model-instance": "^0.4.3-rc.2",
"@ceramicnetwork/streamid": "^2.3.5-rc.0",
"@composedb/client": "workspace:^0.3.0-rc.1",
"@composedb/devtools": "workspace:^0.3.0-rc.1",
"@composedb/devtools-node": "workspace:^0.3.0-rc.1",
"@ceramicnetwork/3id-did-resolver": "^2.1.9",
"@ceramicnetwork/http-client": "^2.5.0",
"@ceramicnetwork/stream-model": "^0.6.1",
"@ceramicnetwork/stream-model-instance": "^0.4.3",
"@ceramicnetwork/streamid": "^2.3.5",
"@composedb/client": "workspace:^0.3.0",
"@composedb/devtools": "workspace:^0.3.0",
"@composedb/devtools-node": "workspace:^0.3.0",
"@oclif/core": "^1.16.4",
"@oclif/plugin-help": "^5.1.14",
"@oclif/plugin-version": "^1.1.3",
Expand All @@ -87,17 +87,17 @@
"fs-extra": "^10.0.1",
"inquirer": "^8.2.4",
"key-did-provider-ed25519": "^2.0.0",
"key-did-resolver": "^2.1.2",
"key-did-resolver": "^2.1.3",
"listr": "^0.14.3",
"listr-update-renderer": "^0.5.0",
"ora": "^6.1.0",
"term-size": "^3.0.2",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^2.8.0-rc.2",
"@composedb/types": "workspace:^0.3.0-rc.1",
"@swc-node/register": "^1.5.2",
"@ceramicnetwork/common": "^2.8.0",
"@composedb/types": "workspace:^0.3.0",
"@swc-node/register": "^1.5.4",
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.1",
"@types/jest": "^29.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @composedb/client

## 0.3.0

### Patch Changes

- Release v0.3
- Updated dependencies
- @composedb/graphql-scalars@0.3.0

## 0.3.0-rc.1

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/client",
"version": "0.3.0-rc.1",
"version": "0.3.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down Expand Up @@ -39,22 +39,22 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.5.0-rc.2",
"@ceramicnetwork/stream-model-instance": "^0.4.3-rc.2",
"@ceramicnetwork/streamid": "^2.3.5-rc.0",
"@composedb/graphql-scalars": "workspace:^0.3.0-rc.0",
"@ceramicnetwork/http-client": "^2.5.0",
"@ceramicnetwork/stream-model-instance": "^0.4.3",
"@ceramicnetwork/streamid": "^2.3.5",
"@composedb/graphql-scalars": "workspace:^0.3.0",
"dataloader": "^2.1.0",
"graphql": "^16.5.0",
"graphql-relay": "^0.10.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^2.8.0-rc.2",
"@ceramicnetwork/stream-model": "^0.6.1-rc.2",
"@composedb/devtools": "workspace:^0.3.0-rc.1",
"@composedb/test-schemas": "workspace:^0.2.0",
"@composedb/types": "workspace:^0.3.0-rc.1",
"@ceramicnetwork/common": "^2.8.0",
"@ceramicnetwork/stream-model": "^0.6.1",
"@composedb/devtools": "workspace:^0.3.0",
"@composedb/test-schemas": "workspace:^0.3.0",
"@composedb/types": "workspace:^0.3.0",
"dids": "^3.4.0",
"jest-environment-composedb": "workspace:^0.3.0-rc.1"
"jest-environment-composedb": "workspace:^0.3.0"
},
"jest": {
"extensionsToTreatAsEsm": [
Expand Down
9 changes: 9 additions & 0 deletions packages/devtools-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @composedb/devtools-node

## 0.3.0

### Patch Changes

- Release v0.3
- Updated dependencies
- @composedb/client@0.3.0
- @composedb/devtools@0.3.0

## 0.3.0-rc.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/devtools-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/devtools-node",
"version": "0.3.0-rc.1",
"version": "0.3.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down Expand Up @@ -37,20 +37,20 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.5.0-rc.2",
"@composedb/client": "workspace:^0.3.0-rc.1",
"@ceramicnetwork/http-client": "^2.5.0",
"@composedb/client": "workspace:^0.3.0",
"express": "^4.18.1",
"express-graphql": "^0.12.0",
"fs-extra": "^10.1.0",
"get-port": "^6.1.2",
"graphql": "^16.5.0"
},
"peerDependencies": {
"@composedb/devtools": "workspace:^0.3.0-rc.1"
"@composedb/devtools": "workspace:^0.3.0"
},
"devDependencies": {
"@composedb/devtools": "workspace:^0.3.0-rc.1",
"@composedb/types": "workspace:^0.3.0-rc.1",
"@composedb/devtools": "workspace:^0.3.0",
"@composedb/types": "workspace:^0.3.0",
"@types/express": "^4.17.14",
"@types/fs-extra": "^9.0.13",
"dids": "^3.4.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @composedb/devtools

## 0.3.0

### Patch Changes

- Release v0.3
- Updated dependencies
- @composedb/graphql-scalars@0.3.0

## 0.3.0-rc.1

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/devtools",
"version": "0.3.0-rc.1",
"version": "0.3.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down Expand Up @@ -39,9 +39,9 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@ceramicnetwork/stream-model": "^0.6.1-rc.2",
"@ceramicnetwork/streamid": "^2.3.5-rc.0",
"@composedb/graphql-scalars": "workspace:^0.3.0-rc.0",
"@ceramicnetwork/stream-model": "^0.6.1",
"@ceramicnetwork/streamid": "^2.3.5",
"@composedb/graphql-scalars": "workspace:^0.3.0",
"@graphql-tools/schema": "^9.0.4",
"@graphql-tools/utils": "^8.12.0",
"change-case": "^4.1.2",
Expand All @@ -53,9 +53,9 @@
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^2.8.0-rc.2",
"@composedb/test-schemas": "workspace:^0.2.0",
"@composedb/types": "workspace:^0.3.0-rc.1",
"@ceramicnetwork/common": "^2.8.0",
"@composedb/test-schemas": "workspace:^0.3.0",
"@composedb/types": "workspace:^0.3.0",
"@types/jest": "^29.1.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.8.2",
Expand All @@ -65,7 +65,7 @@
"fs-extra": "^10.1.0",
"graphql": "^16.5.0",
"graphql-tools": "^8.3.6",
"jest-environment-composedb": "workspace:^0.3.0-rc.1"
"jest-environment-composedb": "workspace:^0.3.0"
},
"jest": {
"extensionsToTreatAsEsm": [
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-scalars/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @composedb/graphql-scalars

## 0.3.0

### Patch Changes

- Release v0.3
- Updated dependencies
- @composedb/types@0.3.0

## 0.3.0-rc.0

### Minor Changes
Expand Down
Loading