Skip to content

Commit 59cd193

Browse files
committed
chore: version @backcap/cli to 0.4.1, @backcap/registry to 0.9.4
1 parent 404f6c7 commit 59cd193

5 files changed

Lines changed: 14 additions & 8 deletions

File tree

.changeset/nextjs-blog-example.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backcap/cli
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 404f6c7: Next.js Blog example with stop-and-fix methodology (story 12.5): Next.js App Router adapter for blog capability, working example project, documentation pages.
8+
39
## 0.4.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backcap/cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"type": "module",
55
"bin": {
66
"backcap": "./dist/index.mjs"

packages/registry/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backcap/registry
22

3+
## 0.9.4
4+
5+
### Patch Changes
6+
7+
- 404f6c7: Next.js Blog example with stop-and-fix methodology (story 12.5): Next.js App Router adapter for blog capability, working example project, documentation pages.
8+
39
## 0.9.3
410

511
### Patch Changes

packages/registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backcap/registry",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"type": "module",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)