Skip to content

Commit

Permalink
version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and thijsdaniels committed Jun 29, 2024
1 parent 17034ee commit a32dd07
Show file tree
Hide file tree
Showing 58 changed files with 282 additions and 134 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-wombats-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-islands-knock.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/dry-fireants-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-drinks-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-roses-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-maps-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-ligers-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-llamas-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-geckos-play.md

This file was deleted.

6 changes: 3 additions & 3 deletions apps/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"dependencies": {
"@apps/storybook": "*",
"@apps/website": "*",
"@codedazur/cdk-static-site": "^1.1.1",
"@codedazur/essentials": "^1.9.0",
"@codedazur/cdk-static-site": "^2.0.0",
"@codedazur/essentials": "^1.9.1",
"aws-cdk-lib": "^2.147.2",
"constructs": "^10.3.0"
},
"devDependencies": {
"@codedazur/tsconfig": "^0.0.6",
"@codedazur/tsconfig": "^0.1.0",
"aws-cdk": "^2.147.2",
"dotenv": "^16.4.5",
"ts-jest": "^29.1.5",
Expand Down
24 changes: 12 additions & 12 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@codedazur/essentials": "^1.9.0",
"@codedazur/essentials": "^1.9.1",
"@codedazur/react-components": "^25.2.1",
"@codedazur/react-date-picker": "^0.0.1",
"@codedazur/react-dictionary": "^0.2.1",
"@codedazur/react-essentials": "^1.4.1",
"@codedazur/react-forms": "^0.1.0",
"@codedazur/react-media": "^1.0.0",
"@codedazur/react-notifications": "^0.1.3",
"@codedazur/react-pagination": "^1.0.1",
"@codedazur/react-parallax": "^0.1.0",
"@codedazur/react-preferences": "^1.0.0",
"@codedazur/react-select": "^0.0.3",
"@codedazur/react-date-picker": "^0.0.2",
"@codedazur/react-dictionary": "^0.2.2",
"@codedazur/react-essentials": "^1.4.2",
"@codedazur/react-forms": "^0.1.1",
"@codedazur/react-media": "^1.0.1",
"@codedazur/react-notifications": "^0.1.4",
"@codedazur/react-pagination": "^1.0.2",
"@codedazur/react-parallax": "^0.1.1",
"@codedazur/react-preferences": "^1.0.1",
"@codedazur/react-select": "^0.0.4",
"@faker-js/faker": "^8.4.1",
"@storybook/jest": "^0.1.0 || ^0.2.0",
"@types/styled-components": "^5.1.34",
Expand All @@ -37,7 +37,7 @@
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@codedazur/tsconfig": "^0.0.6",
"@codedazur/tsconfig": "^0.1.0",
"@storybook/addon-actions": "^7.2.0",
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-interactions": "^7.2.0",
Expand Down
18 changes: 9 additions & 9 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@codedazur/essentials": "^1.9.0",
"@codedazur/essentials": "^1.9.1",
"@codedazur/react-components": "^25.2.1",
"@codedazur/react-date-picker": "^0.0.1",
"@codedazur/react-essentials": "^1.4.1",
"@codedazur/react-media": "^1.0.0",
"@codedazur/react-notifications": "^0.1.3",
"@codedazur/react-pagination": "^1.0.1",
"@codedazur/react-parallax": "^0.1.0",
"@codedazur/react-date-picker": "^0.0.2",
"@codedazur/react-essentials": "^1.4.2",
"@codedazur/react-media": "^1.0.1",
"@codedazur/react-notifications": "^0.1.4",
"@codedazur/react-pagination": "^1.0.2",
"@codedazur/react-parallax": "^0.1.1",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@codedazur/eslint-config": "^0.1.1",
"@codedazur/tsconfig": "^0.0.6",
"@codedazur/eslint-config": "^0.2.0",
"@codedazur/tsconfig": "^0.1.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/styled-components": "^5.1.34",
Expand Down
9 changes: 9 additions & 0 deletions packages/cdk-amplify-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codedazur/cdk-amplify-app

## 0.1.1

### Patch Changes

- [`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Dependency versions were made explicit.

- Updated dependencies [[`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298)]:
- @codedazur/essentials@1.9.1

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-amplify-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-amplify-app",
"version": "0.1.0",
"version": "0.1.1",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"constructs": ">=10"
},
"dependencies": {
"@codedazur/essentials": "^1.9.0",
"@codedazur/essentials": "^1.9.1",
"yaml": "^2.4.5"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cdk-bastion-host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codedazur/cdk-bastion-host

## 1.0.1

### Patch Changes

- [`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Dependency versions were made explicit.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-bastion-host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-bastion-host",
"version": "1.0.0",
"version": "1.0.1",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/cdk-cache-invalidator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codedazur/cdk-cache-invalidator

## 1.2.1

### Patch Changes

- [`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Dependency versions were made explicit.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-cache-invalidator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-cache-invalidator",
"version": "1.2.0",
"version": "1.2.1",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/cdk-docker-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @codedazur/cdk-docker-cluster

## 0.5.0

### Minor Changes

- [`d1f3d51`](https://github.com/codedazur/toolkit/commit/d1f3d512d31d659ffdc115147d9631057fe8d073) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Support for a custom domain name was added.

### Patch Changes

- [`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Dependency versions were made explicit.

- [`737fe0d`](https://github.com/codedazur/toolkit/commit/737fe0ddd4d353db1e005d2dab886a4a60bc02d8) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The build environment prop was renamed to arguments.

- Updated dependencies [[`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298), [`d1f3d51`](https://github.com/codedazur/toolkit/commit/d1f3d512d31d659ffdc115147d9631057fe8d073)]:
- @codedazur/cdk-site-distribution@0.1.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-docker-cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-docker-cluster",
"version": "0.4.0",
"version": "0.5.0",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"constructs": ">=10"
},
"dependencies": {
"@codedazur/cdk-site-distribution": "^0.0.1"
"@codedazur/cdk-site-distribution": "^0.1.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
9 changes: 9 additions & 0 deletions packages/cdk-mailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codedazur/cdk-mailer

## 0.2.1

### Patch Changes

- [`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Dependency versions were made explicit.

- Updated dependencies [[`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298)]:
- @codedazur/essentials@1.9.1

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-mailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-mailer",
"version": "0.2.0",
"version": "0.2.1",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@aws-sdk/client-lambda": "^3.606.0",
"@aws-sdk/client-ses": "^3.606.0",
"@aws-sdk/client-sqs": "^3.606.0",
"@codedazur/essentials": "^1.9.0"
"@codedazur/essentials": "^1.9.1"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
9 changes: 9 additions & 0 deletions packages/cdk-next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codedazur/cdk-next-app

## 0.2.3

### Patch Changes

- [`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Dependency versions were made explicit.

- Updated dependencies [[`d1f3d51`](https://github.com/codedazur/toolkit/commit/d1f3d512d31d659ffdc115147d9631057fe8d073), [`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298), [`737fe0d`](https://github.com/codedazur/toolkit/commit/737fe0ddd4d353db1e005d2dab886a4a60bc02d8)]:
- @codedazur/cdk-docker-cluster@0.5.0

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-next-app",
"version": "0.2.2",
"version": "0.2.3",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"constructs": ">=10"
},
"dependencies": {
"@codedazur/cdk-docker-cluster": "^0.4.0"
"@codedazur/cdk-docker-cluster": "^0.5.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/cdk-rpc-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codedazur/cdk-rpc-api

## 1.1.1

### Patch Changes

- [`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Dependency versions were made explicit.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-rpc-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-rpc-api",
"version": "1.1.0",
"version": "1.1.1",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/cdk-site-distribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @codedazur/cdk-site-distribution

## 0.1.0

### Minor Changes

- [`d1f3d51`](https://github.com/codedazur/toolkit/commit/d1f3d512d31d659ffdc115147d9631057fe8d073) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Experimental release.

### Patch Changes

- [`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Dependency versions were made explicit.

- Updated dependencies [[`17034ee`](https://github.com/codedazur/toolkit/commit/17034ee5fcbc026fc779a12130572d515d2b8298)]:
- @codedazur/cdk-cache-invalidator@1.2.1
4 changes: 2 additions & 2 deletions packages/cdk-site-distribution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-site-distribution",
"version": "0.0.1",
"version": "0.1.0",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"constructs": ">=10"
},
"dependencies": {
"@codedazur/cdk-cache-invalidator": "^1.2.0"
"@codedazur/cdk-cache-invalidator": "^1.2.1"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
Loading

0 comments on commit a32dd07

Please sign in to comment.