Skip to content

Commit 44a4bbe

Browse files
titouanmathisclaude
andcommitted
Bump version to 0.10.8
Co-authored-by: Claude <claude@anthropic.com>
1 parent 3c15eb1 commit 44a4bbe

8 files changed

Lines changed: 16 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.8] - 2026-02-26
11+
1012
### Added
1113

1214
- **API**: Add `ProductiveCustomField` and `ProductiveCustomFieldOption` types, `getCustomFields()`, `getCustomField()`, `getCustomFieldOptions()` client methods, and `formatCustomField()`/`formatCustomFieldOption()` formatters ([bec0243], [#152], [#151])
@@ -18,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820
- **CLI**: Add `custom-fields` command with `list`/`ls`/`get` subcommands via `createCommandRouter()` ([8dbd1e2], [#152])
1921
- **SDK**: Add `CustomFieldsCollection` (list, get, where, all) and `CustomField` typed resource ([49499c7], [#152])
2022

23+
[0.10.8]: https://github.com/studiometa/productive-tools/compare/0.10.7...0.10.8
2124
[bec0243]: https://github.com/studiometa/productive-tools/commit/bec0243
2225
[dd02395]: https://github.com/studiometa/productive-tools/commit/dd02395
2326
[81e8653]: https://github.com/studiometa/productive-tools/commit/81e8653

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive",
3-
"version": "0.10.7",
3+
"version": "0.10.8",
44
"private": true,
55
"description": "Productive.io tools - CLI and MCP server for AI agents and humans",
66
"keywords": [

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-api",
3-
"version": "0.10.7",
3+
"version": "0.10.8",
44
"description": "Productive.io API client, types, and formatters",
55
"keywords": [
66
"api",

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": "@studiometa/productive-cli",
3-
"version": "0.10.7",
3+
"version": "0.10.8",
44
"description": "CLI tool for interacting with Productive.io API - optimized for AI agents and humans",
55
"keywords": [
66
"ai-agent",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-core",
3-
"version": "0.10.7",
3+
"version": "0.10.8",
44
"description": "Shared business logic for Productive.io tools - executors, resolvers, and context",
55
"keywords": [
66
"api",

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": "@studiometa/productive-mcp",
3-
"version": "0.10.7",
3+
"version": "0.10.8",
44
"description": "MCP server for Productive.io API - Model Context Protocol integration for Claude Desktop",
55
"keywords": [
66
"ai",

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": "@studiometa/productive-sdk",
3-
"version": "0.10.7",
3+
"version": "0.10.8",
44
"description": "Fluent TypeScript SDK for Productive.io API",
55
"keywords": [
66
"json-api",

0 commit comments

Comments
 (0)