Skip to content

Commit

Permalink
chore(*): Version Packages (#60)
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 27, 2024
1 parent 697a7ba commit db652ea
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/six-hats-sneeze.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Updated dependencies [0f6e1fa]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
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.1",
"version": "1.0.2",
"description": "",
"private": true,
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @examples/react

## 1.0.2

### Patch Changes

- Updated dependencies [0f6e1fa]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
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.1",
"version": "1.0.2",
"description": "",
"private": true,
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions examples/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @examples/svelte

## 1.0.2

### Patch Changes

- Updated dependencies [0f6e1fa]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
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.1",
"version": "1.0.2",
"description": "",
"private": true,
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @examples/typescript

## 1.0.2

### Patch Changes

- Updated dependencies [0f6e1fa]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
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.1",
"version": "1.0.2",
"description": "",
"private": true,
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# atmx

## 0.0.1

### Patch Changes

- 0f6e1fa: Fix dependencies
- Updated dependencies [0f6e1fa]
- @atmx-org/common@0.0.1

## 0.0.0

### Patch Changes
Expand Down
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",
"version": "0.0.1",
"description": "",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atmx-org/common

## 0.0.1

### Patch Changes

- 0f6e1fa: Fix dependencies

## 0.0.0

### Patch Changes
Expand Down
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",
"version": "0.0.1",
"type": "module",
"description": "",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/registry-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atmx-org/registry-tools

## 0.0.2

### Patch Changes

- Updated dependencies [0f6e1fa]
- @atmx-org/common@0.0.1

## 0.0.1

### Patch Changes
Expand Down
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",
"version": "0.0.2",
"description": "",
"type": "module",
"private": false,
Expand Down

0 comments on commit db652ea

Please sign in to comment.