Skip to content

Commit

Permalink
Version Packages (#7)
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 Aug 30, 2024
1 parent 3ea7505 commit ec37365
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 38 deletions.
9 changes: 0 additions & 9 deletions .changeset/breezy-insects-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-hats-stare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-dolls-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-boats-confess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-balloons-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-mugs-nail.md

This file was deleted.

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

## 0.1.6

### Patch Changes

- da8740b: Use `configureServer` and add `vite preview` script instead of running node.
- a84c848: bump domco in template
- 7370e01: import `process` from "node:process" instead of global

## 0.1.5

### 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.5",
"version": "0.1.6",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/domco/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# domco

## 0.7.0

### Minor Changes

- dea2596: Removes node default build, adds node adapter instead.

```js
import { adapter } from "domco/adapter/node";
```

- 66bd2f8: Adds bun adapter

### Patch Changes

- da8740b: Use `configureServer` and add `vite preview` script instead of running node.
- 7370e01: import `process` from "node:process" instead of global
- 7370e01: exports `createAppDev` from "domco/app/dev"

## 0.6.3

### Patch 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.6.3",
"version": "0.7.0",
"author": {
"name": "Ross Robino",
"url": "https://robino.dev"
Expand Down

0 comments on commit ec37365

Please sign in to comment.