Skip to content

Commit

Permalink
Version Packages (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 19, 2024
1 parent f498a79 commit 0b730d3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-rivers-travel.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sharp-hounds-drive.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.2.1

### Patch Changes

- 8a99276: use project name for title and header

## 0.2.0

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

## 0.13.3

### Patch Changes

- f498a79: fix: tags import chunks not found error

- Preloads modules that are imported into entry points in case of manual chunks are used.

## 0.13.2

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

0 comments on commit 0b730d3

Please sign in to comment.