Skip to content

Commit ca6333d

Browse files
committed
chore: publish
- @marko/[email protected] - @marko/[email protected]
1 parent 2ba31f0 commit ca6333d

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/build/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [4.3.1](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2024-11-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** remove unecessary default translator dep ([2ba31f0](https://github.com/marko-js/cli/commit/2ba31f025d03da08092ab659bfa5b852a5d3be4f))
12+
13+
14+
15+
16+
617
# [4.3.0](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2024-10-18)
718

819

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@marko/build",
33
"description": "Utility to serve Marko build a server from a template",
4-
"version": "4.3.0",
4+
"version": "4.3.1",
55
"bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md",
66
"dependencies": {
77
"@babel/core": "^7.17.5",

packages/serve/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+
## [4.2.8](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2024-11-05)
7+
8+
**Note:** Version bump only for package @marko/serve
9+
10+
11+
12+
13+
614
## [4.2.7](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2024-10-18)
715

816
**Note:** Version bump only for package @marko/serve

packages/serve/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@marko/serve",
33
"description": "Utility to serve Marko files with a single command",
4-
"version": "4.2.7",
4+
"version": "4.2.8",
55
"bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md",
66
"dependencies": {
77
"@babel/runtime": "^7.17.2",
8-
"@marko/build": "^4.3.0",
8+
"@marko/build": "^4.3.1",
99
"address": "^1.1.2",
1010
"argly": "^1.2.0",
1111
"chalk": "^4.1.1",

0 commit comments

Comments
 (0)