Skip to content

Commit

Permalink
fix: design-system cdk:synth (#748)
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Dec 12, 2023
1 parent 70a7f9e commit 9cc6a04
Show file tree
Hide file tree
Showing 61 changed files with 395 additions and 186 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"editor.codeActionsOnSave": {
"editor.action.fixAll": true,
"source.fixAll.eslint": true,
"source.fixAll.markdownlint": true
"editor.action.fixAll": "explicit",
"source.fixAll.eslint": "explicit",
"source.fixAll.markdownlint": "explicit"
},
"[dockerfile]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions libraries/faker-factory/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@cats-cradle/faker-factory",
"entries": [
{
"version": "1.2.8",
"tag": "@cats-cradle/faker-factory_v1.2.8",
"date": "Tue, 12 Dec 2023 03:15:41 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@cats-cradle/base-nodejs\" to `1.0.9`"
},
{
"comment": "Updating dependency \"@cats-cradle/validation-schemas\" to `0.4.5`"
}
]
}
},
{
"version": "1.2.7",
"tag": "@cats-cradle/faker-factory_v1.2.7",
Expand Down
7 changes: 6 additions & 1 deletion libraries/faker-factory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @cats-cradle/faker-factory

This log was last generated on Sun, 03 Dec 2023 08:29:38 GMT and should not be manually modified.
This log was last generated on Tue, 12 Dec 2023 03:15:41 GMT and should not be manually modified.

## 1.2.8
Tue, 12 Dec 2023 03:15:41 GMT

_Version update only_

## 1.2.7
Sun, 03 Dec 2023 08:29:38 GMT
Expand Down
2 changes: 1 addition & 1 deletion libraries/faker-factory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cats-cradle/faker-factory",
"version": "1.2.7",
"version": "1.2.8",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand Down
23 changes: 23 additions & 0 deletions libraries/nestjs-modules/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@cats-cradle/nestjs-modules",
"entries": [
{
"version": "0.2.16",
"tag": "@cats-cradle/nestjs-modules_v0.2.16",
"date": "Tue, 12 Dec 2023 03:15:41 GMT",
"comments": {
"patch": [
{
"comment": "upgrade aws s3 mock version"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cats-cradle/base-nodejs\" to `1.0.9`"
},
{
"comment": "Updating dependency \"@cats-cradle/validation-schemas\" to `0.4.5`"
},
{
"comment": "Updating dependency \"@cats-cradle/faker-factory\" to `1.2.8`"
}
]
}
},
{
"version": "0.2.15",
"tag": "@cats-cradle/nestjs-modules_v0.2.15",
Expand Down
9 changes: 8 additions & 1 deletion libraries/nestjs-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @cats-cradle/nestjs-modules

This log was last generated on Sun, 03 Dec 2023 08:29:38 GMT and should not be manually modified.
This log was last generated on Tue, 12 Dec 2023 03:15:41 GMT and should not be manually modified.

## 0.2.16
Tue, 12 Dec 2023 03:15:41 GMT

### Patches

- upgrade aws s3 mock version

## 0.2.15
Sun, 03 Dec 2023 08:29:38 GMT
Expand Down
2 changes: 1 addition & 1 deletion libraries/nestjs-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cats-cradle/nestjs-modules",
"version": "0.2.15",
"version": "0.2.16",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions libraries/pseudo-random/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@cats-cradle/pseudo-random",
"entries": [
{
"version": "0.0.4",
"tag": "@cats-cradle/pseudo-random_v0.0.4",
"date": "Tue, 12 Dec 2023 03:15:41 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@cats-cradle/base-nodejs\" to `1.0.9`"
}
]
}
},
{
"version": "0.0.3",
"tag": "@cats-cradle/pseudo-random_v0.0.3",
Expand Down
7 changes: 6 additions & 1 deletion libraries/pseudo-random/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @cats-cradle/pseudo-random

This log was last generated on Mon, 13 Nov 2023 02:11:53 GMT and should not be manually modified.
This log was last generated on Tue, 12 Dec 2023 03:15:41 GMT and should not be manually modified.

## 0.0.4
Tue, 12 Dec 2023 03:15:41 GMT

_Version update only_

## 0.0.3
Mon, 13 Nov 2023 02:11:53 GMT
Expand Down
2 changes: 1 addition & 1 deletion libraries/pseudo-random/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cats-cradle/pseudo-random",
"version": "0.0.3",
"version": "0.0.4",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions libraries/validation-schemas/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@cats-cradle/validation-schemas",
"entries": [
{
"version": "0.4.5",
"tag": "@cats-cradle/validation-schemas_v0.4.5",
"date": "Tue, 12 Dec 2023 03:15:41 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@cats-cradle/base-nodejs\" to `1.0.9`"
}
]
}
},
{
"version": "0.4.4",
"tag": "@cats-cradle/validation-schemas_v0.4.4",
Expand Down
7 changes: 6 additions & 1 deletion libraries/validation-schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @cats-cradle/validation-schemas

This log was last generated on Mon, 13 Nov 2023 02:11:53 GMT and should not be manually modified.
This log was last generated on Tue, 12 Dec 2023 03:15:41 GMT and should not be manually modified.

## 0.4.5
Tue, 12 Dec 2023 03:15:41 GMT

_Version update only_

## 0.4.4
Mon, 13 Nov 2023 02:11:53 GMT
Expand Down
2 changes: 1 addition & 1 deletion libraries/validation-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cats-cradle/validation-schemas",
"version": "0.4.4",
"version": "0.4.5",
"main": "./dist/index.js",
"license": "MIT",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions platform/cli-tools/create-artifact/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@cats-cradle/create-artifact",
"entries": [
{
"version": "2.0.5",
"tag": "@cats-cradle/create-artifact_v2.0.5",
"date": "Tue, 12 Dec 2023 03:15:41 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@cats-cradle/base-nodejs\" to `1.0.9`"
}
]
}
},
{
"version": "2.0.4",
"tag": "@cats-cradle/create-artifact_v2.0.4",
Expand Down
7 changes: 6 additions & 1 deletion platform/cli-tools/create-artifact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @cats-cradle/create-artifact

This log was last generated on Mon, 13 Nov 2023 02:11:53 GMT and should not be manually modified.
This log was last generated on Tue, 12 Dec 2023 03:15:41 GMT and should not be manually modified.

## 2.0.5
Tue, 12 Dec 2023 03:15:41 GMT

_Version update only_

## 2.0.4
Mon, 13 Nov 2023 02:11:53 GMT
Expand Down
2 changes: 1 addition & 1 deletion platform/cli-tools/create-artifact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cats-cradle/create-artifact",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions platform/cli-tools/create-bundle/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@cats-cradle/create-bundle",
"entries": [
{
"version": "1.0.8",
"tag": "@cats-cradle/create-bundle_v1.0.8",
"date": "Tue, 12 Dec 2023 03:15:41 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@cats-cradle/base-nodejs\" to `1.0.9`"
},
{
"comment": "Updating dependency \"@cats-cradle/base-nodejs\" to `1.0.9`"
}
]
}
},
{
"version": "1.0.7",
"tag": "@cats-cradle/create-bundle_v1.0.7",
Expand Down
7 changes: 6 additions & 1 deletion platform/cli-tools/create-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @cats-cradle/create-bundle

This log was last generated on Mon, 13 Nov 2023 02:11:53 GMT and should not be manually modified.
This log was last generated on Tue, 12 Dec 2023 03:15:41 GMT and should not be manually modified.

## 1.0.8
Tue, 12 Dec 2023 03:15:41 GMT

_Version update only_

## 1.0.7
Mon, 13 Nov 2023 02:11:53 GMT
Expand Down
2 changes: 1 addition & 1 deletion platform/cli-tools/create-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"create-bundle": "bin/create-bundle"
},
"main": "./dist/index.js",
"version": "1.0.7",
"version": "1.0.8",
"repository": {
"type": "git",
"url": "git+https://github.com/hxtree/cats-cradle.git"
Expand Down
12 changes: 12 additions & 0 deletions platform/cli-tools/rush-coverage/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@cats-cradle/rush-coverage",
"entries": [
{
"version": "1.2.8",
"tag": "@cats-cradle/rush-coverage_v1.2.8",
"date": "Tue, 12 Dec 2023 03:15:41 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@cats-cradle/base-nodejs\" to `1.0.9`"
}
]
}
},
{
"version": "1.2.7",
"tag": "@cats-cradle/rush-coverage_v1.2.7",
Expand Down
Loading

0 comments on commit 9cc6a04

Please sign in to comment.