Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @playword/[email protected]
 - @playword/[email protected]
  • Loading branch information
actions-user committed Jan 21, 2025
1 parent 45336b7 commit caf3174
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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/Foreverskyin0216/playword/compare/@playword/[email protected]...@playword/[email protected]) (2025-01-21)


### Bug Fixes

* fixed an issue of abnormal text size on certain pages of the Observer UI ([36ef1fe](https://github.com/Foreverskyin0216/playword/commit/36ef1fe1a5a121d5836789554eb2f5b7f9760084))





# [0.2.0](https://github.com/Foreverskyin0216/playword/compare/@playword/[email protected]...@playword/[email protected]) (2025-01-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playword/cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "Use the PlayWord's features instantly from the command line",
"keywords": [
"ai",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@inquirer/confirm": "^5.1.3",
"@inquirer/input": "^4.1.3",
"@playword/core": "^0.2.0",
"@playword/core": "^0.2.1",
"dotenv": "^16.4.7",
"playwright-core": "^1.49.1",
"yargs": "^17.7.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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/Foreverskyin0216/playword/compare/@playword/[email protected]...@playword/[email protected]) (2025-01-21)


### Bug Fixes

* fixed an issue of abnormal text size on certain pages of the Observer UI ([36ef1fe](https://github.com/Foreverskyin0216/playword/commit/36ef1fe1a5a121d5836789554eb2f5b7f9760084))





# [0.2.0](https://github.com/Foreverskyin0216/playword/compare/@playword/[email protected]...@playword/[email protected]) (2025-01-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playword/core",
"version": "0.2.0",
"version": "0.2.1",
"description": "Supercharge your web test automation experience with AI",
"keywords": [
"ai",
Expand Down

0 comments on commit caf3174

Please sign in to comment.