Skip to content

Commit fb5306d

Browse files
authored
Merge pull request #8 from primno/changeset-release/main
Version Packages
2 parents c17a4ac + aa1dad6 commit fb5306d

9 files changed

Lines changed: 31 additions & 48 deletions

.changeset/fifty-planes-fly.md

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

.changeset/five-sheep-argue.md

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

.changeset/friendly-apples-peel.md

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

.changeset/lucky-parrots-drum.md

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

.changeset/nasty-ties-dance.md

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

.changeset/sharp-trees-wave.md

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

.changeset/thirty-hotels-brush.md

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

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# @primno/cli
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- aba3e5b: Runs the local CLI when the global CLI is running in a Primno workspace.
8+
9+
BREAKING CHANGE:
10+
Does not work with previous versions.
11+
12+
- cfe6e6a: BREAKING CHANGE:
13+
Move the `environment` property from the deploy section to the root.
14+
- e57e20d: Use of plop as template engine.
15+
The creation of workspaces is now done with plop.
16+
- 47bb5ed: Opens the environment url when the start command is executed.
17+
Added "--no-open" option in the start command. If this option is set, the environment will not be opened in the browser.
18+
- 2fde638: BREAKING CHANGE:
19+
The file structure changes. Only one entry point is now supported.
20+
This entry point must be a file named "app.entry.ts" in the source directory of the project.
21+
22+
To migrate, move your entry point from your entry-point directory to "app.entry.ts" in the source directory.
23+
If you have multiple entry points, you must create a new project for each entry point or merge them into one.
24+
25+
The `entryPoints` properties of the primno configuration and the `entrypoint` option of the CLI was removed.
26+
27+
- 2e1fa7d: Component generator.
28+
29+
### Patch Changes
30+
31+
- 34729bd: Remove warnings from node_modules packages during build.
32+
333
## 0.7.0
434

535
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primno/cli",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Command-line interface tool for initializing, building, and deploying Primno workspaces",
55
"main": "dist/cli.mjs",
66
"files": [

0 commit comments

Comments
 (0)