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

feat(all): Update to examples use released version (0.2.0) #405

Merged
merged 2 commits into from
Jan 5, 2022

Conversation

ijemmy
Copy link
Contributor

@ijemmy ijemmy commented Jan 5, 2022

Description of your changes

  • feat(all): Update examples to use the released version
  • fix(all): Update packages.json with the released version (or the test will fail)

How to verify this change

  1. npm run lerna-test
  2. Run cdk deploy in the example/cdk folder.

Result:

---------------------------------|---------|----------|---------|---------|-------------------
File                             | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
---------------------------------|---------|----------|---------|---------|-------------------
All files                        |     100 |      100 |     100 |     100 |
 src                             |     100 |      100 |     100 |     100 |
  Tracer.ts                      |     100 |      100 |     100 |     100 |
  helpers.ts                     |     100 |      100 |     100 |     100 |
  index.ts                       |     100 |      100 |     100 |     100 |
 src/config                      |     100 |      100 |     100 |     100 |
  ConfigService.ts               |     100 |      100 |     100 |     100 |
  EnvironmentVariablesService.ts |     100 |      100 |     100 |     100 |
  index.ts                       |     100 |      100 |     100 |     100 |
 src/middleware                  |     100 |      100 |     100 |     100 |
  middy.ts                       |     100 |      100 |     100 |     100 |
 src/provider                    |     100 |      100 |     100 |     100 |
  ProviderService.ts             |     100 |      100 |     100 |     100 |
  index.ts                       |     100 |      100 |     100 |     100 |
---------------------------------|---------|----------|---------|---------|-------------------
Test Suites: 5 passed, 5 of 6 total
Tests:       88 passed, 88 total
Snapshots:   0 total
Time:        9.753 s, estimated 11 s

Related issues, RFCs

(ALL): Release initial beta #372

PR status

Is this ready for review?: YES
Is it a breaking change?: NO

Checklist

  • My changes meet the tenets criteria
  • I have performed a self-review of my own code
  • I have commented my code where necessary, particularly in areas that should be flagged with a TODO, or hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • The code coverage hasn't decreased
  • I have added tests that prove my change is effective and works
  • New and existing unit tests pass locally and in Github Actions
  • Any dependent changes have been merged and published in downstream module
  • The PR title follows the conventional commit semantics

Breaking change checklist

  • I have documented the migration process
  • I have added, implemented necessary warnings (if it can live side by side)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@saragerion saragerion merged commit d5e0620 into main Jan 5, 2022
@saragerion saragerion deleted the feat/updateExampleToReleasedVersion branch January 5, 2022 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants