Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #36

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/friendly-pumpkins-destroy.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.11

### Patch Changes

- Updated dependencies [[`39c1122`](https://github.com/inaridiy/webforai/commit/39c112205d0aa2a07a46c92b94be6ed91239cf0f)]:
- webforai@1.5.1

## 1.0.10

### 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.10",
"version": "1.0.11",
"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.11

### Patch Changes

- Updated dependencies [[`39c1122`](https://github.com/inaridiy/webforai/commit/39c112205d0aa2a07a46c92b94be6ed91239cf0f)]:
- webforai@1.5.1

## 1.0.10

### 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.10",
"version": "1.0.11",
"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.11

### Patch Changes

- Updated dependencies [[`39c1122`](https://github.com/inaridiy/webforai/commit/39c112205d0aa2a07a46c92b94be6ed91239cf0f)]:
- webforai@1.5.1

## 1.0.10

### 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.10",
"version": "1.0.11",
"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.12

### Patch Changes

- Updated dependencies [[`39c1122`](https://github.com/inaridiy/webforai/commit/39c112205d0aa2a07a46c92b94be6ed91239cf0f)]:
- webforai@1.5.1

## 1.0.11

### 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.11",
"version": "1.0.12",
"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.10

### Patch Changes

- Updated dependencies [[`39c1122`](https://github.com/inaridiy/webforai/commit/39c112205d0aa2a07a46c92b94be6ed91239cf0f)]:
- webforai@1.5.1

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.5.1

### Patch Changes

- [#37](https://github.com/inaridiy/webforai/pull/37) [`39c1122`](https://github.com/inaridiy/webforai/commit/39c112205d0aa2a07a46c92b94be6ed91239cf0f) Thanks [@inaridiy](https://github.com/inaridiy)! - Fix CLI Dep Error

## 1.5.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.5.0",
"version": "1.5.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 @@ -58,11 +69,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