Skip to content

Commit

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-geese-marry.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.14

### Patch Changes

- d52d692: add `deno` as a pm -- detects and outputs deno project template

## 0.1.13

### 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.13",
"version": "0.1.14",
"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

## 0.12.0

### Minor Changes

- d52d692: Adds `deno deploy` adapter

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

0 comments on commit bb898ed

Please sign in to comment.