Skip to content

Commit

Permalink
Version Packages (#1578)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 20, 2023
1 parent ff91901 commit 6b48533
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-teachers-brush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curly-toes-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-impalas-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-planets-share.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@apollo/client": "^3.8.0",
"@faustwp/cli": "1.1.3",
"@faustwp/core": "1.1.2",
"@faustwp/experimental-app-router": "^0.0.4",
"@faustwp/experimental-app-router": "^0.1.0",
"@apollo/experimental-nextjs-app-support": "^0.4.1",
"graphql": "^16.7.1",
"next": "^13.4.20-canary.18",
Expand Down
7 changes: 7 additions & 0 deletions packages/block-editor-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @faustwp/block-editor-utils

## 0.0.4

### Patch Changes

- ae69cfb: Feat: Add `CheckboxControl` field in `block-editor-utils`.
- ee8c08e: Feat: Add `RangeControl` field in `block-editor-utils`.

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustwp/block-editor-utils",
"version": "0.0.3",
"version": "0.0.4",
"description": "Faust Block Editor Utils Package",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/experimental-app-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @faustwp/experimental-app-router

## 0.1.0

### Minor Changes

- 77c5d4f: **BREAKING**: Removed `cjs` support. The experimental app router package now is ESM only.

### Patch Changes

- 77c5d4f: Fixed an issue where the Apollo Client was being shipped to the browser client bundle resulting in large bundle sizes (150kb+). For more context: https://github.com/apollographql/apollo-client-nextjs/issues/95

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustwp/experimental-app-router",
"version": "0.0.4",
"version": "0.1.0",
"description": "Experimental: A Faust package to support Next.js' App Router",
"exports": {
".": "./dist/index.js",
Expand Down

1 comment on commit 6b48533

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the recent updates to your Atlas environment:

App Environment URL Build
faustjs canary https://hg…wered.com ✅ (logs)

Learn more about building on Atlas in our documentation.

Please sign in to comment.