Skip to content
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
10 changes: 0 additions & 10 deletions .changeset/repository-metadata.md

This file was deleted.

10 changes: 10 additions & 0 deletions core/bootloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @inkandswitch/patchwork-bootloader

## 0.5.2

### Patch Changes

- f00dcb8: Add `repository` metadata pointing at inkandswitch/patchwork-system, so npm links each package to its source directory and can attest provenance when published from CI.
- Updated dependencies [f00dcb8]
- @inkandswitch/patchwork-filesystem@0.2.5
- @inkandswitch/patchwork-elements@4.0.4
- @inkandswitch/patchwork-plugins@1.0.3

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/bootloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git+https://github.com/inkandswitch/patchwork-system.git",
"directory": "core/bootloader"
},
"version": "0.5.1",
"version": "0.5.2",
"author": "chee",
"type": "module",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions core/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inkandswitch/patchwork-elements

## 4.0.4

### Patch Changes

- f00dcb8: Add `repository` metadata pointing at inkandswitch/patchwork-system, so npm links each package to its source directory and can attest provenance when published from CI.
- Updated dependencies [f00dcb8]
- @inkandswitch/patchwork-filesystem@0.2.5
- @inkandswitch/patchwork-plugins@1.0.3

## 4.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git+https://github.com/inkandswitch/patchwork-system.git",
"directory": "core/elements"
},
"version": "4.0.3",
"version": "4.0.4",
"author": "Ink & Switch",
"type": "module",
"description": "",
Expand Down
6 changes: 6 additions & 0 deletions core/filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inkandswitch/patchwork-filesystem

## 0.2.5

### Patch Changes

- f00dcb8: Add `repository` metadata pointing at inkandswitch/patchwork-system, so npm links each package to its source directory and can attest provenance when published from CI.

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"directory": "core/filesystem"
},
"type": "module",
"version": "0.2.4",
"version": "0.2.5",
"author": "Ink & Switch",
"description": "",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions core/patchwork/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @inkandswitch/patchwork

## 0.2.1

### Patch Changes

- f00dcb8: Add `repository` metadata pointing at inkandswitch/patchwork-system, so npm links each package to its source directory and can attest provenance when published from CI.
- Updated dependencies [f00dcb8]
- @inkandswitch/patchwork-bootloader@0.5.2
- @inkandswitch/patchwork-filesystem@0.2.5
- @inkandswitch/patchwork-elements@4.0.4
- @inkandswitch/patchwork-plugins@1.0.3

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion core/patchwork/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git+https://github.com/inkandswitch/patchwork-system.git",
"directory": "core/patchwork"
},
"version": "0.2.0",
"version": "0.2.1",
"author": "Ink & Switch",
"type": "module",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions core/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inkandswitch/patchwork-plugins

## 1.0.3

### Patch Changes

- f00dcb8: Add `repository` metadata pointing at inkandswitch/patchwork-system, so npm links each package to its source directory and can attest provenance when published from CI.
- Updated dependencies [f00dcb8]
- @inkandswitch/patchwork-filesystem@0.2.5

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"directory": "core/plugins"
},
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"author": "Ink & Switch",
"description": "",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/edge-handles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inkandswitch/edge-handles

## 0.1.2

### Patch Changes

- f00dcb8: Add `repository` metadata pointing at inkandswitch/patchwork-system, so npm links each package to its source directory and can attest provenance when published from CI.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/edge-handles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git+https://github.com/inkandswitch/patchwork-system.git",
"directory": "packages/edge-handles"
},
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"description": "Doc-backed reactive cells with named upstream/downstream connections.",
"files": [
Expand Down
Loading