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
7 changes: 0 additions & 7 deletions .changeset/auto-15bd372.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openschedule/cli

## 0.1.2

### Patch Changes

- 35dbccf: Automated patch changeset for package changes.
- Updated dependencies [35dbccf]
- @openschedule/za-customs@0.1.2

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openschedule/cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "CLI for OpenSchedule ZA customs sync, tariff lookup, source trace, and mechanical duty estimates.",
"keywords": [
"openschedule cli",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@openschedule/core": "0.1.1",
"@openschedule/za-customs": "0.1.1",
"@openschedule/za-customs": "0.1.2",
"@openschedule/za-sars": "0.1.1"
}
}
8 changes: 8 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openschedule/mcp

## 0.1.2

### Patch Changes

- 35dbccf: Automated patch changeset for package changes.
- Updated dependencies [35dbccf]
- @openschedule/za-customs@0.1.2

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openschedule/mcp",
"version": "0.1.1",
"version": "0.1.2",
"mcpName": "io.github.habitat-erp/openschedule",
"description": "MCP server exposing OpenSchedule ZA customs lookup, source trace, schemas, and mechanical duty estimate tools.",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@openschedule/core": "0.1.1",
"@openschedule/za-customs": "0.1.1",
"@openschedule/za-customs": "0.1.2",
"@openschedule/za-sars": "0.1.1"
}
}
6 changes: 6 additions & 0 deletions packages/za-customs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openschedule/za-customs

## 0.1.2

### Patch Changes

- 35dbccf: Automated patch changeset for package changes.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/za-customs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openschedule/za-customs",
"version": "0.1.1",
"version": "0.1.2",
"description": "Local-cache TypeScript API for South African SARS customs schedule lookup, source trace, and mechanical duty estimates.",
"keywords": [
"south african customs tariff lookup",
Expand Down
Loading