Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and thijsdaniels committed May 1, 2024
1 parent ee7a3c9 commit cfc7fc9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-frogs-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-yaks-clean.md

This file was deleted.

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.0

### Minor Changes

- [`c91b812`](https://github.com/codedazur/toolkit/commit/c91b812e05f5bb36182f8b17d3d70e72ebb67fbd) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The CacheInvalidator's paths prop is now optional.

## 1.1.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.1.0",
"version": "1.2.0",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dictionary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@codedazur/essentials": "^1.6.1"
},
"devDependencies": {
"@codedazur/tsconfig": "^0.0.5"
"@codedazur/tsconfig": "^0.0.6"
}
}
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tsconfig

## 0.0.6

### Patch Changes

- [`ee7a3c9`](https://github.com/codedazur/toolkit/commit/ee7a3c98842d03550678740d260df684e30f5188) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The CDK configuration now excludes build artifacts.

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/tsconfig",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit cfc7fc9

Please sign in to comment.