Skip to content

Commit

Permalink
chore(*): Version Packages (#61)
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 Oct 1, 2024
1 parent 68b8e6f commit 8626ebc
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-mice-work.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.3

### Patch Changes

- Updated dependencies [b5b2bae]
- [email protected]

## 1.0.2

### 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.2",
"version": "1.0.3",
"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.3

### Patch Changes

- Updated dependencies [b5b2bae]
- [email protected]

## 1.0.2

### 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.2",
"version": "1.0.3",
"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.3

### Patch Changes

- Updated dependencies [b5b2bae]
- [email protected]

## 1.0.2

### 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.2",
"version": "1.0.3",
"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.3

### Patch Changes

- Updated dependencies [b5b2bae]
- [email protected]

## 1.0.2

### 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.2",
"version": "1.0.3",
"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.2

### Patch Changes

- b5b2bae: Make registry a dev dependency
- Updated dependencies [b5b2bae]
- @atmx-org/common@0.0.2

## 0.0.1

### 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.1",
"version": "0.0.2",
"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.2

### Patch Changes

- b5b2bae: Make registry a dev dependency

## 0.0.1

### 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.1",
"version": "0.0.2",
"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.3

### Patch Changes

- Updated dependencies [b5b2bae]
- @atmx-org/common@0.0.2

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "",
"type": "module",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"valibot": "^0.42.1"
},
"devDependencies": {
"@atmx-org/registry": "workspace:*",
"@atmx-org/registry": "workspace:*",
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.2",
Expand Down

0 comments on commit 8626ebc

Please sign in to comment.