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 Feb 1, 2023
1 parent 3fc030f commit ed65b75
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/fast-hounds-reflect.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.6

### Patch Changes

- [#33](https://github.com/secundant/neodx/pull/33) [`246f4f2`](https://github.com/secundant/neodx/commit/246f4f292a005be440d78e7528cc40aefa5c6ad8) Thanks [@secundant](https://github.com/secundant)! - Fix incorrect versions in dependencies (workspace:\*)

## 0.0.5

### 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.5",
"version": "0.0.6",
"type": "module",
"bin": "bin.mjs",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions libs/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @neodx/codegen

## 0.0.4

### Patch Changes

- [#33](https://github.com/secundant/neodx/pull/33) [`246f4f2`](https://github.com/secundant/neodx/commit/246f4f292a005be440d78e7528cc40aefa5c6ad8) Thanks [@secundant](https://github.com/secundant)! - Fix incorrect versions in dependencies (workspace:\*)

- Updated dependencies [[`246f4f2`](https://github.com/secundant/neodx/commit/246f4f292a005be440d78e7528cc40aefa5c6ad8)]:
- @neodx/std@0.0.3
- @neodx/fs@0.0.3

## 0.0.3

### 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.3",
"version": "0.0.4",
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions libs/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @neodx/fs

## 0.0.3

### Patch Changes

- [#33](https://github.com/secundant/neodx/pull/33) [`246f4f2`](https://github.com/secundant/neodx/commit/246f4f292a005be440d78e7528cc40aefa5c6ad8) Thanks [@secundant](https://github.com/secundant)! - Fix incorrect versions in dependencies (workspace:\*)

- Updated dependencies [[`246f4f2`](https://github.com/secundant/neodx/commit/246f4f292a005be440d78e7528cc40aefa5c6ad8)]:
- @neodx/std@0.0.3

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"description": "File system helpers",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions libs/std/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neodx/std

## 0.0.3

### Patch Changes

- [#33](https://github.com/secundant/neodx/pull/33) [`246f4f2`](https://github.com/secundant/neodx/commit/246f4f292a005be440d78e7528cc40aefa5c6ad8) Thanks [@secundant](https://github.com/secundant)! - Fix incorrect versions in dependencies (workspace:\*)

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"description": "Standard language helpers",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions libs/svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @neodx/svg

## 0.0.3

### Patch Changes

- [#33](https://github.com/secundant/neodx/pull/33) [`246f4f2`](https://github.com/secundant/neodx/commit/246f4f292a005be440d78e7528cc40aefa5c6ad8) Thanks [@secundant](https://github.com/secundant)! - Fix incorrect versions in dependencies (workspace:\*)

- Updated dependencies [[`246f4f2`](https://github.com/secundant/neodx/commit/246f4f292a005be440d78e7528cc40aefa5c6ad8)]:
- @neodx/codegen@0.0.4
- @neodx/std@0.0.3
- @neodx/fs@0.0.3

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "Supercharge your icons ⚡️",
"source": "src/index.ts",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions libs/vite-plugin-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @neodx/vite-plugin-library

## 0.0.3

### Patch Changes

- Updated dependencies [[`246f4f2`](https://github.com/secundant/neodx/commit/246f4f292a005be440d78e7528cc40aefa5c6ad8)]:
- @neodx/codegen@0.0.4
- @neodx/std@0.0.3
- @neodx/fs@0.0.3

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"description": "No description",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit ed65b75

Please sign in to comment.