Skip to content

Commit 4d7430b

Browse files
dbejarano820claude
andcommitted
chore: release v0.2.0 — @dojocoding scope
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bc4fb4b commit 4d7430b

8 files changed

Lines changed: 45 additions & 4 deletions

File tree

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @dojocoding/hacienda-cli
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Rename npm scope from `@hacienda-cr` to `@dojocoding` for DojoCoding ecosystem branding. All packages now published under the `@dojocoding` org. No API changes.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @dojocoding/hacienda-shared@0.2.0
13+
- @dojocoding/hacienda-sdk@0.2.0
14+
315
## 0.1.0
416

517
### 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": "@dojocoding/hacienda-cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "CLI for Costa Rica electronic invoicing (hacienda command)",
55
"type": "module",
66
"main": "./dist/index.js",

packages/mcp/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @dojocoding/hacienda-mcp
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Rename npm scope from `@hacienda-cr` to `@dojocoding` for DojoCoding ecosystem branding. All packages now published under the `@dojocoding` org. No API changes.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @dojocoding/hacienda-shared@0.2.0
13+
- @dojocoding/hacienda-sdk@0.2.0
14+
315
## 0.1.0
416

517
### Minor Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojocoding/hacienda-mcp",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "MCP Server for Costa Rica electronic invoicing (AI-accessible tools)",
55
"type": "module",
66
"main": "./dist/index.js",

packages/sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @dojocoding/hacienda-sdk
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Rename npm scope from `@hacienda-cr` to `@dojocoding` for DojoCoding ecosystem branding. All packages now published under the `@dojocoding` org. No API changes.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @dojocoding/hacienda-shared@0.2.0
13+
314
## 0.1.0
415

516
### Minor Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojocoding/hacienda-sdk",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Core SDK for Costa Rica electronic invoicing (Hacienda API v4.4)",
55
"type": "module",
66
"main": "./dist/index.js",

shared/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Rename npm scope from `@hacienda-cr` to `@dojocoding` for DojoCoding ecosystem branding. All packages now published under the `@dojocoding` org. No API changes.
8+
39
## 0.1.0
410

511
### Minor Changes

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojocoding/hacienda-shared",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Shared types, constants, and enums for Hacienda CR electronic invoicing",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)