Skip to content

Commit

Permalink
Version Packages (#43)
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 Jan 2, 2025
1 parent ef5ff15 commit ca5387e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .changeset/silly-buckets-rescue.md

This file was deleted.

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

## 2.0.12

### Patch Changes

- ef5ff15: Vite 6 maintenance

- Fixes auto-reload for SSR only HTML responses - see [issue](https://github.com/vitejs/vite/issues/19114)
- `create-domco` template defaults to use v6.
- Updates project dependencies

## 2.0.11

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

## 2.2.1

### Patch Changes

- ef5ff15: Vite 6 maintenance

- Fixes auto-reload for SSR only HTML responses - see [issue](https://github.com/vitejs/vite/issues/19114)
- `create-domco` template defaults to use v6.
- Updates project dependencies

## 2.2.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": "Minimal Full-Stack JavaScript",
"version": "2.2.0",
"version": "2.2.1",
"author": {
"name": "Ross Robino",
"url": "https://robino.dev"
Expand Down

0 comments on commit ca5387e

Please sign in to comment.