Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2024
1 parent 39edc69 commit ce7b8b5
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-pens-jam.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bench

## 1.0.9

### Patch Changes

- Updated dependencies [[`fd7348f`](https://github.com/inaridiy/webforai/commit/fd7348f59a19a027b9bdf012b11d40c38d56cf61)]:
- webforai@1.4.1

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bench",
"version": "1.0.8",
"version": "1.0.9",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions examples/scraping/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# scraping

## 1.0.9

### Patch Changes

- Updated dependencies [[`fd7348f`](https://github.com/inaridiy/webforai/commit/fd7348f59a19a027b9bdf012b11d40c38d56cf61)]:
- webforai@1.4.1

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/scraping/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scraping",
"version": "1.0.8",
"version": "1.0.9",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions examples/simple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# simple

## 1.0.9

### Patch Changes

- Updated dependencies [[`fd7348f`](https://github.com/inaridiy/webforai/commit/fd7348f59a19a027b9bdf012b11d40c38d56cf61)]:
- webforai@1.4.1

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple",
"version": "1.0.8",
"version": "1.0.9",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions examples/translate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# translate

## 1.0.10

### Patch Changes

- Updated dependencies [[`fd7348f`](https://github.com/inaridiy/webforai/commit/fd7348f59a19a027b9bdf012b11d40c38d56cf61)]:
- webforai@1.4.1

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/translate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translate",
"version": "1.0.9",
"version": "1.0.10",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions examples/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# worker

## 0.0.8

### Patch Changes

- Updated dependencies [[`fd7348f`](https://github.com/inaridiy/webforai/commit/fd7348f59a19a027b9bdf012b11d40c38d56cf61)]:
- webforai@1.4.1

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "worker",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
6 changes: 6 additions & 0 deletions packages/webforai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# webforai

## 1.4.1

### Patch Changes

- [#27](https://github.com/inaridiy/webforai/pull/27) [`fd7348f`](https://github.com/inaridiy/webforai/commit/fd7348f59a19a027b9bdf012b11d40c38d56cf61) Thanks [@inaridiy](https://github.com/inaridiy)! - Improve extract algorithm

## 1.4.0

### Minor Changes
Expand Down
37 changes: 29 additions & 8 deletions packages/webforai/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"name": "webforai",
"version": "1.4.0",
"version": "1.4.1",
"description": "A library that provides a web interface for AI",
"author": "inaridiy",
"license": "MIT",
"keywords": ["web", "ai", "html", "html2md", "markdown", "mdast", "hast"],
"keywords": [
"web",
"ai",
"html",
"html2md",
"markdown",
"mdast",
"hast"
],
"repository": {
"type": "git",
"url": "https://github.com/inaridiy/webforai.git"
Expand All @@ -18,7 +26,10 @@
"prerelease": "pnpm build",
"release": "np"
},
"files": ["dist", "!dist/types/**/*.js"],
"files": [
"dist",
"!dist/types/**/*.js"
],
"main": "dist/cjs/index.js",
"type": "module",
"module": "dist/index.js",
Expand Down Expand Up @@ -57,11 +68,21 @@
},
"typesVersions": {
"*": {
"types": ["./dist/types/index.d.ts"],
"loaders/playwright": ["./dist/types/loaders/playwright.d.ts"],
"loaders/cf-puppeteer": ["./dist/types/loaders/cf-puppeteer.d.ts"],
"loaders/fetch": ["./dist/types/loaders/fetch.d.ts"],
"loaders/puppeteer": ["./dist/types/loaders/puppeteer.d.ts"]
"types": [
"./dist/types/index.d.ts"
],
"loaders/playwright": [
"./dist/types/loaders/playwright.d.ts"
],
"loaders/cf-puppeteer": [
"./dist/types/loaders/cf-puppeteer.d.ts"
],
"loaders/fetch": [
"./dist/types/loaders/fetch.d.ts"
],
"loaders/puppeteer": [
"./dist/types/loaders/puppeteer.d.ts"
]
}
},
"peerDependencies": {
Expand Down

0 comments on commit ce7b8b5

Please sign in to comment.