Skip to content

Commit

Permalink
Merge pull request #121 from secundant/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
secundant authored Oct 10, 2023
2 parents 82a69d9 + 8e5d2a9 commit 930466b
Show file tree
Hide file tree
Showing 25 changed files with 139 additions and 91 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-bobcats-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-knives-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-snails-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-horses-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-geckos-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-trees-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-papayas-think.md

This file was deleted.

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.9",
"@neodx/pkg-misc": "0.0.7",
"@neodx/std": "0.1.5",
"@neodx/vfs": "0.1.9",
"@neodx/fs": "0.0.10",
"@neodx/pkg-misc": "0.0.8",
"@neodx/std": "0.2.0",
"@neodx/vfs": "0.1.10",
"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.6

### Patch Changes

- Updated dependencies [[`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b)]:
- @neodx/std@0.2.0

## 0.2.5

### 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.5",
"version": "0.2.6",
"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.1.5"
"@neodx/std": "0.2.0"
},
"exports": {
".": {
Expand Down
13 changes: 13 additions & 0 deletions libs/figma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @neodx/figma

## 0.4.0

### Minor Changes

- [#120](https://github.com/secundant/neodx/pull/120) [`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b) Thanks [@secundant](https://github.com/secundant)! - New documentation

### Patch Changes

- Updated dependencies [[`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b), [`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b), [`2614a03`](https://github.com/secundant/neodx/commit/2614a0345f2a2cd57984c22fc5f3e0446e5e8a77)]:
- @neodx/log@0.3.0
- @neodx/std@0.2.0
- @neodx/vfs@0.1.10

## 0.3.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.3.0",
"version": "0.4.0",
"packageManager": "[email protected]",
"description": "No description",
"type": "module",
Expand Down Expand Up @@ -55,9 +55,9 @@
"nuke": "rm -rf dist"
},
"dependencies": {
"@neodx/log": "0.2.1",
"@neodx/std": "0.1.5",
"@neodx/vfs": "0.1.9",
"@neodx/log": "0.3.0",
"@neodx/std": "0.2.0",
"@neodx/vfs": "0.1.10",
"colord": "2.9.3",
"commander": "11.0.0",
"cosmiconfig": "8.3.6",
Expand Down
7 changes: 7 additions & 0 deletions libs/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neodx/fs

## 0.0.10

### Patch Changes

- Updated dependencies [[`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b)]:
- @neodx/std@0.2.0

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "File system helpers",
"type": "module",
"main": "./dist/index.cjs",
Expand All @@ -26,7 +26,7 @@
"tmp": "0.2.1"
},
"dependencies": {
"@neodx/std": "0.1.5",
"@neodx/std": "0.2.0",
"jsonc-parser": "3.2.0",
"tiny-glob": "0.2.9"
},
Expand Down
13 changes: 13 additions & 0 deletions libs/log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @neodx/log

## 0.3.0

### Minor Changes

- [#120](https://github.com/secundant/neodx/pull/120) [`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b) Thanks [@secundant](https://github.com/secundant)! - Rework `createLoggerFactory` levels types

### Patch Changes

- [#120](https://github.com/secundant/neodx/pull/120) [`2614a03`](https://github.com/secundant/neodx/commit/2614a0345f2a2cd57984c22fc5f3e0446e5e8a77) Thanks [@secundant](https://github.com/secundant)! - New documentation

- Updated dependencies []:
- @neodx/colors@0.2.6

## 0.2.1

### Patch 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.2.1",
"version": "0.3.0",
"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.5",
"@neodx/colors": "0.2.6",
"pathe": "1.1.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions libs/pkg-misc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @neodx/pkg-misc

## 0.0.8

### Patch Changes

- Updated dependencies [[`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b)]:
- @neodx/std@0.2.0
- @neodx/fs@0.0.10

## 0.0.7

### 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.7",
"version": "0.0.8",
"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 @@ -20,8 +20,8 @@
"lint": "eslint src"
},
"dependencies": {
"@neodx/fs": "0.0.9",
"@neodx/std": "0.1.5",
"@neodx/fs": "0.0.10",
"@neodx/std": "0.2.0",
"@types/prettier": "2.7.3",
"pathe": "1.1.1",
"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.2.0

### Minor Changes

- [#120](https://github.com/secundant/neodx/pull/120) [`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b) Thanks [@secundant](https://github.com/secundant)! - Add first `typeof ...` shortcuts

## 0.1.5

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

## 0.6.0

### Minor Changes

- [#120](https://github.com/secundant/neodx/pull/120) [`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b) Thanks [@secundant](https://github.com/secundant)! - New documentation

### Patch Changes

- [#120](https://github.com/secundant/neodx/pull/120) [`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b) Thanks [@secundant](https://github.com/secundant)! - Make the argument for builder params optional

- [#120](https://github.com/secundant/neodx/pull/120) [`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b) Thanks [@secundant](https://github.com/secundant)! - Simplify generated metadata types

- Updated dependencies [[`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b), [`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b), [`2614a03`](https://github.com/secundant/neodx/commit/2614a0345f2a2cd57984c22fc5f3e0446e5e8a77)]:
- @neodx/log@0.3.0
- @neodx/std@0.2.0
- @neodx/vfs@0.1.10
- @neodx/fs@0.0.10

## 0.5.1

### Patch 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.5.1",
"version": "0.6.0",
"description": "Supercharge your icons ⚡️",
"author": {
"name": "Dmitry Remezov",
Expand Down Expand Up @@ -59,10 +59,10 @@
"lint": "eslint src"
},
"dependencies": {
"@neodx/fs": "0.0.9",
"@neodx/log": "0.2.1",
"@neodx/std": "0.1.5",
"@neodx/vfs": "0.1.9",
"@neodx/fs": "0.0.10",
"@neodx/log": "0.3.0",
"@neodx/std": "0.2.0",
"@neodx/vfs": "0.1.10",
"chokidar": "3.5.3",
"colord": "2.9.3",
"commander": "11.0.0",
Expand Down
11 changes: 11 additions & 0 deletions libs/vfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @neodx/vfs

## 0.1.10

### Patch Changes

- Updated dependencies [[`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b), [`8179bf1`](https://github.com/secundant/neodx/commit/8179bf1162eef832eda03726e2dd79dda094c78b), [`2614a03`](https://github.com/secundant/neodx/commit/2614a0345f2a2cd57984c22fc5f3e0446e5e8a77)]:
- @neodx/log@0.3.0
- @neodx/std@0.2.0
- @neodx/colors@0.2.6
- @neodx/fs@0.0.10
- @neodx/pkg-misc@0.0.8

## 0.1.9

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions libs/vfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodx/vfs",
"version": "0.1.9",
"version": "0.1.10",
"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 @@ -56,11 +56,11 @@
}
},
"dependencies": {
"@neodx/colors": "0.2.5",
"@neodx/fs": "0.0.9",
"@neodx/log": "0.2.1",
"@neodx/pkg-misc": "0.0.7",
"@neodx/std": "0.1.5",
"@neodx/colors": "0.2.6",
"@neodx/fs": "0.0.10",
"@neodx/log": "0.3.0",
"@neodx/pkg-misc": "0.0.8",
"@neodx/std": "0.2.0",
"pathe": "1.1.1",
"picocolors": "1.0.0"
}
Expand Down
Loading

0 comments on commit 930466b

Please sign in to comment.