Skip to content

Commit

Permalink
Merge pull request #22 from Wave-Play/changeset-release/canary
Browse files Browse the repository at this point in the history
Changesets: Versioning & Publication
  • Loading branch information
Pkmmte authored Nov 14, 2022
2 parents cc5a9fe + 7e51bdb commit e9ca1e5
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-dodos-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-tips-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-wombats-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-toes-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-insects-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-pans-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-pets-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-crews-stare.md

This file was deleted.

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

## 0.0.0-canary-20221114052652

### Minor Changes

- 91ef4e7: feat: exclude and/or include pages using config

### Patch Changes

- 0098f10: refactor: new Config type for pilot.config.js typing
- d074472: fix: read from next.config.js even when pilot.config.js was not found
- Updated dependencies [f1295cb]
- Updated dependencies [0098f10]
- Updated dependencies [ed4416f]
- Updated dependencies [dc327fd]
- Updated dependencies [b5dc3b1]
- Updated dependencies [f32f118]
- @waveplay/pilot@0.0.0-canary-20221114052652

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pilotjs-cli",
"version": "2.1.0",
"version": "0.0.0-canary-20221114052652",
"private": false,
"description": "NextJS-like routing for React Native",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"bin": "dist/index.js",
"dependencies": {
"@swc/core": "1.3.8",
"@waveplay/pilot": "2.1.0",
"@waveplay/pilot": "0.0.0-canary-20221114052652",
"app-root-path": "3.1.0",
"benchmark": "2.1.4",
"commander": "9.4.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/pilot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.0.0-canary-20221114052652

### Minor Changes

- f1295cb: feat: page-level webProps setting
- ed4416f: feat: pilot.config() can now be used as a getter function

### Patch Changes

- 0098f10: refactor: new Config type for pilot.config.js typing
- dc327fd: fix: use correct path when importing pages in getProps API
- b5dc3b1: patch: getProps functions now include "defaultLocales" and "locales" fields
- f32f118: patch: improved cache keys in server getStaticProps

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pilot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waveplay/pilot",
"version": "2.1.0",
"version": "0.0.0-canary-20221114052652",
"private": false,
"description": "NextJS-like routing for React Native",
"repository": {
Expand Down

0 comments on commit e9ca1e5

Please sign in to comment.