diff --git a/.changeset/beige-geckos-nail.md b/.changeset/beige-geckos-nail.md deleted file mode 100644 index 9a771c9..0000000 --- a/.changeset/beige-geckos-nail.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@neodx/autobuild': patch -'@neodx/pkg-misc': patch -'@neodx/std': patch -'@neodx/fs': patch ---- - -Add missed license diff --git a/libs/autobuild/CHANGELOG.md b/libs/autobuild/CHANGELOG.md index dd4701a..35706b3 100644 --- a/libs/autobuild/CHANGELOG.md +++ b/libs/autobuild/CHANGELOG.md @@ -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 diff --git a/libs/autobuild/package.json b/libs/autobuild/package.json index 93b82f0..2b23a26 100644 --- a/libs/autobuild/package.json +++ b/libs/autobuild/package.json @@ -1,7 +1,7 @@ { "name": "@neodx/autobuild", "packageManager": "yarn@3.2.0", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "bin": "bin.mjs", "license": "MIT", diff --git a/libs/codegen/package.json b/libs/codegen/package.json index 7e07f16..698da40 100644 --- a/libs/codegen/package.json +++ b/libs/codegen/package.json @@ -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", diff --git a/libs/colors/CHANGELOG.md b/libs/colors/CHANGELOG.md index 3256897..2858561 100644 --- a/libs/colors/CHANGELOG.md +++ b/libs/colors/CHANGELOG.md @@ -1,5 +1,12 @@ # @neodx/colors +## 0.2.8 + +### Patch Changes + +- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]: + - @neodx/std@0.3.1 + ## 0.2.7 ### Patch Changes diff --git a/libs/colors/package.json b/libs/colors/package.json index dda0413..4954db5 100644 --- a/libs/colors/package.json +++ b/libs/colors/package.json @@ -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", @@ -48,7 +48,7 @@ "@neodx/autobuild": "*" }, "dependencies": { - "@neodx/std": "0.3.0" + "@neodx/std": "0.3.1" }, "exports": { ".": { diff --git a/libs/figma/CHANGELOG.md b/libs/figma/CHANGELOG.md index 362c20f..316aa29 100644 --- a/libs/figma/CHANGELOG.md +++ b/libs/figma/CHANGELOG.md @@ -1,5 +1,14 @@ # @neodx/figma +## 0.5.1 + +### Patch Changes + +- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]: + - @neodx/std@0.3.1 + - @neodx/log@0.4.1 + - @neodx/vfs@0.2.1 + ## 0.5.0 ### Minor Changes diff --git a/libs/figma/package.json b/libs/figma/package.json index 110646a..a5cf39d 100644 --- a/libs/figma/package.json +++ b/libs/figma/package.json @@ -1,6 +1,6 @@ { "name": "@neodx/figma", - "version": "0.5.0", + "version": "0.5.1", "packageManager": "yarn@3.2.0", "description": "No description", "type": "module", @@ -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", diff --git a/libs/fs/CHANGELOG.md b/libs/fs/CHANGELOG.md index 19b395d..5f0af11 100644 --- a/libs/fs/CHANGELOG.md +++ b/libs/fs/CHANGELOG.md @@ -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/std@0.3.1 + ## 0.0.11 ### Patch Changes diff --git a/libs/fs/package.json b/libs/fs/package.json index a8d083e..f220272 100644 --- a/libs/fs/package.json +++ b/libs/fs/package.json @@ -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", @@ -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" }, diff --git a/libs/glob/CHANGELOG.md b/libs/glob/CHANGELOG.md index badb8c0..bf6a1e2 100644 --- a/libs/glob/CHANGELOG.md +++ b/libs/glob/CHANGELOG.md @@ -1,5 +1,12 @@ # @neodx/glob +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]: + - @neodx/std@0.3.1 + ## 0.1.0 ### Minor Changes diff --git a/libs/glob/package.json b/libs/glob/package.json index 3899fa2..e3fdd04 100644 --- a/libs/glob/package.json +++ b/libs/glob/package.json @@ -1,6 +1,6 @@ { "name": "@neodx/glob", - "version": "0.1.0", + "version": "0.1.1", "packageManager": "yarn@3.2.0", "description": "No description", "type": "module", @@ -39,7 +39,7 @@ "nuke": "rm -rf dist" }, "dependencies": { - "@neodx/std": "^0.3.0" + "@neodx/std": "^0.3.1" }, "devDependencies": { "@neodx/autobuild": "*", diff --git a/libs/log/CHANGELOG.md b/libs/log/CHANGELOG.md index beb5cd4..0756879 100644 --- a/libs/log/CHANGELOG.md +++ b/libs/log/CHANGELOG.md @@ -1,5 +1,12 @@ # @neodx/log +## 0.4.1 + +### Patch Changes + +- Updated dependencies []: + - @neodx/colors@0.2.8 + ## 0.4.0 ### Minor Changes diff --git a/libs/log/package.json b/libs/log/package.json index 2b09fee..1be2226 100644 --- a/libs/log/package.json +++ b/libs/log/package.json @@ -2,7 +2,7 @@ "name": "@neodx/log", "packageManager": "yarn@3.2.0", "description": "A lightweight universal logging framework", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", @@ -56,7 +56,7 @@ "lint": "eslint" }, "dependencies": { - "@neodx/colors": "0.2.7", + "@neodx/colors": "0.2.8", "pathe": "1.1.2" }, "devDependencies": { diff --git a/libs/pkg-misc/CHANGELOG.md b/libs/pkg-misc/CHANGELOG.md index bb9390a..7cd2b2a 100644 --- a/libs/pkg-misc/CHANGELOG.md +++ b/libs/pkg-misc/CHANGELOG.md @@ -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/std@0.3.1 + - @neodx/fs@0.0.12 + ## 0.0.9 ### Patch Changes diff --git a/libs/pkg-misc/package.json b/libs/pkg-misc/package.json index a6e435c..6a3e190 100644 --- a/libs/pkg-misc/package.json +++ b/libs/pkg-misc/package.json @@ -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", @@ -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" diff --git a/libs/std/CHANGELOG.md b/libs/std/CHANGELOG.md index 939a025..6ba6318 100644 --- a/libs/std/CHANGELOG.md +++ b/libs/std/CHANGELOG.md @@ -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 diff --git a/libs/std/package.json b/libs/std/package.json index 1354a27..a23d86f 100644 --- a/libs/std/package.json +++ b/libs/std/package.json @@ -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", diff --git a/libs/svg/CHANGELOG.md b/libs/svg/CHANGELOG.md index eacbaff..5c457fd 100644 --- a/libs/svg/CHANGELOG.md +++ b/libs/svg/CHANGELOG.md @@ -1,5 +1,15 @@ # @neodx/svg +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]: + - @neodx/std@0.3.1 + - @neodx/fs@0.0.12 + - @neodx/log@0.4.1 + - @neodx/vfs@0.2.1 + ## 0.7.0 ### Minor Changes diff --git a/libs/svg/package.json b/libs/svg/package.json index 7cbd313..fef46c1 100644 --- a/libs/svg/package.json +++ b/libs/svg/package.json @@ -1,7 +1,7 @@ { "name": "@neodx/svg", "packageManager": "yarn@3.2.0", - "version": "0.7.0", + "version": "0.7.1", "description": "Supercharge your icons ⚡️", "author": { "name": "Dmitry Remezov", @@ -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", diff --git a/libs/vfs/CHANGELOG.md b/libs/vfs/CHANGELOG.md index bff2a76..346a5a5 100644 --- a/libs/vfs/CHANGELOG.md +++ b/libs/vfs/CHANGELOG.md @@ -1,5 +1,17 @@ # @neodx/vfs +## 0.2.1 + +### Patch Changes + +- Updated dependencies [[`3a04a35`](https://github.com/secundant/neodx/commit/3a04a356465a837608b966770f2f00b179914960)]: + - @neodx/pkg-misc@0.0.10 + - @neodx/std@0.3.1 + - @neodx/fs@0.0.12 + - @neodx/colors@0.2.8 + - @neodx/glob@0.1.1 + - @neodx/log@0.4.1 + ## 0.2.0 ### Minor Changes diff --git a/libs/vfs/package.json b/libs/vfs/package.json index 82fcc8d..b10ebad 100644 --- a/libs/vfs/package.json +++ b/libs/vfs/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 734fb2f..7180718 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2721,10 +2721,10 @@ __metadata: resolution: "@neodx/codegen@workspace:libs/codegen" dependencies: "@neodx/autobuild": "npm:*" - "@neodx/fs": "npm:0.0.11" - "@neodx/pkg-misc": "npm:0.0.9" - "@neodx/std": "npm:0.3.0" - "@neodx/vfs": "npm:0.2.0" + "@neodx/fs": "npm:0.0.12" + "@neodx/pkg-misc": "npm:0.0.10" + "@neodx/std": "npm:0.3.1" + "@neodx/vfs": "npm:0.2.1" "@types/ejs": "npm:3.1.5" "@types/semver": "npm:7.5.7" "@types/tmp": "npm:0.2.6" @@ -2737,12 +2737,12 @@ __metadata: languageName: unknown linkType: soft -"@neodx/colors@npm:0.2.7, @neodx/colors@workspace:libs/colors": +"@neodx/colors@npm:0.2.8, @neodx/colors@workspace:libs/colors": version: 0.0.0-use.local resolution: "@neodx/colors@workspace:libs/colors" dependencies: "@neodx/autobuild": "npm:*" - "@neodx/std": "npm:0.3.0" + "@neodx/std": "npm:0.3.1" languageName: unknown linkType: soft @@ -2759,9 +2759,9 @@ __metadata: resolution: "@neodx/figma@workspace:libs/figma" dependencies: "@neodx/autobuild": "npm:*" - "@neodx/log": "npm:0.4.0" - "@neodx/std": "npm:0.3.0" - "@neodx/vfs": "npm:0.2.0" + "@neodx/log": "npm:0.4.1" + "@neodx/std": "npm:0.3.1" + "@neodx/vfs": "npm:0.2.1" colord: "npm:2.9.3" commander: "npm:11.1.0" cosmiconfig: "npm:8.3.6" @@ -2772,12 +2772,12 @@ __metadata: languageName: unknown linkType: soft -"@neodx/fs@npm:0.0.11, @neodx/fs@workspace:libs/fs": +"@neodx/fs@npm:0.0.12, @neodx/fs@workspace:libs/fs": version: 0.0.0-use.local resolution: "@neodx/fs@workspace:libs/fs" dependencies: "@neodx/autobuild": "npm:*" - "@neodx/std": "npm:0.3.0" + "@neodx/std": "npm:0.3.1" "@types/tmp": "npm:0.2.6" jsonc-parser: "npm:3.2.0" tiny-glob: "npm:0.2.9" @@ -2785,22 +2785,22 @@ __metadata: languageName: unknown linkType: soft -"@neodx/glob@npm:0.1.0, @neodx/glob@workspace:libs/glob": +"@neodx/glob@npm:0.1.1, @neodx/glob@workspace:libs/glob": version: 0.0.0-use.local resolution: "@neodx/glob@workspace:libs/glob" dependencies: "@neodx/autobuild": "npm:*" - "@neodx/std": "npm:^0.3.0" + "@neodx/std": "npm:^0.3.1" grammex: "npm:3.1.2" languageName: unknown linkType: soft -"@neodx/log@npm:*, @neodx/log@npm:0.4.0, @neodx/log@workspace:*, @neodx/log@workspace:libs/log": +"@neodx/log@npm:*, @neodx/log@npm:0.4.1, @neodx/log@workspace:*, @neodx/log@workspace:libs/log": version: 0.0.0-use.local resolution: "@neodx/log@workspace:libs/log" dependencies: "@neodx/autobuild": "npm:*" - "@neodx/colors": "npm:0.2.7" + "@neodx/colors": "npm:0.2.8" "@types/bunyan": "npm:1.8.11" "@types/express": "npm:4.17.21" "@types/koa": "npm:2.14.0" @@ -2832,13 +2832,13 @@ __metadata: languageName: unknown linkType: soft -"@neodx/pkg-misc@npm:0.0.9, @neodx/pkg-misc@workspace:libs/pkg-misc": +"@neodx/pkg-misc@npm:0.0.10, @neodx/pkg-misc@workspace:libs/pkg-misc": version: 0.0.0-use.local resolution: "@neodx/pkg-misc@workspace:libs/pkg-misc" dependencies: "@neodx/autobuild": "npm:*" - "@neodx/fs": "npm:0.0.11" - "@neodx/std": "npm:0.3.0" + "@neodx/fs": "npm:0.0.12" + "@neodx/std": "npm:0.3.1" "@types/prettier": "npm:3.0.0" "@types/semver": "npm:7.5.7" pathe: "npm:1.1.2" @@ -2905,7 +2905,7 @@ __metadata: languageName: unknown linkType: soft -"@neodx/std@npm:*, @neodx/std@npm:0.3.0, @neodx/std@npm:^0.3.0, @neodx/std@workspace:*, @neodx/std@workspace:libs/std": +"@neodx/std@npm:*, @neodx/std@npm:0.3.1, @neodx/std@npm:^0.3.1, @neodx/std@workspace:*, @neodx/std@workspace:libs/std": version: 0.0.0-use.local resolution: "@neodx/std@workspace:libs/std" dependencies: @@ -2918,10 +2918,10 @@ __metadata: resolution: "@neodx/svg@workspace:libs/svg" dependencies: "@neodx/autobuild": "npm:*" - "@neodx/fs": "npm:0.0.11" - "@neodx/log": "npm:0.4.0" - "@neodx/std": "npm:0.3.0" - "@neodx/vfs": "npm:0.2.0" + "@neodx/fs": "npm:0.0.12" + "@neodx/log": "npm:0.4.1" + "@neodx/std": "npm:0.3.1" + "@neodx/vfs": "npm:0.2.1" "@swc/helpers": "npm:0.5.6" "@types/react": "npm:18.2.56" "@types/react-dom": "npm:18.2.19" @@ -2948,17 +2948,17 @@ __metadata: languageName: unknown linkType: soft -"@neodx/vfs@npm:*, @neodx/vfs@npm:0.2.0, @neodx/vfs@workspace:libs/vfs": +"@neodx/vfs@npm:*, @neodx/vfs@npm:0.2.1, @neodx/vfs@workspace:libs/vfs": version: 0.0.0-use.local resolution: "@neodx/vfs@workspace:libs/vfs" dependencies: "@neodx/autobuild": "npm:*" - "@neodx/colors": "npm:0.2.7" - "@neodx/fs": "npm:0.0.11" - "@neodx/glob": "npm:0.1.0" - "@neodx/log": "npm:0.4.0" - "@neodx/pkg-misc": "npm:0.0.9" - "@neodx/std": "npm:0.3.0" + "@neodx/colors": "npm:0.2.8" + "@neodx/fs": "npm:0.0.12" + "@neodx/glob": "npm:0.1.1" + "@neodx/log": "npm:0.4.1" + "@neodx/pkg-misc": "npm:0.0.10" + "@neodx/std": "npm:0.3.1" "@types/eslint": "npm:8.56.2" "@types/tmp": "npm:0.2.6" grammex: "npm:3.1.2"