Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 9, 2024
1 parent 872c5da commit 0f9e4fc
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/strange-sloths-invent.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/simple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# simple

## 1.0.1

### Patch Changes

- Updated dependencies [872c5da]
- [email protected]
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"private": true,
"main": "index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# atmx

## 0.0.0

### Patch Changes

- 872c5da: Prep work for V0 release
- Updated dependencies [872c5da]
- @atmx-org/common@0.0.0
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atmx",
"version": "0.0.0-alpha.0",
"version": "0.0.0",
"description": "",
"type": "module",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @atmx-org/common

## 0.0.0

### Patch Changes

- 872c5da: Prep work for V0 release
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atmx-org/common",
"version": "0.0.0-alpha.1",
"version": "0.0.0",
"type": "module",
"description": "",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/registry-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @atmx-org/registry-tools

## 0.0.1

### Patch Changes

- 872c5da: Prep work for V0 release
- Updated dependencies [872c5da]
- @atmx-org/common@0.0.0
2 changes: 1 addition & 1 deletion packages/registry-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atmx-org/registry-tools",
"version": "0.0.1-alpha.0",
"version": "0.0.1",
"description": "",
"type": "module",
"private": false,
Expand Down

0 comments on commit 0f9e4fc

Please sign in to comment.