Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Oct 18, 2024
1 parent 7d50ed5 commit 9f5fc29
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.3.0](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2024-10-18)


### Features

* **build:** add typescript support ([#225](https://github.com/marko-js/cli/issues/225)) ([7d50ed5](https://github.com/marko-js/cli/commit/7d50ed5260c77c38a1077f6bf6ec29787a7a9804))





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


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.6",
"version": "4.3.0",
"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.7](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2024-10-18)

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





## [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
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.6",
"version": "4.2.7",
"bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/runtime": "^7.17.2",
"@marko/build": "^4.2.6",
"@marko/build": "^4.3.0",
"address": "^1.1.2",
"argly": "^1.2.0",
"chalk": "^4.1.1",
Expand Down

0 comments on commit 9f5fc29

Please sign in to comment.