Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #146

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/beige-geckos-nail.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.2.1

### Patch Changes

- [#145](https://github.com/secundant/neodx/pull/145) [`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960) Thanks [@secundant](https://github.com/secundant)! - Add missed license

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"type": "module",
"bin": "bin.mjs",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions libs/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"tmp": "0.2.1"
},
"dependencies": {
"@neodx/fs": "0.0.11",
"@neodx/pkg-misc": "0.0.9",
"@neodx/std": "0.3.0",
"@neodx/vfs": "0.2.0",
"@neodx/fs": "0.0.12",
"@neodx/pkg-misc": "0.0.10",
"@neodx/std": "0.3.1",
"@neodx/vfs": "0.2.1",
"ejs": "3.1.9",
"jsonc-parser": "3.2.0",
"picocolors": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions libs/colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neodx/colors

## 0.2.8

### Patch Changes

- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]:
- @neodx/[email protected]

## 0.2.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodx/colors",
"version": "0.2.7",
"version": "0.2.8",
"description": "Formatting and color utils for the terminal",
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@neodx/autobuild": "*"
},
"dependencies": {
"@neodx/std": "0.3.0"
"@neodx/std": "0.3.1"
},
"exports": {
".": {
Expand Down
9 changes: 9 additions & 0 deletions libs/figma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @neodx/figma

## 0.5.1

### Patch Changes

- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]:
- @neodx/[email protected]
- @neodx/[email protected]
- @neodx/[email protected]

## 0.5.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions libs/figma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodx/figma",
"version": "0.5.0",
"version": "0.5.1",
"packageManager": "[email protected]",
"description": "No description",
"type": "module",
Expand Down Expand Up @@ -55,9 +55,9 @@
"nuke": "rm -rf dist"
},
"dependencies": {
"@neodx/log": "0.4.0",
"@neodx/std": "0.3.0",
"@neodx/vfs": "0.2.0",
"@neodx/log": "0.4.1",
"@neodx/std": "0.3.1",
"@neodx/vfs": "0.2.1",
"colord": "2.9.3",
"commander": "11.1.0",
"cosmiconfig": "8.3.6",
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.12

### Patch Changes

- [#145](https://github.com/secundant/neodx/pull/145) [`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960) Thanks [@secundant](https://github.com/secundant)! - Add missed license

- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]:
- @neodx/[email protected]

## 0.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodx/fs",
"version": "0.0.11",
"version": "0.0.12",
"description": "File system helpers",
"type": "module",
"main": "./dist/index.cjs",
Expand All @@ -27,7 +27,7 @@
"tmp": "0.2.1"
},
"dependencies": {
"@neodx/std": "0.3.0",
"@neodx/std": "0.3.1",
"jsonc-parser": "3.2.0",
"tiny-glob": "0.2.9"
},
Expand Down
7 changes: 7 additions & 0 deletions libs/glob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neodx/glob

## 0.1.1

### Patch Changes

- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]:
- @neodx/[email protected]

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodx/glob",
"version": "0.1.0",
"version": "0.1.1",
"packageManager": "[email protected]",
"description": "No description",
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
"nuke": "rm -rf dist"
},
"dependencies": {
"@neodx/std": "^0.3.0"
"@neodx/std": "^0.3.1"
},
"devDependencies": {
"@neodx/autobuild": "*",
Expand Down
7 changes: 7 additions & 0 deletions libs/log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neodx/log

## 0.4.1

### Patch Changes

- Updated dependencies []:
- @neodx/[email protected]

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@neodx/log",
"packageManager": "[email protected]",
"description": "A lightweight universal logging framework",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -56,7 +56,7 @@
"lint": "eslint"
},
"dependencies": {
"@neodx/colors": "0.2.7",
"@neodx/colors": "0.2.8",
"pathe": "1.1.2"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions libs/pkg-misc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @neodx/pkg-misc

## 0.0.10

### Patch Changes

- [#145](https://github.com/secundant/neodx/pull/145) [`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960) Thanks [@secundant](https://github.com/secundant)! - Add missed license

- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]:
- @neodx/[email protected]
- @neodx/[email protected]

## 0.0.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/pkg-misc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodx/pkg-misc",
"version": "0.0.9",
"version": "0.0.10",
"description": "Collection of utilities for common cases in package development - smart dependencies updates, simple formatting with auto-detection of prettier config, etc.",
"type": "module",
"main": "./dist/cjs/index.cjs",
Expand All @@ -21,8 +21,8 @@
"lint": "eslint src"
},
"dependencies": {
"@neodx/fs": "0.0.11",
"@neodx/std": "0.3.0",
"@neodx/fs": "0.0.12",
"@neodx/std": "0.3.1",
"@types/prettier": "3.0.0",
"pathe": "1.1.2",
"semver": "7.5.4"
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.3.1

### Patch Changes

- [#145](https://github.com/secundant/neodx/pull/145) [`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960) Thanks [@secundant](https://github.com/secundant)! - Add missed license

## 0.3.0

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

## 0.7.1

### Patch Changes

- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]:
- @neodx/[email protected]
- @neodx/[email protected]
- @neodx/[email protected]
- @neodx/[email protected]

## 0.7.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions 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.7.0",
"version": "0.7.1",
"description": "Supercharge your icons ⚡️",
"author": {
"name": "Dmitry Remezov",
Expand Down Expand Up @@ -59,10 +59,10 @@
"lint": "eslint src"
},
"dependencies": {
"@neodx/fs": "0.0.11",
"@neodx/log": "0.4.0",
"@neodx/std": "0.3.0",
"@neodx/vfs": "0.2.0",
"@neodx/fs": "0.0.12",
"@neodx/log": "0.4.1",
"@neodx/std": "0.3.1",
"@neodx/vfs": "0.2.1",
"chokidar": "3.5.3",
"colord": "2.9.3",
"commander": "11.1.0",
Expand Down
12 changes: 12 additions & 0 deletions libs/vfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @neodx/vfs

## 0.2.1

### Patch Changes

- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]:
- @neodx/[email protected]
- @neodx/[email protected]
- @neodx/[email protected]
- @neodx/[email protected]
- @neodx/[email protected]
- @neodx/[email protected]

## 0.2.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions libs/vfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodx/vfs",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple virtual file system - working dir context, lazy changes, different modes, integrations and moreover",
"type": "module",
"main": "./dist/cjs/index.cjs",
Expand Down Expand Up @@ -91,12 +91,12 @@
}
},
"dependencies": {
"@neodx/colors": "0.2.7",
"@neodx/fs": "0.0.11",
"@neodx/glob": "0.1.0",
"@neodx/log": "0.4.0",
"@neodx/pkg-misc": "0.0.9",
"@neodx/std": "0.3.0",
"@neodx/colors": "0.2.8",
"@neodx/fs": "0.0.12",
"@neodx/glob": "0.1.1",
"@neodx/log": "0.4.1",
"@neodx/pkg-misc": "0.0.10",
"@neodx/std": "0.3.1",
"@types/eslint": "8.56.2",
"grammex": "3.1.2",
"pathe": "1.1.2",
Expand Down
Loading