Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cdklabs/jsii-docgen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.65
Choose a base ref
...
head repository: cdklabs/jsii-docgen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.66
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 6, 2021

  1. chore: upgrade projen (#271)

    This PR upgrades projen to the latest version
    aws-cdk-automation authored Mar 6, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    89dff3d View commit details
  2. chore(release): 1.8.66

    Auto-bump committed Mar 6, 2021

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    9d555f7 View commit details
Showing with 10 additions and 8 deletions.
  1. +1 −1 .projen/deps.json
  2. +2 −0 CHANGELOG.md
  3. +2 −2 package.json
  4. +1 −1 version.json
  5. +4 −4 yarn.lock
2 changes: 1 addition & 1 deletion .projen/deps.json
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@
},
{
"name": "projen",
"version": "^0.16.35",
"version": "^0.16.36",
"type": "build"
},
{
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.8.66](https://github.com/eladb/jsii-docgen/compare/v1.8.65...v1.8.66) (2021-03-06)

### [1.8.65](https://github.com/eladb/jsii-docgen/compare/v1.8.64...v1.8.65) (2021-03-05)

### [1.8.64](https://github.com/eladb/jsii-docgen/compare/v1.8.63...v1.8.64) (2021-03-05)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
"jest": "^26.4.2",
"jest-junit": "^12",
"json-schema": "^0.2.5",
"projen": "^0.16.35",
"projen": "^0.16.36",
"standard-version": "^9",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
@@ -59,7 +59,7 @@
"bundledDependencies": [],
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "1.8.65",
"version": "1.8.66",
"jest": {
"testMatch": [
"**/__tests__/**/*.ts?(x)",
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.8.65"
"version": "1.8.66"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -4449,10 +4449,10 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

projen@^0.16.35:
version "0.16.35"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.16.35.tgz#1547f9bb7b1ea9d4450d3045014c239d0c0b11e6"
integrity sha512-AVpuGSw5oRdp7xhz5FkyDGyoLkgoa8IGtzw/w3qsLJ0zIKr5M6sSJLAVmBHO3D88RDjMkHfHCkfS7anG1mMEaA==
projen@^0.16.36:
version "0.16.36"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.16.36.tgz#22de64b19b2b8794ef7f40afa820291129cb5b85"
integrity sha512-8HnnQ//hqnJoYf6ySYiZBh6T64PRBpbGsn119PXZfP2aIPAFHikGoCCGGa631FD44SDKXKlXOWoDPD3RAH4IUQ==
dependencies:
"@iarna/toml" "^2.2.5"
chalk "^4.1.0"