Skip to content

Commit 0d154ec

Browse files
authored
Merge pull request #146 from secundant/changeset-release/main
Version Packages
2 parents 5f74733 + 9fb3da2 commit 0d154ec

23 files changed

+146
-71
lines changed

.changeset/beige-geckos-nail.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

libs/autobuild/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neodx/autobuild
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.2.0
410

511
### Minor Changes

libs/autobuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neodx/autobuild",
33
"packageManager": "yarn@3.2.0",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"type": "module",
66
"bin": "bin.mjs",
77
"license": "MIT",

libs/codegen/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"tmp": "0.2.1"
6161
},
6262
"dependencies": {
63-
"@neodx/fs": "0.0.11",
64-
"@neodx/pkg-misc": "0.0.9",
65-
"@neodx/std": "0.3.0",
66-
"@neodx/vfs": "0.2.0",
63+
"@neodx/fs": "0.0.12",
64+
"@neodx/pkg-misc": "0.0.10",
65+
"@neodx/std": "0.3.1",
66+
"@neodx/vfs": "0.2.1",
6767
"ejs": "3.1.9",
6868
"jsonc-parser": "3.2.0",
6969
"picocolors": "1.0.0",

libs/colors/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @neodx/colors
22

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]:
8+
- @neodx/std@0.3.1
9+
310
## 0.2.7
411

512
### Patch Changes

libs/colors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodx/colors",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Formatting and color utils for the terminal",
55
"type": "module",
66
"main": "./dist/index.cjs",
@@ -48,7 +48,7 @@
4848
"@neodx/autobuild": "*"
4949
},
5050
"dependencies": {
51-
"@neodx/std": "0.3.0"
51+
"@neodx/std": "0.3.1"
5252
},
5353
"exports": {
5454
".": {

libs/figma/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @neodx/figma
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]:
8+
- @neodx/std@0.3.1
9+
- @neodx/log@0.4.1
10+
- @neodx/vfs@0.2.1
11+
312
## 0.5.0
413

514
### Minor Changes

libs/figma/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodx/figma",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"packageManager": "yarn@3.2.0",
55
"description": "No description",
66
"type": "module",
@@ -55,9 +55,9 @@
5555
"nuke": "rm -rf dist"
5656
},
5757
"dependencies": {
58-
"@neodx/log": "0.4.0",
59-
"@neodx/std": "0.3.0",
60-
"@neodx/vfs": "0.2.0",
58+
"@neodx/log": "0.4.1",
59+
"@neodx/std": "0.3.1",
60+
"@neodx/vfs": "0.2.1",
6161
"colord": "2.9.3",
6262
"commander": "11.1.0",
6363
"cosmiconfig": "8.3.6",

libs/fs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @neodx/fs
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]:
10+
- @neodx/std@0.3.1
11+
312
## 0.0.11
413

514
### Patch Changes

libs/fs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodx/fs",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "File system helpers",
55
"type": "module",
66
"main": "./dist/index.cjs",
@@ -27,7 +27,7 @@
2727
"tmp": "0.2.1"
2828
},
2929
"dependencies": {
30-
"@neodx/std": "0.3.0",
30+
"@neodx/std": "0.3.1",
3131
"jsonc-parser": "3.2.0",
3232
"tiny-glob": "0.2.9"
3333
},

0 commit comments

Comments
 (0)