Skip to content

Commit

Permalink
Merge pull request #8 from primno/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
xaviermonin authored May 14, 2023
2 parents c17a4ac + aa1dad6 commit fb5306d
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 48 deletions.
8 changes: 0 additions & 8 deletions .changeset/fifty-planes-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-sheep-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-apples-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-parrots-drum.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-ties-dance.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/sharp-trees-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-hotels-brush.md

This file was deleted.

30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit fb5306d

Please sign in to comment.