Skip to content

Commit 6a6cbde

Browse files
author
gao.ghf
committed
chore(release): publish packages
1 parent b524287 commit 6a6cbde

File tree

8 files changed

+43
-6
lines changed

8 files changed

+43
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.109](https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109) (2024-04-18)
7+
8+
### Bug Fixes
9+
10+
- **plugin-compiler:** css 压缩校验类名时重置正则 lastIndex,解决部分场景匹配异常问题 ([7718d53](https://github.com/eleme/morjs/commit/7718d538b65e8e16fba787d6359be6b4f38f915a))
11+
- **plugin-compiler:** css 压缩校验类名时重置正则 lastIndex,解决部分场景匹配异常问题 ([094ad4c](https://github.com/eleme/morjs/commit/094ad4cb677ba861ba4d67a9f0fd9e05acdd9fdb))
12+
- **plugin-compiler:** css 压缩支持以 - 链接,支持一个以上变量表达式并排 ([2f873ad](https://github.com/eleme/morjs/commit/2f873ad26042104353dffed712db6b06181f966f))
13+
614
## [1.0.108](https://github.com/eleme/morjs/compare/v1.0.107...v1.0.108) (2024-04-15)
715

816
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"message": "chore(release): publish packages"
2626
}
2727
},
28-
"version": "1.0.108"
28+
"version": "1.0.109"
2929
}

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.109](https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109) (2024-04-18)
7+
8+
**Note:** Version bump only for package @morjs/cli
9+
10+
11+
12+
13+
614
## [1.0.108](https://github.com/eleme/morjs/compare/v1.0.107...v1.0.108) (2024-04-15)
715

816
**Note:** Version bump only for package @morjs/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/cli",
3-
"version": "1.0.108",
3+
"version": "1.0.109",
44
"description": "mor cli",
55
"keywords": [
66
"mor",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@morjs/plugin-analyzer": "1.0.71",
37-
"@morjs/plugin-compiler": "1.0.108",
37+
"@morjs/plugin-compiler": "1.0.109",
3838
"@morjs/plugin-composer": "1.0.72",
3939
"@morjs/plugin-generator": "1.0.71",
4040
"@morjs/plugin-mocker": "1.0.71",

packages/create-mor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.109](https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109) (2024-04-18)
7+
8+
**Note:** Version bump only for package create-mor
9+
10+
11+
12+
13+
614
## [1.0.108](https://github.com/eleme/morjs/compare/v1.0.107...v1.0.108) (2024-04-15)
715

816
**Note:** Version bump only for package create-mor

packages/create-mor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-mor",
3-
"version": "1.0.108",
3+
"version": "1.0.109",
44
"license": "MIT",
55
"authors": [
66
"Felix Liu <[email protected]> (https://github.com/lyfeyaj)"
@@ -26,6 +26,6 @@
2626
},
2727
"homepage": "https://github.com/eleme/morjs/tree/main/packages/create-mor#readme",
2828
"dependencies": {
29-
"@morjs/cli": "1.0.108"
29+
"@morjs/cli": "1.0.109"
3030
}
3131
}

packages/plugin-compiler/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.109](https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109) (2024-04-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **plugin-compiler:** css 压缩校验类名时重置正则 lastIndex,解决部分场景匹配异常问题 ([7718d53](https://github.com/eleme/morjs/commit/7718d538b65e8e16fba787d6359be6b4f38f915a))
12+
* **plugin-compiler:** css 压缩校验类名时重置正则 lastIndex,解决部分场景匹配异常问题 ([094ad4c](https://github.com/eleme/morjs/commit/094ad4cb677ba861ba4d67a9f0fd9e05acdd9fdb))
13+
* **plugin-compiler:** css 压缩支持以 - 链接,支持一个以上变量表达式并排 ([2f873ad](https://github.com/eleme/morjs/commit/2f873ad26042104353dffed712db6b06181f966f))
14+
15+
16+
17+
18+
619
## [1.0.108](https://github.com/eleme/morjs/compare/v1.0.107...v1.0.108) (2024-04-15)
720

821

packages/plugin-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler",
3-
"version": "1.0.108",
3+
"version": "1.0.109",
44
"description": "mor compiler plugin",
55
"keywords": [
66
"mor",

0 commit comments

Comments
 (0)