Skip to content

Commit

Permalink
Merge branch 'main' into numerals-web/version/0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed May 9, 2024
2 parents bc5e2cb + 28ddea0 commit 841665c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
PACKAGE_NAME="roman"
elif [[ $TAG_NAME =~ ^aegean\/v.* ]]; then
PACKAGE_NAME="aegean"
elif [[ $TAG_NAME =~ ^thai\/v.* ]]; then
PACKAGE_NAME="thai"
else
echo "❌ tag name: $TAG_NAME doesn't point to any publishable package"
exit 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
PACKAGE_NAME="roman"
elif [[ $TAG_NAME =~ ^aegean\/v.* ]]; then
PACKAGE_NAME="aegean"
elif [[ $TAG_NAME =~ ^thai\/v.* ]]; then
PACKAGE_NAME="thai"
else
echo "❌ tag name: $TAG_NAME doesn't point to any publishable package"
exit 1
Expand Down
4 changes: 4 additions & 0 deletions packages/thai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Thai Changelog
<!-- https://keepachangelog.com/en/1.0.0/ -->

## [0.0.2] 2024-05-09
### Fixed
- fix github pipeline action file to publish

## [0.0.1] 2024-05-09
### Added
- Initial project covert number into Thai numerals
6 changes: 3 additions & 3 deletions packages/thai/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @numerals/thai

[![Version](https://img.shields.io/badge/version-0.0.1-blue.svg)](https://github.com/amerharb/numerals/tree/thai/version/0.0.1)
[![Version](https://img.shields.io/badge/version-0.0.2-blue.svg)](https://github.com/amerharb/numerals/tree/thai/version/0.0.2)
[![License: GPLv3](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
![Coverage](https://raw.githubusercontent.com/amerharb/numerals/thai/version/0.0.1/packages/thai/badges/coverage.svg)
![Github workflow](https://github.com/amerharb/numerals/actions/workflows/lint-test.yaml/badge.svg?branch=thai/version/0.0.1)
![Coverage](https://raw.githubusercontent.com/amerharb/numerals/thai/version/0.0.2/packages/thai/badges/coverage.svg)
![Github workflow](https://github.com/amerharb/numerals/actions/workflows/lint-test.yaml/badge.svg?branch=thai/version/0.0.2)

**@numerals/thai** is a package for converting number into Thai numeral.

Expand Down
2 changes: 1 addition & 1 deletion packages/thai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@numerals/thai",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit 841665c

Please sign in to comment.