Skip to content

Commit

Permalink
Version Packages (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 4, 2024
1 parent a1e0bf8 commit da92e99
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-seals-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-melons-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-taxis-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-frogs-develop.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/create-domco/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-domco

## 0.1.8

### Patch Changes

- 0c243a9: Update template with links in html
- a1e0bf8: bump domco version

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-domco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-domco",
"description": "Create a new domco project",
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/domco/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# domco

## 0.8.1

### Patch Changes

- ec46a54: Removes `esbuild` from deps. Dependencies are now bundled during SSR build by default to be compatible with `"webworker"` target.
- ec46a54: stop using node:util `styleText` because it doesn't work in Bun yet, still experimental. Moves engines back to node 20.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/domco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "domco",
"description": "Construct Web Applications with Vite and Hono",
"version": "0.8.0",
"version": "0.8.1",
"author": {
"name": "Ross Robino",
"url": "https://robino.dev"
Expand Down

0 comments on commit da92e99

Please sign in to comment.