Skip to content

Commit

Permalink
Merge pull request #18 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 13, 2022
2 parents 1673736 + b3e5ff9 commit e5de873
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 33 deletions.
15 changes: 0 additions & 15 deletions .changeset/old-dogs-juggle.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/polite-bugs-wink.md

This file was deleted.

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

## 0.0.0-canary-20221113044933

### Minor Changes

- 778ce99: feat: CLI now also reads next.config.js for i18n config

feat: auto remove cache during builds

chore: node engine version bump & cleaned up package.json

feat: pilot.config.js can now be used to provide a default runtime config

refactor: renamed internal "getProps" to "getPropsType" in generated files

fix: exclude api routes from generated pages

### Patch Changes

- Updated dependencies [778ce99]
- @waveplay/pilot@0.0.0-canary-20221113044933

## 0.0.0-canary-20221111071730

### Patch 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.0.2",
"version": "0.0.0-canary-20221113044933",
"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": "0.0.0-canary-20221111070614",
"@waveplay/pilot": "0.0.0-canary-20221113044933",
"app-root-path": "3.1.0",
"benchmark": "2.1.4",
"commander": "9.4.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/pilot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 0.0.0-canary-20221113044933

### Minor Changes

- 778ce99: feat: props can now be loaded via Next.js API routes

feat: new `createHandler` export from `@waveplay/pilot/api` to create a Next.js API route handler

refactor: renamed internal "getProps" to "getPropsType" in generated files

refactor: reorganized internal packages for better bundling (does not affect external usage)

chore: node engine version bump & cleaned up package.json

feat: new webProps option to control how prop loading works

## 0.0.0-canary-20221111070614

### Minor Changes
Expand Down Expand Up @@ -41,6 +57,7 @@
### Patch Changes

- 2bb228b: refactor: renamed internal "getProps" to "getPropsType" in generated files

## 2.0.2

### Patch 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.0.2",
"version": "0.0.0-canary-20221113044933",
"private": false,
"description": "NextJS-like routing for React Native",
"repository": {
Expand Down

0 comments on commit e5de873

Please sign in to comment.