Skip to content

Commit

Permalink
chore: include dist
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Jun 7, 2024
1 parent 9c291f8 commit 55b7ca8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-trees-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/react-select": patch
---

The dist folder is now included.
2 changes: 1 addition & 1 deletion packages/react-date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"publishConfig": {
"access": "restricted"
"access": "public"
},
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @codedazur/react-select

## 0.0.1
## 0.0.2

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/react-select",
"version": "0.0.1",
"version": "0.0.2",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 55b7ca8

Please sign in to comment.