Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @d-zero/archaeologist@1.0.1
 - @d-zero/backlog-projects@0.2.1
 - @d-zero/filematch@1.0.1
 - @d-zero/notion@1.0.1
 - @d-zero/puppeteer-screenshot@1.0.1
 - @d-zero/puppeteer-scroll@1.0.1
 - @d-zero/readtext@1.0.1
 - @d-zero/shared@0.3.0
  • Loading branch information
yusukehirao committed May 15, 2024
1 parent 7d037ac commit 426ceeb
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 15 deletions.
4 changes: 4 additions & 0 deletions packages/@d-zero/archaeologist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @d-zero/archaeologist

# [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
Expand Down
6 changes: 3 additions & 3 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",
"version": "1.0.1",
"description": "Uncover visual and HTML differences in web pages with precision",
"author": "D-ZERO",
"license": "MIT",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@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",
"@d-zero/puppeteer-screenshot": "1.0.1",
"@d-zero/readtext": "1.0.1",
"ansi-colors": "4.1.3",
"diff": "5.2.0",
"front-matter": "4.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/@d-zero/backlog-projects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/d-zero-dev/tools/compare/@d-zero/backlog-projects@0.2.0...@d-zero/backlog-projects@0.2.1) (2024-05-15)

**Note:** Version bump only for package @d-zero/backlog-projects

# 0.2.0 (2024-05-08)

### Features
Expand Down
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.2.0",
"version": "0.2.1",
"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",
"@d-zero/shared": "0.2.0",
"@d-zero/notion": "1.0.1",
"@d-zero/shared": "0.3.0",
"backlog-js": "0.13.1",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/@d-zero/filematch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @d-zero/filematch

# [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",
"version": "1.0.1",
"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",
"@d-zero/readtext": "1.0.1",
"follow-redirects": "1.15.6",
"minimist": "1.2.8"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/@d-zero/notion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/d-zero-dev/tools/compare/@d-zero/notion@1.0.0...@d-zero/notion@1.0.1) (2024-05-15)

**Note:** Version bump only for package @d-zero/notion

# 1.0.0 (2024-05-08)

### Features
Expand Down
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",
"version": "1.0.1",
"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.2.0",
"@d-zero/shared": "0.3.0",
"@notionhq/client": "2.2.15"
}
}
4 changes: 4 additions & 0 deletions packages/@d-zero/puppeteer-screenshot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @d-zero/puppeteer-screenshot

# [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",
"version": "1.0.1",
"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"
"@d-zero/puppeteer-scroll": "1.0.1"
},
"devDependencies": {
"puppeteer": "22.8.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/@d-zero/puppeteer-scroll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @d-zero/puppeteer-scroll

# [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",
"version": "1.0.1",
"description": "Scroll function for puppeteer",
"author": "D-ZERO",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/@d-zero/readtext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @d-zero/readtext

# [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",
"version": "1.0.1",
"description": "A simple tool to read text files.",
"author": "D-ZERO",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/@d-zero/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/d-zero-dev/tools/compare/@d-zero/shared@0.2.0...@d-zero/shared@0.3.0) (2024-05-15)

### Features

- **shared:** add `@d-zero/shared/sort/dir` ([7b58df6](https://github.com/d-zero-dev/tools/commit/7b58df62f927d3eb1531860b1fa62eac226f44dc))
- **shared:** add `@d-zero/shared/sort/path` ([4f746e0](https://github.com/d-zero-dev/tools/commit/4f746e085e936f3c3bdb54ce79b28e5289ccaeda))

# 0.2.0 (2024-05-08)

### Features
Expand Down
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.2.0",
"version": "0.3.0",
"description": "Shared utilities for D-ZERO tools",
"author": "D-ZERO",
"license": "MIT",
Expand Down

0 comments on commit 426ceeb

Please sign in to comment.