Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jul 26, 2024
1 parent b747c5c commit e0f0f47
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/build/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.

## [4.2.6](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2024-07-26)


### Bug Fixes

* **build:** avoid calling asset middleware in dev mode ([b747c5c](https://github.com/marko-js/cli/commit/b747c5c6097adbea6d0ce311450f6c3f4dcb387a))





## [4.2.5](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2022-03-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/build",
"description": "Utility to serve Marko build a server from a template",
"version": "4.2.5",
"version": "4.2.6",
"bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/core": "^7.17.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/serve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.6](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2024-07-26)

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





## [4.2.5](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2022-03-24)

**Note:** Version bump only for package @marko/serve
Expand Down
4 changes: 2 additions & 2 deletions packages/serve/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@marko/serve",
"description": "Utility to serve Marko files with a single command",
"version": "4.2.5",
"version": "4.2.6",
"bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/runtime": "^7.17.2",
"@marko/build": "^4.2.5",
"@marko/build": "^4.2.6",
"address": "^1.1.2",
"argly": "^1.2.0",
"chalk": "^4.1.1",
Expand Down

0 comments on commit e0f0f47

Please sign in to comment.