Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 7, 2022
1 parent d3b19a5 commit e02a897
Show file tree
Hide file tree
Showing 22 changed files with 97 additions and 53 deletions.
7 changes: 0 additions & 7 deletions .changeset/add-bprc-to-templates.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/expose-register-callbacks.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/make-blockprotocol-a-cli.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tsconfig-update.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tsconig-rebuild.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/@blockprotocol/core/CHANGELOG.md
@@ -1,5 +1,13 @@
# @blockprotocol/core

## 0.0.11

### Patch Changes

- [#576](https://github.com/blockprotocol/blockprotocol/pull/576) [`853a00d`](https://github.com/blockprotocol/blockprotocol/commit/853a00df8468b277b8a7f73e2242d686fedc5b3d) Thanks [@CiaranMn](https://github.com/CiaranMn)! - expose registerCallbacks to users for bulk callback updating

* [#577](https://github.com/blockprotocol/blockprotocol/pull/577) [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc) Thanks [@kachkaev](https://github.com/kachkaev)! - Change TypeScript config and rebuild

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@blockprotocol/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@blockprotocol/core",
"version": "0.0.10",
"version": "0.0.11",
"description": "Implementation of the Block Protocol Core specification for blocks and embedding applications",
"keywords": [
"blockprotocol",
Expand Down
11 changes: 11 additions & 0 deletions packages/@blockprotocol/graph/CHANGELOG.md
@@ -1,5 +1,16 @@
# @blockprotocol/graph

## 0.0.15

### Patch Changes

- [#576](https://github.com/blockprotocol/blockprotocol/pull/576) [`853a00d`](https://github.com/blockprotocol/blockprotocol/commit/853a00df8468b277b8a7f73e2242d686fedc5b3d) Thanks [@CiaranMn](https://github.com/CiaranMn)! - expose registerCallbacks to users for bulk callback updating

* [#577](https://github.com/blockprotocol/blockprotocol/pull/577) [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc) Thanks [@kachkaev](https://github.com/kachkaev)! - Change TypeScript config and rebuild

* Updated dependencies [[`853a00d`](https://github.com/blockprotocol/blockprotocol/commit/853a00df8468b277b8a7f73e2242d686fedc5b3d), [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc)]:
- @blockprotocol/core@0.0.11

## 0.0.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@blockprotocol/graph/package.json
@@ -1,6 +1,6 @@
{
"name": "@blockprotocol/graph",
"version": "0.0.14",
"version": "0.0.15",
"description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications",
"keywords": [
"blockprotocol",
Expand Down Expand Up @@ -54,7 +54,7 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@blockprotocol/core": "0.0.10",
"@blockprotocol/core": "0.0.11",
"lit": "^2.2.5"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/@blockprotocol/hook/CHANGELOG.md
@@ -1,5 +1,14 @@
# @blockprotocol/hook

## 0.0.4

### Patch Changes

- [#577](https://github.com/blockprotocol/blockprotocol/pull/577) [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc) Thanks [@kachkaev](https://github.com/kachkaev)! - Change TypeScript config and rebuild

- Updated dependencies [[`853a00d`](https://github.com/blockprotocol/blockprotocol/commit/853a00df8468b277b8a7f73e2242d686fedc5b3d), [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc)]:
- @blockprotocol/core@0.0.11

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@blockprotocol/hook/package.json
@@ -1,6 +1,6 @@
{
"name": "@blockprotocol/hook",
"version": "0.0.3",
"version": "0.0.4",
"description": "Implementation of the Block Protocol Hook service specification for blocks and embedding applications",
"keywords": [
"blockprotocol",
Expand Down Expand Up @@ -50,7 +50,7 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@blockprotocol/core": "0.0.10"
"@blockprotocol/core": "0.0.11"
},
"devDependencies": {
"@local/tsconfig": "0.0.0-private",
Expand Down
11 changes: 11 additions & 0 deletions packages/block-template-custom-element/CHANGELOG.md
@@ -1,5 +1,16 @@
# block-template-custom-element

## 0.1.5

### Patch Changes

- [#581](https://github.com/blockprotocol/blockprotocol/pull/581) [`5cebfb2`](https://github.com/blockprotocol/blockprotocol/commit/5cebfb2166dd6133ec90337deee00793c54bb01a) Thanks [@CiaranMn](https://github.com/CiaranMn)! - add .bprc to block templates

* [#577](https://github.com/blockprotocol/blockprotocol/pull/577) [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc) Thanks [@kachkaev](https://github.com/kachkaev)! - Update default TypeScript config (`tsconfig.json`)

* Updated dependencies [[`853a00d`](https://github.com/blockprotocol/blockprotocol/commit/853a00df8468b277b8a7f73e2242d686fedc5b3d), [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc)]:
- @blockprotocol/graph@0.0.15

## 0.1.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/block-template-custom-element/package.json
@@ -1,6 +1,6 @@
{
"name": "block-template-custom-element",
"version": "0.1.4",
"version": "0.1.5",
"description": "Block Protocol block template for a custom element-based block",
"keywords": [
"blockprotocol",
Expand All @@ -24,13 +24,13 @@
"serve": "block-scripts serve"
},
"dependencies": {
"@blockprotocol/graph": "0.0.14",
"@blockprotocol/graph": "0.0.15",
"lit": "^2.2.5"
},
"devDependencies": {
"@types/react-dom": "^18.0.6",
"block-scripts": "0.0.15",
"mock-block-dock": "0.0.24",
"mock-block-dock": "0.0.25",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/block-template-html/CHANGELOG.md
@@ -1,5 +1,11 @@
# block-template-html

## 0.1.2

### Patch Changes

- [#581](https://github.com/blockprotocol/blockprotocol/pull/581) [`5cebfb2`](https://github.com/blockprotocol/blockprotocol/commit/5cebfb2166dd6133ec90337deee00793c54bb01a) Thanks [@CiaranMn](https://github.com/CiaranMn)! - add .bprc to block templates

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block-template-html/package.json
@@ -1,6 +1,6 @@
{
"name": "block-template-html",
"version": "0.1.1",
"version": "0.1.2",
"description": "Block Protocol block template for an html-based block",
"keywords": [
"blockprotocol",
Expand Down
11 changes: 11 additions & 0 deletions packages/block-template-react/CHANGELOG.md
@@ -1,5 +1,16 @@
# block-template-react

## 0.1.5

### Patch Changes

- [#581](https://github.com/blockprotocol/blockprotocol/pull/581) [`5cebfb2`](https://github.com/blockprotocol/blockprotocol/commit/5cebfb2166dd6133ec90337deee00793c54bb01a) Thanks [@CiaranMn](https://github.com/CiaranMn)! - add .bprc to block templates

* [#577](https://github.com/blockprotocol/blockprotocol/pull/577) [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc) Thanks [@kachkaev](https://github.com/kachkaev)! - Update default TypeScript config (`tsconfig.json`)

* Updated dependencies [[`853a00d`](https://github.com/blockprotocol/blockprotocol/commit/853a00df8468b277b8a7f73e2242d686fedc5b3d), [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc)]:
- @blockprotocol/graph@0.0.15

## 0.1.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/block-template-react/package.json
@@ -1,6 +1,6 @@
{
"name": "block-template-react",
"version": "0.1.4",
"version": "0.1.5",
"description": "Block Protocol template for a React-based block",
"keywords": [
"blockprotocol",
Expand All @@ -24,12 +24,12 @@
"serve": "block-scripts serve"
},
"dependencies": {
"@blockprotocol/graph": "0.0.14"
"@blockprotocol/graph": "0.0.15"
},
"devDependencies": {
"@types/react-dom": "^18.0.6",
"block-scripts": "0.0.15",
"mock-block-dock": "0.0.24",
"mock-block-dock": "0.0.25",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/blockprotocol/CHANGELOG.md
@@ -1,5 +1,15 @@
# blockprotocol

## 0.1.0

### Minor Changes

- [#581](https://github.com/blockprotocol/blockprotocol/pull/581) [`5cebfb2`](https://github.com/blockprotocol/blockprotocol/commit/5cebfb2166dd6133ec90337deee00793c54bb01a) Thanks [@CiaranMn](https://github.com/CiaranMn)! - make blockprotocol package into a cli, and remove deprecated types

### Patch Changes

- [#577](https://github.com/blockprotocol/blockprotocol/pull/577) [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc) Thanks [@kachkaev](https://github.com/kachkaev)! - Change TypeScript config and rebuild

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blockprotocol/package.json
@@ -1,6 +1,6 @@
{
"name": "blockprotocol",
"version": "0.0.12",
"version": "0.1.0",
"description": "Command Line Interface (CLI) for the Block Protocol API",
"keywords": [
"blockprotocol",
Expand Down
12 changes: 12 additions & 0 deletions packages/mock-block-dock/CHANGELOG.md
@@ -1,5 +1,17 @@
# mock-block-dock

## 0.0.25

### Patch Changes

- [#576](https://github.com/blockprotocol/blockprotocol/pull/576) [`853a00d`](https://github.com/blockprotocol/blockprotocol/commit/853a00df8468b277b8a7f73e2242d686fedc5b3d) Thanks [@CiaranMn](https://github.com/CiaranMn)! - expose registerCallbacks to users for bulk callback updating

* [#577](https://github.com/blockprotocol/blockprotocol/pull/577) [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc) Thanks [@kachkaev](https://github.com/kachkaev)! - Change TypeScript config and rebuild

* Updated dependencies [[`853a00d`](https://github.com/blockprotocol/blockprotocol/commit/853a00df8468b277b8a7f73e2242d686fedc5b3d), [`d9f6dca`](https://github.com/blockprotocol/blockprotocol/commit/d9f6dca9902867fdde9c2ad0ee93ed80889b12bc)]:
- @blockprotocol/core@0.0.11
- @blockprotocol/graph@0.0.15

## 0.0.24

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/mock-block-dock/package.json
@@ -1,6 +1,6 @@
{
"name": "mock-block-dock",
"version": "0.0.24",
"version": "0.0.25",
"description": "A mock embedding application for Block Protocol blocks",
"keywords": [
"blockprotocol",
Expand Down Expand Up @@ -38,8 +38,8 @@
"run-dev-server": "cross-env NODE_ENV=development webpack-dev-server --config dev/webpack.config.js"
},
"dependencies": {
"@blockprotocol/core": "0.0.10",
"@blockprotocol/graph": "0.0.14",
"@blockprotocol/core": "0.0.11",
"@blockprotocol/graph": "0.0.15",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@lit-labs/react": "^1.0.4",
Expand Down
6 changes: 3 additions & 3 deletions site/package.json
Expand Up @@ -20,8 +20,8 @@
"@aws-crypto/sha256-js": "2.0.1",
"@aws-sdk/client-s3": "3.46.0",
"@aws-sdk/client-ses": "3.46.0",
"@blockprotocol/core": "0.0.10",
"@blockprotocol/graph": "0.0.14",
"@blockprotocol/core": "0.0.11",
"@blockprotocol/graph": "0.0.15",
"@emotion/cache": "^11.10.0",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mime-types": "^2.1.35",
"mock-block-dock": "0.0.24",
"mock-block-dock": "0.0.25",
"mongodb": "^4.2.2",
"next": "^12.2.5",
"next-connect": "^0.12.1",
Expand Down

0 comments on commit e02a897

Please sign in to comment.