Skip to content

Commit

Permalink
chore(*): version packages (#37)
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 22, 2024
1 parent 3703c72 commit 9c179f9
Show file tree
Hide file tree
Showing 17 changed files with 80 additions and 26 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-glasses-sparkle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-yaks-complain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-sloths-invent.md

This file was deleted.

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

## 1.0.1

### Patch Changes

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

## 1.0.1

### Patch Changes

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

## 1.0.1

### Patch Changes

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

## 1.0.1

### Patch Changes

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

## 0.0.0

### Patch Changes

- a759986: Added language detection and improved init command
- 3243e26: Add support for index file generation
- 872c5da: Prep work for V0 release
- Updated dependencies [a759986]
- Updated dependencies [3243e26]
- 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
9 changes: 9 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @atmx-org/common

## 0.0.0

### Patch Changes

- a759986: Added language detection and improved init command
- 3243e26: Add support for index file generation
- 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
11 changes: 11 additions & 0 deletions packages/registry-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @atmx-org/registry-tools

## 0.0.1

### Patch Changes

- 872c5da: Prep work for V0 release
- Updated dependencies [a759986]
- Updated dependencies [3243e26]
- 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 9c179f9

Please sign in to comment.