Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Apify Release Bot committed Feb 23, 2025
1 parent 2ff85d0 commit ddeef0b
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 10 deletions.
15 changes: 10 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/input_secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.66](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-02-23)

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





## [1.1.65](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-02-17)

**Note:** Version bump only for package @apify/input_secrets
Expand Down
4 changes: 2 additions & 2 deletions packages/input_secrets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/input_secrets",
"version": "1.1.65",
"version": "1.1.66",
"description": "Package to encrypt and decrypt apify actor input secrets.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@apify/log": "^2.5.13",
"@apify/utilities": "^2.13.1",
"@apify/utilities": "^2.14.0",
"ow": "^0.28.2"
}
}
8 changes: 8 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.15](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-02-23)

**Note:** Version bump only for package @apify/markdown





## [3.0.14](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-02-17)

**Note:** Version bump only for package @apify/markdown
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/markdown",
"version": "3.0.14",
"version": "3.0.15",
"description": "Tools and constants shared across Apify projects.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@apify/consts": "^2.37.0",
"@apify/utilities": "^2.13.1",
"@apify/utilities": "^2.14.0",
"marked": "^15.0.0",
"match-all": "^1.2.6"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.14.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-02-23)


### Features

* **internal:** Added few more prohibited usernames ([#502](https://github.com/apify/apify-shared-js/issues/502)) ([2ff85d0](https://github.com/apify/apify-shared-js/commit/2ff85d00280ebe07a55580436b0a7b78ed22bf7a))





## [2.13.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-02-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/utilities",
"version": "2.13.1",
"version": "2.14.0",
"description": "Tools and constants shared across Apify projects.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down

0 comments on commit ddeef0b

Please sign in to comment.