Skip to content

Commit

Permalink
Version Packages (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 27, 2024
1 parent e899065 commit 0d6c8d3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-boats-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-birds-judge.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

## 2.0.5

### Patch Changes

- e899065: fetch latest version of domco from npm

## 2.0.4

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

## 2.1.2

### Patch Changes

- d84a2c8: Inject vite client into all html responses for better dev experience. Now will refresh even when there is only html returned from a response.

## 2.1.1

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

0 comments on commit 0d6c8d3

Please sign in to comment.