From 714812d119ed78bb5f628576aef2d7f6f63f4b50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Oct 2023 21:08:05 +0000 Subject: [PATCH] Version Packages --- .changeset/slow-points-drive.md | 5 ----- libs/codegen/package.json | 2 +- libs/figma/CHANGELOG.md | 7 +++++++ libs/figma/package.json | 4 ++-- libs/svg/CHANGELOG.md | 7 +++++++ libs/svg/package.json | 4 ++-- libs/vfs/CHANGELOG.md | 6 ++++++ libs/vfs/package.json | 2 +- yarn.lock | 8 ++++---- 9 files changed, 30 insertions(+), 15 deletions(-) delete mode 100644 .changeset/slow-points-drive.md diff --git a/.changeset/slow-points-drive.md b/.changeset/slow-points-drive.md deleted file mode 100644 index 2eb0f58..0000000 --- a/.changeset/slow-points-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neodx/vfs': patch ---- - -Fix incorrect resolving absolute paths diff --git a/libs/codegen/package.json b/libs/codegen/package.json index 64b5851..6ccaee5 100644 --- a/libs/codegen/package.json +++ b/libs/codegen/package.json @@ -63,7 +63,7 @@ "@neodx/fs": "0.0.10", "@neodx/pkg-misc": "0.0.8", "@neodx/std": "0.2.0", - "@neodx/vfs": "0.1.10", + "@neodx/vfs": "0.1.11", "ejs": "3.1.9", "jsonc-parser": "3.2.0", "picocolors": "1.0.0", diff --git a/libs/figma/CHANGELOG.md b/libs/figma/CHANGELOG.md index 7a600f1..bd367e8 100644 --- a/libs/figma/CHANGELOG.md +++ b/libs/figma/CHANGELOG.md @@ -1,5 +1,12 @@ # @neodx/figma +## 0.4.1 + +### Patch Changes + +- Updated dependencies [[`2f5a58a`](https://github.com/secundant/neodx/commit/2f5a58a2a97329a73f872f3f8a61e3903505ea63)]: + - @neodx/vfs@0.1.11 + ## 0.4.0 ### Minor Changes diff --git a/libs/figma/package.json b/libs/figma/package.json index db578fa..8697ade 100644 --- a/libs/figma/package.json +++ b/libs/figma/package.json @@ -1,6 +1,6 @@ { "name": "@neodx/figma", - "version": "0.4.0", + "version": "0.4.1", "packageManager": "yarn@3.2.0", "description": "No description", "type": "module", @@ -57,7 +57,7 @@ "dependencies": { "@neodx/log": "0.3.0", "@neodx/std": "0.2.0", - "@neodx/vfs": "0.1.10", + "@neodx/vfs": "0.1.11", "colord": "2.9.3", "commander": "11.0.0", "cosmiconfig": "8.3.6", diff --git a/libs/svg/CHANGELOG.md b/libs/svg/CHANGELOG.md index 85e15c4..c1a6070 100644 --- a/libs/svg/CHANGELOG.md +++ b/libs/svg/CHANGELOG.md @@ -1,5 +1,12 @@ # @neodx/svg +## 0.6.1 + +### Patch Changes + +- Updated dependencies [[`2f5a58a`](https://github.com/secundant/neodx/commit/2f5a58a2a97329a73f872f3f8a61e3903505ea63)]: + - @neodx/vfs@0.1.11 + ## 0.6.0 ### Minor Changes diff --git a/libs/svg/package.json b/libs/svg/package.json index b668f67..d0b387f 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.6.0", + "version": "0.6.1", "description": "Supercharge your icons ⚡️", "author": { "name": "Dmitry Remezov", @@ -62,7 +62,7 @@ "@neodx/fs": "0.0.10", "@neodx/log": "0.3.0", "@neodx/std": "0.2.0", - "@neodx/vfs": "0.1.10", + "@neodx/vfs": "0.1.11", "chokidar": "3.5.3", "colord": "2.9.3", "commander": "11.0.0", diff --git a/libs/vfs/CHANGELOG.md b/libs/vfs/CHANGELOG.md index e284e89..32e15c4 100644 --- a/libs/vfs/CHANGELOG.md +++ b/libs/vfs/CHANGELOG.md @@ -1,5 +1,11 @@ # @neodx/vfs +## 0.1.11 + +### Patch Changes + +- [`2f5a58a`](https://github.com/secundant/neodx/commit/2f5a58a2a97329a73f872f3f8a61e3903505ea63) Thanks [@secundant](https://github.com/secundant)! - Fix incorrect resolving absolute paths + ## 0.1.10 ### Patch Changes diff --git a/libs/vfs/package.json b/libs/vfs/package.json index 2d7ab5f..2a35cc9 100644 --- a/libs/vfs/package.json +++ b/libs/vfs/package.json @@ -1,6 +1,6 @@ { "name": "@neodx/vfs", - "version": "0.1.10", + "version": "0.1.11", "description": "Simple virtual file system - working dir context, lazy changes, different modes, integrations and moreover", "type": "module", "main": "./dist/cjs/index.cjs", diff --git a/yarn.lock b/yarn.lock index 7074b37..06622b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1564,7 +1564,7 @@ __metadata: "@neodx/fs": 0.0.10 "@neodx/pkg-misc": 0.0.8 "@neodx/std": 0.2.0 - "@neodx/vfs": 0.1.10 + "@neodx/vfs": 0.1.11 "@types/ejs": 3.1.3 "@types/semver": 7.5.3 "@types/tmp": 0.2.4 @@ -1601,7 +1601,7 @@ __metadata: "@neodx/autobuild": "*" "@neodx/log": 0.3.0 "@neodx/std": 0.2.0 - "@neodx/vfs": 0.1.10 + "@neodx/vfs": 0.1.11 colord: 2.9.3 commander: 11.0.0 cosmiconfig: 8.3.6 @@ -1747,7 +1747,7 @@ __metadata: "@neodx/fs": 0.0.10 "@neodx/log": 0.3.0 "@neodx/std": 0.2.0 - "@neodx/vfs": 0.1.10 + "@neodx/vfs": 0.1.11 "@swc/helpers": 0.5.3 "@types/react": 18.2.25 "@types/react-dom": 18.2.11 @@ -1774,7 +1774,7 @@ __metadata: languageName: unknown linkType: soft -"@neodx/vfs@*, @neodx/vfs@0.1.10, @neodx/vfs@workspace:libs/vfs": +"@neodx/vfs@*, @neodx/vfs@0.1.11, @neodx/vfs@workspace:libs/vfs": version: 0.0.0-use.local resolution: "@neodx/vfs@workspace:libs/vfs" dependencies: