Skip to content

Commit 977a43e

Browse files
author
Apify Release Bot
committed
chore: release [skip ci]
- @apify/input_schema@3.26.0 - @apify/json_schemas@0.15.0
1 parent 16628d6 commit 977a43e

5 files changed

Lines changed: 28 additions & 6 deletions

File tree

package-lock.json

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

packages/input_schema/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.26.0](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.25.18...@apify/input_schema@3.26.0) (2026-03-30)
7+
8+
9+
### Features
10+
11+
* add MCP Connector resource type ([#602](https://github.com/apify/apify-shared-js/issues/602)) ([16628d6](https://github.com/apify/apify-shared-js/commit/16628d6b10cce28b4f2135b4a1709fdfe4322b17))
12+
13+
14+
15+
16+
617
## [3.25.18](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.25.17...@apify/input_schema@3.25.18) (2026-02-26)
718

819
**Note:** Version bump only for package @apify/input_schema

packages/input_schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/input_schema",
3-
"version": "3.25.18",
3+
"version": "3.26.0",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@apify/consts": "^2.51.1",
5252
"@apify/input_secrets": "^1.2.26",
53-
"@apify/json_schemas": "^0.14.2",
53+
"@apify/json_schemas": "^0.15.0",
5454
"acorn-loose": "^8.4.0",
5555
"countries-list": "^3.0.0"
5656
},

packages/json_schemas/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.15.0](https://github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.14.2...@apify/json_schemas@0.15.0) (2026-03-30)
7+
8+
9+
### Features
10+
11+
* add MCP Connector resource type ([#602](https://github.com/apify/apify-shared-js/issues/602)) ([16628d6](https://github.com/apify/apify-shared-js/commit/16628d6b10cce28b4f2135b4a1709fdfe4322b17))
12+
13+
14+
15+
16+
617
## [0.14.2](https://github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.14.1...@apify/json_schemas@0.14.2) (2026-02-26)
718

819
**Note:** Version bump only for package @apify/json_schemas

packages/json_schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/json_schemas",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"description": "Publicly available JSON schemas for Apify platform",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",

0 commit comments

Comments
 (0)