From aa1dad6af3efc684732b7b3c42d90a13061e40f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 14 May 2023 00:35:30 +0000 Subject: [PATCH] Version Packages --- .changeset/fifty-planes-fly.md | 8 -------- .changeset/five-sheep-argue.md | 5 ----- .changeset/friendly-apples-peel.md | 6 ------ .changeset/lucky-parrots-drum.md | 5 ----- .changeset/nasty-ties-dance.md | 6 ------ .changeset/sharp-trees-wave.md | 12 ------------ .changeset/thirty-hotels-brush.md | 5 ----- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 9 files changed, 31 insertions(+), 48 deletions(-) delete mode 100644 .changeset/fifty-planes-fly.md delete mode 100644 .changeset/five-sheep-argue.md delete mode 100644 .changeset/friendly-apples-peel.md delete mode 100644 .changeset/lucky-parrots-drum.md delete mode 100644 .changeset/nasty-ties-dance.md delete mode 100644 .changeset/sharp-trees-wave.md delete mode 100644 .changeset/thirty-hotels-brush.md diff --git a/.changeset/fifty-planes-fly.md b/.changeset/fifty-planes-fly.md deleted file mode 100644 index 05198d1..0000000 --- a/.changeset/fifty-planes-fly.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@primno/cli": minor ---- - -Runs the local CLI when the global CLI is running in a Primno workspace. - -BREAKING CHANGE: -Does not work with previous versions. \ No newline at end of file diff --git a/.changeset/five-sheep-argue.md b/.changeset/five-sheep-argue.md deleted file mode 100644 index 901fd6a..0000000 --- a/.changeset/five-sheep-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primno/cli": minor ---- -BREAKING CHANGE: -Move the `environment` property from the deploy section to the root. \ No newline at end of file diff --git a/.changeset/friendly-apples-peel.md b/.changeset/friendly-apples-peel.md deleted file mode 100644 index 02e91d5..0000000 --- a/.changeset/friendly-apples-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primno/cli": minor ---- - -Use of plop as template engine. -The creation of workspaces is now done with plop. \ No newline at end of file diff --git a/.changeset/lucky-parrots-drum.md b/.changeset/lucky-parrots-drum.md deleted file mode 100644 index ca2c20e..0000000 --- a/.changeset/lucky-parrots-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primno/cli": patch ---- - -Remove warnings from node_modules packages during build. diff --git a/.changeset/nasty-ties-dance.md b/.changeset/nasty-ties-dance.md deleted file mode 100644 index 6a8f723..0000000 --- a/.changeset/nasty-ties-dance.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primno/cli": minor ---- - -Opens the environment url when the start command is executed. -Added "--no-open" option in the start command. If this option is set, the environment will not be opened in the browser. \ No newline at end of file diff --git a/.changeset/sharp-trees-wave.md b/.changeset/sharp-trees-wave.md deleted file mode 100644 index afd6490..0000000 --- a/.changeset/sharp-trees-wave.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@primno/cli": minor ---- - -BREAKING CHANGE: -The file structure changes. Only one entry point is now supported. -This entry point must be a file named "app.entry.ts" in the source directory of the project. - -To migrate, move your entry point from your entry-point directory to "app.entry.ts" in the source directory. -If you have multiple entry points, you must create a new project for each entry point or merge them into one. - -The `entryPoints` properties of the primno configuration and the `entrypoint` option of the CLI was removed. \ No newline at end of file diff --git a/.changeset/thirty-hotels-brush.md b/.changeset/thirty-hotels-brush.md deleted file mode 100644 index 23eb8e2..0000000 --- a/.changeset/thirty-hotels-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primno/cli": minor ---- - -Component generator. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1344c92..ccdea11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # @primno/cli +## 0.8.0 + +### Minor Changes + +- aba3e5b: Runs the local CLI when the global CLI is running in a Primno workspace. + + BREAKING CHANGE: + Does not work with previous versions. + +- cfe6e6a: BREAKING CHANGE: + Move the `environment` property from the deploy section to the root. +- e57e20d: Use of plop as template engine. + The creation of workspaces is now done with plop. +- 47bb5ed: Opens the environment url when the start command is executed. + Added "--no-open" option in the start command. If this option is set, the environment will not be opened in the browser. +- 2fde638: BREAKING CHANGE: + The file structure changes. Only one entry point is now supported. + This entry point must be a file named "app.entry.ts" in the source directory of the project. + + To migrate, move your entry point from your entry-point directory to "app.entry.ts" in the source directory. + If you have multiple entry points, you must create a new project for each entry point or merge them into one. + + The `entryPoints` properties of the primno configuration and the `entrypoint` option of the CLI was removed. + +- 2e1fa7d: Component generator. + +### Patch Changes + +- 34729bd: Remove warnings from node_modules packages during build. + ## 0.7.0 ### Patch Changes diff --git a/package.json b/package.json index 0c53e73..8e7dd45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primno/cli", - "version": "0.7.0", + "version": "0.8.0", "description": "Command-line interface tool for initializing, building, and deploying Primno workspaces", "main": "dist/cli.mjs", "files": [