Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
 - @d-zero/archaeologist@1.0.0
 - @d-zero/backlog-projects@0.2.0
 - @d-zero/dealer@1.0.0
 - @d-zero/filematch@1.0.0
 - @d-zero/html-distiller@1.0.0
 - @d-zero/notion@1.0.0
 - @d-zero/puppeteer-screenshot@1.0.0
 - @d-zero/puppeteer-scroll@1.0.0
 - @d-zero/readtext@1.0.0
 - @d-zero/shared@0.2.0
  • Loading branch information
yusukehirao committed May 8, 2024
1 parent 72a42fb commit db47931
Show file tree
Hide file tree
Showing 20 changed files with 107 additions and 19 deletions.
10 changes: 10 additions & 0 deletions packages/@d-zero/archaeologist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/d-zero-dev/tools/compare/@d-zero/archaeologist@1.0.0-alpha.3...@d-zero/archaeologist@1.0.0) (2024-05-08)

### Features

- **archaeologist:** add `hooks` option ([c36856a](https://github.com/d-zero-dev/tools/commit/c36856a77927da5f814644604b50b44bb742d4e4))
10 changes: 5 additions & 5 deletions packages/@d-zero/archaeologist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/archaeologist",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"description": "Uncover visual and HTML differences in web pages with precision",
"author": "D-ZERO",
"license": "MIT",
Expand All @@ -26,10 +26,10 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@d-zero/dealer": "^1.0.0-alpha.2",
"@d-zero/html-distiller": "^1.0.0-alpha.2",
"@d-zero/puppeteer-screenshot": "^1.0.0-alpha.3",
"@d-zero/readtext": "^1.0.0-alpha.2",
"@d-zero/dealer": "1.0.0",
"@d-zero/html-distiller": "1.0.0",
"@d-zero/puppeteer-screenshot": "1.0.0",
"@d-zero/readtext": "1.0.0",
"ansi-colors": "4.1.3",
"diff": "5.2.0",
"front-matter": "4.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/@d-zero/backlog-projects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2024-05-08)

### Features

- **backlog-projects:** add `@d-zero/packbacklog-projects` ([964ba2b](https://github.com/d-zero-dev/tools/commit/964ba2b639451d76f6da0afe0a78fa4b49b02b89))
6 changes: 3 additions & 3 deletions packages/@d-zero/backlog-projects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/backlog-projects",
"version": "0.1.0",
"version": "0.2.0",
"description": "A manipulating Backlog projects library",
"author": "D-ZERO",
"license": "MIT",
Expand All @@ -23,8 +23,8 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@d-zero/notion": "1.0.0-alpha.0",
"@d-zero/shared": "0.1.0",
"@d-zero/notion": "1.0.0",
"@d-zero/shared": "0.2.0",
"backlog-js": "0.13.1",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/@d-zero/dealer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/d-zero-dev/tools/compare/@d-zero/dealer@1.0.0-alpha.2...@d-zero/dealer@1.0.0) (2024-05-08)

**Note:** Version bump only for package @d-zero/dealer
2 changes: 1 addition & 1 deletion packages/@d-zero/dealer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/dealer",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"description": "A tool that provides an API and CLI for parallel processing of collections and sequential logging to standard output",
"author": "D-ZERO",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/@d-zero/filematch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/d-zero-dev/tools/compare/@d-zero/filematch@1.0.0-alpha.2...@d-zero/filematch@1.0.0) (2024-05-08)

**Note:** Version bump only for package @d-zero/filematch
4 changes: 2 additions & 2 deletions packages/@d-zero/filematch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/filematch",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"description": "A simple file matching library",
"author": "D-ZERO",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@d-zero/readtext": "^1.0.0-alpha.2",
"@d-zero/readtext": "1.0.0",
"follow-redirects": "1.15.6",
"minimist": "1.2.8"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@d-zero/html-distiller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/d-zero-dev/tools/compare/@d-zero/html-distiller@1.0.0-alpha.2...@d-zero/html-distiller@1.0.0) (2024-05-08)

**Note:** Version bump only for package @d-zero/html-distiller
2 changes: 1 addition & 1 deletion packages/@d-zero/html-distiller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/html-distiller",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"description": "A tool for precisely extracting essential information from HTML, enhancing machine readability. It removes unnecessary elements and provides the needed data in JSON format",
"author": "D-ZERO",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/@d-zero/notion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2024-05-08)

### Features

- **notion:** add `@d-zero/notion` ([ea020de](https://github.com/d-zero-dev/tools/commit/ea020de91a6a8af43f522cc1726c9d996cd375af))
4 changes: 2 additions & 2 deletions packages/@d-zero/notion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/notion",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "A simple Notion API client for D-ZERO tools",
"author": "D-ZERO",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@d-zero/shared": "0.1.0",
"@d-zero/shared": "0.2.0",
"@notionhq/client": "2.2.15"
}
}
8 changes: 8 additions & 0 deletions packages/@d-zero/puppeteer-screenshot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/d-zero-dev/tools/compare/@d-zero/puppeteer-screenshot@1.0.0-alpha.3...@d-zero/puppeteer-screenshot@1.0.0) (2024-05-08)

**Note:** Version bump only for package @d-zero/puppeteer-screenshot
4 changes: 2 additions & 2 deletions packages/@d-zero/puppeteer-screenshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/puppeteer-screenshot",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"description": "Screenshot utility for puppeteer",
"author": "D-ZERO",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"clean": "tsc --build --clean"
},
"dependencies": {
"@d-zero/puppeteer-scroll": "^1.0.0-alpha.3"
"@d-zero/puppeteer-scroll": "1.0.0"
},
"devDependencies": {
"puppeteer": "22.8.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/@d-zero/puppeteer-scroll/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/d-zero-dev/tools/compare/@d-zero/puppeteer-scroll@1.0.0-alpha.3...@d-zero/puppeteer-scroll@1.0.0) (2024-05-08)

**Note:** Version bump only for package @d-zero/puppeteer-scroll
2 changes: 1 addition & 1 deletion packages/@d-zero/puppeteer-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/puppeteer-scroll",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"description": "Scroll function for puppeteer",
"author": "D-ZERO",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/@d-zero/readtext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/d-zero-dev/tools/compare/@d-zero/readtext@1.0.0-alpha.2...@d-zero/readtext@1.0.0) (2024-05-08)

**Note:** Version bump only for package @d-zero/readtext
2 changes: 1 addition & 1 deletion packages/@d-zero/readtext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/readtext",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"description": "A simple tool to read text files.",
"author": "D-ZERO",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/@d-zero/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2024-05-08)

### Features

- **shared:** add `@d-zero/shared` ([d6891ee](https://github.com/d-zero-dev/tools/commit/d6891eeaa4eab8976a329f590e36e05ce31e4faa))
2 changes: 1 addition & 1 deletion packages/@d-zero/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/shared",
"version": "0.1.0",
"version": "0.2.0",
"description": "Shared utilities for D-ZERO tools",
"author": "D-ZERO",
"license": "MIT",
Expand Down

0 comments on commit db47931

Please sign in to comment.