You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(poly info): for Poetry with PEP-621 support (#440)
* fix(poly info): for Poetry with PEP-621 support
* bump Hatch hook to 1.5.6
* bump PDM bricks hook to 1.3.9
* bump PDM workspace hook to 1.3.9
* bump Poetry plugin to 1.51.3
* bump CLI to 1.45.3
fix(poly sync): for Poetry with PEP-621 support (#439)
* fix(poly sync): Poetry, but with PEP-621 ready pyproject.toml
* bump Poetry plugin to 1.51.2
* bump CLI to 1.45.2
Fix poly sync for PEP 621 build backends that isn't hatchling or pdm (#……438)
* fix(poly sync): update pypackage.toml for PEP 621 project format when using a build backend that isn't hatchling or pdm
* bump Poetry plugin to 1.51.1
* bump CLI to 1.45.1
feat: add support for project aliases and grouping (#434)
* feat: add support for project name alias, and project grouping
* fix: add alias for project names and group projects
* feat: add alias and groups for each project data
* feat(poly info): use alias in table, if existing
* feat(poly libs): use project alias if existing
* fix(info): expose function
* feat(poly sync): use project name alias if existing
* fix(poly libs): unnecessary project data lookup
* feat(poly info): filter projects view based on configured group
* bump the PDM bricks hook to 1.3.8
* bump the PDM workspace hook to 1.3.8
* bump the Poetry plugin to 1.50.0
* bump the CLI to 1.44.0
fix(poly check, poly libs): extract imports with similar top namespac…
…es (#432)
* fix(poly check, poly libs): extract brick imports, and separate bricks from third-party libs with similar top namespace
* bump Poetry plugin to 1.49.1
* bump CLI to 1.43.1
fix(poly create base, component): exit with fail code if brick alread…
…y exists (#431)
* fix(poly create base, component): exit with fail code if brick already exists
* bump the CLI to 1.43.0
* bump the Poetry plugin to 1.49.0