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

wrong version from --version #91

Open
gpmcadam opened this issue May 19, 2023 · 1 comment
Open

wrong version from --version #91

gpmcadam opened this issue May 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@gpmcadam
Copy link

The bundle for the latest version still has the previous version in it.

$ npx --package @sladg/nextjs-lambda cli --version                                                         1640ms
Need to install the following packages:
  @sladg/nextjs-lambda@7.0.4
Ok to proceed? (y) y
7.0.3

See:

20657   │ // package.json
20658   │ var package_default = {
20659   │   name: "@sladg/nextjs-lambda",
20660   │   version: "7.0.3",
@sladg
Copy link
Owner

sladg commented May 20, 2023

This is connected with master being released instead of release branch. Let me fix that pipeline.

@sladg sladg added the bug Something isn't working label May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants