Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and secundant committed Jan 12, 2023
1 parent 131fd34 commit d872fbf
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/neat-feet-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-insects-search.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/autobuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neodx/autobuild

## 0.0.4

### Patch Changes

- [#25](https://github.com/secundant/neodx/pull/25) [`db1e519`](https://github.com/secundant/neodx/commit/db1e5193c4c5af6e0583a5e2f2e0a2ff161208d6) Thanks [@secundant](https://github.com/secundant)! - Update builder

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/autobuild/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neodx/autobuild",
"packageManager": "[email protected]",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"bin": "bin.mjs",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions libs/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @neodx/codegen

## 0.0.3

### Patch Changes

- Updated dependencies [[`db1e519`](https://github.com/secundant/neodx/commit/db1e5193c4c5af6e0583a5e2f2e0a2ff161208d6)]:
- @neodx/std@0.0.2
- @neodx/fs@0.0.2

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@neodx/codegen",
"description": "Code generation API",
"packageManager": "[email protected]",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions libs/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @neodx/fs

## 0.0.2

### Patch Changes

- [#25](https://github.com/secundant/neodx/pull/25) [`db1e519`](https://github.com/secundant/neodx/commit/db1e5193c4c5af6e0583a5e2f2e0a2ff161208d6) Thanks [@secundant](https://github.com/secundant)! - Update builder

- Updated dependencies [[`db1e519`](https://github.com/secundant/neodx/commit/db1e5193c4c5af6e0583a5e2f2e0a2ff161208d6)]:
- @neodx/std@0.0.2
2 changes: 1 addition & 1 deletion libs/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodx/fs",
"version": "0.0.1",
"version": "0.0.2",
"description": "File system helpers",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions libs/std/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @neodx/std

## 0.0.2

### Patch Changes

- [#25](https://github.com/secundant/neodx/pull/25) [`db1e519`](https://github.com/secundant/neodx/commit/db1e5193c4c5af6e0583a5e2f2e0a2ff161208d6) Thanks [@secundant](https://github.com/secundant)! - Update builder
2 changes: 1 addition & 1 deletion libs/std/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodx/std",
"version": "0.0.1",
"version": "0.0.2",
"description": "Standard language helpers",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
13 changes: 13 additions & 0 deletions libs/svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @neodx/svg

## 0.0.2

### Patch Changes

- [#25](https://github.com/secundant/neodx/pull/25) [`db1e519`](https://github.com/secundant/neodx/commit/db1e5193c4c5af6e0583a5e2f2e0a2ff161208d6) Thanks [@secundant](https://github.com/secundant)! - Update builder

- [#23](https://github.com/secundant/neodx/pull/23) [`cc295cb`](https://github.com/secundant/neodx/commit/cc295cb2030ffc7fbe5173a680be2bc665de0c20) Thanks [@secundant](https://github.com/secundant)! - Introduced CLI with almost zero configuration

- Updated dependencies [[`db1e519`](https://github.com/secundant/neodx/commit/db1e5193c4c5af6e0583a5e2f2e0a2ff161208d6)]:
- @neodx/std@0.0.2
- @neodx/fs@0.0.2
- @neodx/codegen@0.0.3

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/svg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neodx/svg",
"packageManager": "[email protected]",
"version": "0.0.1",
"version": "0.0.2",
"description": "Supercharge your icons ⚡️",
"source": "src/index.ts",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions libs/vite-plugin-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @neodx/vite-plugin-library

## 0.0.2

### Patch Changes

- Updated dependencies [[`db1e519`](https://github.com/secundant/neodx/commit/db1e5193c4c5af6e0583a5e2f2e0a2ff161208d6)]:
- @neodx/std@0.0.2
- @neodx/fs@0.0.2
- @neodx/codegen@0.0.3
2 changes: 1 addition & 1 deletion libs/vite-plugin-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodx/vite-plugin-library",
"version": "0.0.1",
"version": "0.0.2",
"description": "No description",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit d872fbf

Please sign in to comment.