Skip to content

Commit 84f87fd

Browse files
committed
chore(release): %s
- apify@3.1.0 - @apify/scraper-tools@1.1.0
1 parent 27dc413 commit 84f87fd

File tree

4 files changed

+24
-10
lines changed

4 files changed

+24
-10
lines changed

package-lock.json

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

packages/apify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apify",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
55
"engines": {
66
"node": ">=16.0.0"

packages/scraper-tools/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2022-10-13)
7+
8+
9+
### Features
10+
11+
* add `Actor.useState()` helper ([#98](https://github.com/apify/apify-sdk-js/issues/98)) ([27dc413](https://github.com/apify/apify-sdk-js/commit/27dc4139caa0a2d94c570edac2cb628f6b3f747c))
12+
* add playwright scraper ([#26](https://github.com/apify/apify-sdk-js/issues/26)) ([2dcd50d](https://github.com/apify/apify-sdk-js/commit/2dcd50ded777ae13bc7b75e6e0bc21a6a11315b7))
13+
* update @apify/scraper-tools ([#37](https://github.com/apify/apify-sdk-js/issues/37)) ([788913e](https://github.com/apify/apify-sdk-js/commit/788913e0cc669b15b35359df30202a449b881b5f))
14+
* update the scrapers ([#70](https://github.com/apify/apify-sdk-js/issues/70)) ([efbfc44](https://github.com/apify/apify-sdk-js/commit/efbfc442bc8be4f07b5f2432a750cb861d7f05e8))

packages/scraper-tools/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/scraper-tools",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Tools shared by Apify actor-scrapers.",
55
"types": "dist/index.d.ts",
66
"exports": {
@@ -39,18 +39,18 @@
3939
"content-type": "^1.0.4"
4040
},
4141
"devDependencies": {
42-
"apify": "^3.0.0",
4342
"@crawlee/browser-pool": "^3.1.0",
4443
"@crawlee/core": "^3.1.0",
4544
"@crawlee/types": "^3.1.0",
46-
"@crawlee/utils": "^3.1.0"
45+
"@crawlee/utils": "^3.1.0",
46+
"apify": "^3.1.0"
4747
},
4848
"peerDependencies": {
49-
"apify": "^3.0.0",
5049
"@crawlee/browser-pool": "^3.1.0",
5150
"@crawlee/core": "^3.1.0",
5251
"@crawlee/types": "^3.1.0",
53-
"@crawlee/utils": "^3.1.0"
52+
"@crawlee/utils": "^3.1.0",
53+
"apify": "^3.0.0"
5454
},
5555
"peerDependenciesMeta": {
5656
"@crawlee/puppeteer": {

0 commit comments

Comments
 (0)