Skip to content

Commit 180c744

Browse files
🔖 chore(release): @gitmoji/[email protected] [skip ci]
# [1.4.0-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2023-02-11) ### ✨ Features * add new monorepo params to work with monorepo ([6fdbc7f](6fdbc7f)) * add new monorepo params to work with monorepo ([0c6cd36](0c6cd36)) * add rc release config ([2201864](2201864)), closes [#661](#661) * **parser-opts**: support UCS-4 unicode ([bc09794](bc09794)) ### 🐛 Bug Fixes * **commitlint-config**: upgrade header-max-length config in commitlint ([e59891f](e59891f)) * corrected grammar of complaint message ([5bac55a](5bac55a)) * fix alpha release problem ([1af7ad0](1af7ad0)) * fix github rate limit on release ([3ec8a63](3ec8a63)) * fix missing module.exports when migration to father4 ([2da44fd](2da44fd)) * **release-config**: fix beta release config ([a330517](a330517)) * try to fix gitmoji unicode regex ([acd12b1](acd12b1)), closes [#662](#662) [#56](#56) [#493](#493) * try to fix release issue by lock gitmojis version ([c928267](c928267))
1 parent 8e52123 commit 180c744

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

packages/parser-opts/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# Changelog
22

3-
## @gitmoji/parser-opts [1.3.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2022-10-09)
3+
# @gitmoji/parser-opts [1.4.0-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2023-02-11)
4+
5+
### ✨ Features
46

7+
- **parser-opts**: support UCS-4 unicode ([bc09794](https://github.com/arvinxx/gitmoji-commit-workflow/commit/bc09794))
8+
9+
## @gitmoji/parser-opts [1.3.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2022-10-09)
510

611
### 🐛 Bug Fixes
712

8-
* allow parenthesis around ticket number ([3393666](https://github.com/arvinxx/gitmoji-commit-workflow/commit/3393666))
13+
- allow parenthesis around ticket number ([3393666](https://github.com/arvinxx/gitmoji-commit-workflow/commit/3393666))
914

1015
## @gitmoji/parser-opts [1.3.1-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2022-10-09)
1116

12-
1317
### 🐛 Bug Fixes
1418

15-
* allow parenthesis around ticket number ([3393666](https://github.com/arvinxx/gitmoji-commit-workflow/commit/3393666))
19+
- allow parenthesis around ticket number ([3393666](https://github.com/arvinxx/gitmoji-commit-workflow/commit/3393666))
1620

1721
# @gitmoji/parser-opts [1.3.0](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2021-03-06)
1822

packages/parser-opts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "jest"
2424
},
2525
"dependencies": {
26-
"@gitmoji/gitmoji-regex": "1.0.0"
26+
"@gitmoji/gitmoji-regex": "1.0.0-beta.1"
2727
},
2828
"publishConfig": {
2929
"access": "public",

0 commit comments

Comments
 (0)