Skip to content

Commit f7ce9d8

Browse files
author
Apify Release Bot
committed
chore: release [skip ci]
- @apify/[email protected] - @apify/[email protected]
1 parent 2662ed3 commit f7ce9d8

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

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.16.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-07-04)
7+
8+
9+
### Features
10+
11+
* **input_schema:** Enable secret objects ([#515](https://github.com/apify/apify-shared-js/issues/515)) ([2662ed3](https://github.com/apify/apify-shared-js/commit/2662ed3971a73169df69f400381b033844dc5b97))
12+
13+
14+
15+
16+
617
## [3.15.2](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-06-13)
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.15.2",
3+
"version": "3.16.0",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@apify/consts": "^2.43.0",
52-
"@apify/input_secrets": "^1.1.76",
52+
"@apify/input_secrets": "^1.2.0",
5353
"acorn-loose": "^8.4.0",
5454
"countries-list": "^3.0.0"
5555
},

packages/input_secrets/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+
# [1.2.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-07-04)
7+
8+
9+
### Features
10+
11+
* **input_schema:** Enable secret objects ([#515](https://github.com/apify/apify-shared-js/issues/515)) ([2662ed3](https://github.com/apify/apify-shared-js/commit/2662ed3971a73169df69f400381b033844dc5b97))
12+
13+
14+
15+
16+
617
## [1.1.76](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-06-13)
718

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

packages/input_secrets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/input_secrets",
3-
"version": "1.1.76",
3+
"version": "1.2.0",
44
"description": "Package to encrypt and decrypt apify actor input secrets.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",

0 commit comments

Comments
 (0)