Skip to content

Commit

Permalink
Version Packages (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 21, 2024
1 parent 371d3f7 commit ff04766
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/healthy-bears-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-buckets-drum.md

This file was deleted.

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

## 2.0.0

### Major Changes

- 371d3f7: Renames `+app` to `+func`

If you are using a UI framework with domco it's nice to have an `app` directory that can be imported on the server and client that holds the components of your application. Having the server entry point named `+app` made the function of the module less clear. This change renames the `+app` entry point to `+func`. There are no other breaking changes.

### Patch Changes

- e679eed: fix: prettier config formatting

## 1.0.0

### Major 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": "1.0.0",
"version": "2.0.0",
"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

## 2.0.0

### Major Changes

- 371d3f7: Renames `+app` to `+func`

If you are using a UI framework with domco it's nice to have an `app` directory that can be imported on the server and client that holds the components of your application. Having the server entry point named `+app` made the function of the module less clear. This change renames the `+app` entry point to `+func`. There are no other breaking changes.

## 1.0.0

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

0 comments on commit ff04766

Please sign in to comment.