Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #555

Merged
merged 3 commits into from
Sep 4, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/eleven-glasses-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-lions-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-students-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-waves-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-stingrays-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-queens-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-fans-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-islands-reply.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tough-months-attend.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 1.8.0

### Minor Changes

- [`2a1a1f35`](https://github.com/frontity/frontity/commit/2a1a1f35810337a18edc96c3da06ffd492152ed8) [#550](https://github.com/frontity/frontity/pull/550) Thanks [@luisherranz](https://github.com/luisherranz)! - Expose Webpack errors and warnings in the `npx frontity build` command.

### Patch Changes

- [`611f3e2a`](https://github.com/frontity/frontity/commit/611f3e2ac836033417e9921a44b52cdd2f07793f) [#541](https://github.com/frontity/frontity/pull/541) Thanks [@luisherranz](https://github.com/luisherranz)! - Deprecate the `--publicPath` CLI arg of the `npx frontity dev` and `npx frontity build` commands in favor of `--public-path` to be consistent with the rest of the arguments.

It also adds a log to those commands, along with the already existing `mode` and `target` logs.

* [`f4f20007`](https://github.com/frontity/frontity/commit/f4f200074dd360fbf6b41dea63c89f9c6938c75d) [#450](https://github.com/frontity/frontity/pull/450) Thanks [@michalczaplinski](https://github.com/michalczaplinski)! - Remove the unused `minimist` dependency and its types.

- [`94a1c41c`](https://github.com/frontity/frontity/commit/94a1c41cc683675b70fd92e759eb14c7f6daca8a) [#547](https://github.com/frontity/frontity/pull/547) Thanks [@luisherranz](https://github.com/luisherranz)! - Relax `maxEntrypointSize` option of Webpack's performance to:

- 5Mbs for the server bundle.
- 500Kbs for the client bundles.

## 1.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontity/core",
"version": "1.7.3",
"version": "1.8.0",
"description": "The core package of the Frontity framework.",
"keywords": [
"frontity",
Expand Down
20 changes: 20 additions & 0 deletions packages/frontity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 1.11.0

### Minor Changes

- [`623a4146`](https://github.com/frontity/frontity/commit/623a41464aab97981f3c02d16747c5b8f9111b83) [#540](https://github.com/frontity/frontity/pull/540) Thanks [@luisherranz](https://github.com/luisherranz)! - Remove all the short flags from the CLI commands.

### Patch Changes

- [`611f3e2a`](https://github.com/frontity/frontity/commit/611f3e2ac836033417e9921a44b52cdd2f07793f) [#541](https://github.com/frontity/frontity/pull/541) Thanks [@luisherranz](https://github.com/luisherranz)! - Deprecate the `--publicPath` CLI arg of the `npx frontity dev` and `npx frontity build` commands in favor of `--public-path` to be consistent with the rest of the arguments.

It also adds a log to those commands, along with the already existing `mode` and `target` logs.

* [`d95262df`](https://github.com/frontity/frontity/commit/d95262df70c43afb955747473393c8440d2a3af9) [#545](https://github.com/frontity/frontity/pull/545) Thanks [@luisherranz](https://github.com/luisherranz)! - Fix environment variable names that were missing the middle command name in the `create` and `create-package` commands: from `FRONTITY_NAME` (wrong) to `FRONTITY_CREATE_NAME` (right).

- [`6ece281a`](https://github.com/frontity/frontity/commit/6ece281a8a3b8cf66443123fa1f4b88734ef95c2) [#543](https://github.com/frontity/frontity/pull/543) Thanks [@luisherranz](https://github.com/luisherranz)! - Deprecate the `URL` import from `"frontity"` in favor of the `new URL` global that is now present in both the browser and Node 10+.

* [`d95262df`](https://github.com/frontity/frontity/commit/d95262df70c43afb955747473393c8440d2a3af9) [#545](https://github.com/frontity/frontity/pull/545) Thanks [@luisherranz](https://github.com/luisherranz)! - Fix two bugs with `--no-prompt` actually prompting in the `create` and `create-package` commands.

- [`2a1a1f35`](https://github.com/frontity/frontity/commit/2a1a1f35810337a18edc96c3da06ffd492152ed8) [#550](https://github.com/frontity/frontity/pull/550) Thanks [@luisherranz](https://github.com/luisherranz)! - Update chalk version.

## 1.10.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/frontity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontity",
"version": "1.10.1",
"version": "1.11.0",
"description": "Frontity cli and entry point to other packages",
"keywords": [
"frontity",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@frontity/connect": "^1.1.3",
"@frontity/core": "^1.7.3",
"@frontity/core": "^1.8.0",
"@types/didyoumean": "^1.2.0",
"@types/fs-extra": "^5.0.5",
"@types/inquirer": "^6.0.0",
Expand Down