Skip to content

Commit

Permalink
Version Packages (#27)
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 Sep 19, 2024
1 parent 344d88a commit 0ded81b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .changeset/four-camels-punch.md

This file was deleted.

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

## 1.0.0

### Major Changes

- 344d88a: v1.0.0

## Stable API

Settled on an API and scope for the project.

domco follows semantic versioning, so there will no longer be breaking changes between minor versions now that the project is v1.

## Breaking changes

None from v0.13, if upgrading from a lower version [see the changelog](https://github.com/rossrobino/domco/blob/main/packages/domco/CHANGELOG.md) or consult the [documentation](https://domco.robino.dev) for details.

## 0.2.1

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

## 1.0.0

### Major Changes

- 344d88a: v1.0.0

## Stable API

Settled on an API and scope for the project.

domco follows semantic versioning, so there will no longer be breaking changes between minor versions now that the project is v1.

## Breaking changes

None from v0.13, if upgrading from a lower version [see the changelog](https://github.com/rossrobino/domco/blob/main/packages/domco/CHANGELOG.md) or consult the [documentation](https://domco.robino.dev) for details.

## 0.13.3

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

0 comments on commit 0ded81b

Please sign in to comment.