Skip to content

Commit

Permalink
fix: reference documentation is missing + bump to v0.24.1 (#1704)
Browse files Browse the repository at this point in the history
There was a missing newline in the reference.rst.template file
which caused the toc not to include the module docs.
  • Loading branch information
Elad Ben-Israel authored Feb 7, 2019
1 parent c34e910 commit 67fcf6d
Show file tree
Hide file tree
Showing 110 changed files with 1,077 additions and 1,068 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.


## [0.24.1](https://github.com/awslabs/aws-cdk/compare/v0.24.0...v0.24.1) (2019-02-07)


### Bug Fixes

* reference documentation is missing ([8fba8bc](https://github.com/awslabs/aws-cdk/commit/8fba8bc))


## [0.24.0](https://github.com/awslabs/aws-cdk/compare/v0.23.0...v0.24.0) (2019-02-06)


Expand Down
1 change: 1 addition & 0 deletions docs/src/reference.rst.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Reference

.. toctree::
:maxdepth: 1

6 changes: 3 additions & 3 deletions examples/cdk-examples-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-examples-java",
"version": "0.24.0",
"version": "0.24.1",
"description": "CDK examples in Java",
"private": true,
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.24.0",
"pkgtools": "^0.24.0"
"aws-cdk": "^0.24.1",
"pkgtools": "^0.24.1"
}
}
44 changes: 22 additions & 22 deletions examples/cdk-examples-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-examples-typescript",
"version": "0.24.0",
"version": "0.24.1",
"description": "A bunch of CDK examples",
"private": true,
"scripts": {
Expand All @@ -18,29 +18,29 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.24.0",
"cdk-build-tools": "^0.24.0",
"pkglint": "^0.24.0"
"aws-cdk": "^0.24.1",
"cdk-build-tools": "^0.24.1",
"pkglint": "^0.24.1"
},
"dependencies": {
"@aws-cdk/aws-autoscaling": "^0.24.0",
"@aws-cdk/aws-cloudformation": "^0.24.0",
"@aws-cdk/aws-cognito": "^0.24.0",
"@aws-cdk/aws-dynamodb": "^0.24.0",
"@aws-cdk/aws-ec2": "^0.24.0",
"@aws-cdk/aws-ecs": "^0.24.0",
"@aws-cdk/aws-elasticloadbalancing": "^0.24.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.24.0",
"@aws-cdk/aws-events": "^0.24.0",
"@aws-cdk/aws-iam": "^0.24.0",
"@aws-cdk/aws-lambda": "^0.24.0",
"@aws-cdk/aws-neptune": "^0.24.0",
"@aws-cdk/aws-rds": "^0.24.0",
"@aws-cdk/aws-s3": "^0.24.0",
"@aws-cdk/aws-sns": "^0.24.0",
"@aws-cdk/aws-sqs": "^0.24.0",
"@aws-cdk/cdk": "^0.24.0",
"@aws-cdk/runtime-values": "^0.24.0"
"@aws-cdk/aws-autoscaling": "^0.24.1",
"@aws-cdk/aws-cloudformation": "^0.24.1",
"@aws-cdk/aws-cognito": "^0.24.1",
"@aws-cdk/aws-dynamodb": "^0.24.1",
"@aws-cdk/aws-ec2": "^0.24.1",
"@aws-cdk/aws-ecs": "^0.24.1",
"@aws-cdk/aws-elasticloadbalancing": "^0.24.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.24.1",
"@aws-cdk/aws-events": "^0.24.1",
"@aws-cdk/aws-iam": "^0.24.1",
"@aws-cdk/aws-lambda": "^0.24.1",
"@aws-cdk/aws-neptune": "^0.24.1",
"@aws-cdk/aws-rds": "^0.24.1",
"@aws-cdk/aws-s3": "^0.24.1",
"@aws-cdk/aws-sns": "^0.24.1",
"@aws-cdk/aws-sqs": "^0.24.1",
"@aws-cdk/cdk": "^0.24.1",
"@aws-cdk/runtime-values": "^0.24.1"
},
"repository": {
"url": "https://github.com/awslabs/aws-cdk.git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"tools/*"
],
"rejectCycles": "true",
"version": "0.24.0"
"version": "0.24.1"
}
18 changes: 9 additions & 9 deletions packages/@aws-cdk/alexa-ask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/alexa-ask",
"version": "0.24.0",
"version": "0.24.1",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -55,18 +55,18 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.24.0",
"cdk-build-tools": "^0.24.0",
"cfn2ts": "^0.24.0",
"pkglint": "^0.24.0"
"@aws-cdk/assert": "^0.24.1",
"cdk-build-tools": "^0.24.1",
"cfn2ts": "^0.24.1",
"pkglint": "^0.24.1"
},
"dependencies": {
"@aws-cdk/aws-codepipeline-api": "^0.24.0",
"@aws-cdk/cdk": "^0.24.0"
"@aws-cdk/aws-codepipeline-api": "^0.24.1",
"@aws-cdk/cdk": "^0.24.1"
},
"peerDependencies": {
"@aws-cdk/aws-codepipeline-api": "^0.24.0",
"@aws-cdk/cdk": "^0.24.0"
"@aws-cdk/aws-codepipeline-api": "^0.24.1",
"@aws-cdk/cdk": "^0.24.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
34 changes: 17 additions & 17 deletions packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-cdk/app-delivery",
"description": "Continuous Integration / Continuous Delivery for CDK Applications",
"version": "0.24.0",
"version": "0.24.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -33,21 +33,21 @@
"awslint": "cdk-awslint"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^0.24.0",
"@aws-cdk/aws-codebuild": "^0.24.0",
"@aws-cdk/aws-codepipeline-api": "^0.24.0",
"@aws-cdk/aws-iam": "^0.24.0",
"@aws-cdk/cdk": "^0.24.0",
"@aws-cdk/cx-api": "^0.24.0"
"@aws-cdk/aws-cloudformation": "^0.24.1",
"@aws-cdk/aws-codebuild": "^0.24.1",
"@aws-cdk/aws-codepipeline-api": "^0.24.1",
"@aws-cdk/aws-iam": "^0.24.1",
"@aws-cdk/cdk": "^0.24.1",
"@aws-cdk/cx-api": "^0.24.1"
},
"devDependencies": {
"@aws-cdk/assert": "^0.24.0",
"@aws-cdk/aws-codepipeline": "^0.24.0",
"@aws-cdk/aws-s3": "^0.24.0",
"cdk-build-tools": "^0.24.0",
"cdk-integ-tools": "^0.24.0",
"@aws-cdk/assert": "^0.24.1",
"@aws-cdk/aws-codepipeline": "^0.24.1",
"@aws-cdk/aws-s3": "^0.24.1",
"cdk-build-tools": "^0.24.1",
"cdk-integ-tools": "^0.24.1",
"fast-check": "^1.7.0",
"pkglint": "^0.24.0"
"pkglint": "^0.24.1"
},
"repository": {
"type": "git",
Expand All @@ -65,10 +65,10 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^0.24.0",
"@aws-cdk/aws-codepipeline-api": "^0.24.0",
"@aws-cdk/aws-iam": "^0.24.0",
"@aws-cdk/cdk": "^0.24.0"
"@aws-cdk/aws-cloudformation": "^0.24.1",
"@aws-cdk/aws-codepipeline-api": "^0.24.1",
"@aws-cdk/aws-iam": "^0.24.1",
"@aws-cdk/cdk": "^0.24.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk/applet-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/applet-js",
"version": "0.24.0",
"version": "0.24.1",
"description": "Javascript CDK applet host program",
"main": "bin/cdk-applet-js.js",
"types": "bin/cdk-applet-js.d.ts",
Expand All @@ -24,11 +24,11 @@
"devDependencies": {
"@types/fs-extra": "^5.0.4",
"@types/yaml": "^1.0.0",
"cdk-build-tools": "^0.24.0",
"pkglint": "^0.24.0"
"cdk-build-tools": "^0.24.1",
"pkglint": "^0.24.1"
},
"dependencies": {
"@aws-cdk/cdk": "^0.24.0",
"@aws-cdk/cdk": "^0.24.1",
"fs-extra": "^7.0.0",
"source-map-support": "^0.5.6",
"yaml": "^1.1.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assert",
"version": "0.24.0",
"version": "0.24.1",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -24,13 +24,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"cdk-build-tools": "^0.24.0",
"pkglint": "^0.24.0"
"cdk-build-tools": "^0.24.1",
"pkglint": "^0.24.1"
},
"dependencies": {
"@aws-cdk/cdk": "^0.24.0",
"@aws-cdk/cloudformation-diff": "^0.24.0",
"@aws-cdk/cx-api": "^0.24.0",
"@aws-cdk/cdk": "^0.24.1",
"@aws-cdk/cloudformation-diff": "^0.24.1",
"@aws-cdk/cx-api": "^0.24.1",
"source-map-support": "^0.5.6"
},
"repository": {
Expand Down
34 changes: 17 additions & 17 deletions packages/@aws-cdk/assets-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assets-docker",
"version": "0.24.0",
"version": "0.24.1",
"description": "Docker image assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -51,29 +51,29 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.24.0",
"@aws-cdk/assert": "^0.24.1",
"@types/proxyquire": "^1.3.28",
"aws-cdk": "^0.24.0",
"cdk-build-tools": "^0.24.0",
"cdk-integ-tools": "^0.24.0",
"pkglint": "^0.24.0",
"aws-cdk": "^0.24.1",
"cdk-build-tools": "^0.24.1",
"cdk-integ-tools": "^0.24.1",
"pkglint": "^0.24.1",
"proxyquire": "^2.1.0"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^0.24.0",
"@aws-cdk/aws-ecr": "^0.24.0",
"@aws-cdk/aws-iam": "^0.24.0",
"@aws-cdk/aws-lambda": "^0.24.0",
"@aws-cdk/aws-s3": "^0.24.0",
"@aws-cdk/cdk": "^0.24.0",
"@aws-cdk/cx-api": "^0.24.0"
"@aws-cdk/aws-cloudformation": "^0.24.1",
"@aws-cdk/aws-ecr": "^0.24.1",
"@aws-cdk/aws-iam": "^0.24.1",
"@aws-cdk/aws-lambda": "^0.24.1",
"@aws-cdk/aws-s3": "^0.24.1",
"@aws-cdk/cdk": "^0.24.1",
"@aws-cdk/cx-api": "^0.24.1"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-ecr": "^0.24.0",
"@aws-cdk/aws-iam": "^0.24.0",
"@aws-cdk/aws-s3": "^0.24.0",
"@aws-cdk/cdk": "^0.24.0"
"@aws-cdk/aws-ecr": "^0.24.1",
"@aws-cdk/aws-iam": "^0.24.1",
"@aws-cdk/aws-s3": "^0.24.1",
"@aws-cdk/cdk": "^0.24.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
26 changes: 13 additions & 13 deletions packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assets",
"version": "0.24.0",
"version": "0.24.1",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -50,23 +50,23 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.24.0",
"aws-cdk": "^0.24.0",
"cdk-build-tools": "^0.24.0",
"cdk-integ-tools": "^0.24.0",
"pkglint": "^0.24.0"
"@aws-cdk/assert": "^0.24.1",
"aws-cdk": "^0.24.1",
"cdk-build-tools": "^0.24.1",
"cdk-integ-tools": "^0.24.1",
"pkglint": "^0.24.1"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.24.0",
"@aws-cdk/aws-s3": "^0.24.0",
"@aws-cdk/cdk": "^0.24.0",
"@aws-cdk/cx-api": "^0.24.0"
"@aws-cdk/aws-iam": "^0.24.1",
"@aws-cdk/aws-s3": "^0.24.1",
"@aws-cdk/cdk": "^0.24.1",
"@aws-cdk/cx-api": "^0.24.1"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-iam": "^0.24.0",
"@aws-cdk/aws-s3": "^0.24.0",
"@aws-cdk/cdk": "^0.24.0"
"@aws-cdk/aws-iam": "^0.24.1",
"@aws-cdk/aws-s3": "^0.24.1",
"@aws-cdk/cdk": "^0.24.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/@aws-cdk/aws-amazonmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-amazonmq",
"version": "0.24.0",
"version": "0.24.1",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -55,16 +55,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.24.0",
"cdk-build-tools": "^0.24.0",
"cfn2ts": "^0.24.0",
"pkglint": "^0.24.0"
"@aws-cdk/assert": "^0.24.1",
"cdk-build-tools": "^0.24.1",
"cfn2ts": "^0.24.1",
"pkglint": "^0.24.1"
},
"dependencies": {
"@aws-cdk/cdk": "^0.24.0"
"@aws-cdk/cdk": "^0.24.1"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.24.0"
"@aws-cdk/cdk": "^0.24.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
Loading

0 comments on commit 67fcf6d

Please sign in to comment.