Skip to content

Commit

Permalink
Version Packages (#9)
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 3, 2024
1 parent 5ddc35c commit 30142e9
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/silver-steaks-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-rice-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-items-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-weeks-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-carpets-wash.md

This file was deleted.

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

## 0.1.7

### Patch Changes

- 418af75: Bump dependency versions

## 0.1.6

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

## 0.8.0

### Minor Changes

- 418af75: remove node/bun adapter, better to let user configure.
- f9e5cd4: add supported node versions `>= 20.12.0`

### Patch Changes

- 418af75: Remove defu dependency, only used in a couple places where Object.assign works instead
- f9e5cd4: Replace picocolors with built in node `styleText`

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

0 comments on commit 30142e9

Please sign in to comment.