Skip to content

Commit fc41c2c

Browse files
committed
fix(@querycap-ui/core): exports fix
1 parent 5658334 commit fc41c2c

File tree

10 files changed

+41
-12
lines changed

10 files changed

+41
-12
lines changed

@querycap-dev/vite-presets/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
"arrowParens": "always",
3939
"printWidth": 120
4040
},
41-
"types": "./dist/index.d.ts",
42-
"main": "./dist/index.cjs",
43-
"module": "./dist/index.mjs",
4441
"exports": {
4542
".": {
4643
"require": "./dist/index.cjs",
@@ -57,5 +54,8 @@
5754
"repository": {
5855
"type": "git",
5956
"url": "ssh://git@github.com:querycap/webappkit.git"
60-
}
57+
},
58+
"types": "./dist/index.d.ts",
59+
"main": "./dist/index.cjs",
60+
"module": "./dist/index.mjs"
6161
}

@querycap-ui/containers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.6.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @querycap-ui/core@0.11.8
9+
310
## 0.6.7
411

512
### Patch Changes

@querycap-ui/containers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@querycap-ui/containers",
3-
"version": "0.6.7",
3+
"version": "0.6.8",
44
"license": "MIT",
55
"peerDependencies": {
66
"@babel/runtime-corejs3": "*",

@querycap-ui/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.11.8
4+
5+
### Patch Changes
6+
7+
- fix exports
8+
39
## 0.11.7
410

511
### Patch Changes

@querycap-ui/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@querycap-ui/core",
3-
"version": "0.11.7",
3+
"version": "0.11.8",
44
"license": "MIT",
55
"peerDependencies": {
66
"@babel/runtime-corejs3": "*",

@querycap-ui/date-pickers/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 0.7.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @querycap-ui/core@0.11.8
9+
- @querycap-ui/containers@0.6.8
10+
- @querycap-ui/icons@0.6.6
11+
312
## 0.7.5
413

514
### Patch Changes

@querycap-ui/date-pickers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@querycap-ui/date-pickers",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"license": "MIT",
55
"peerDependencies": {
66
"@babel/runtime-corejs3": "*",
@@ -11,8 +11,8 @@
1111
"react": "17.x"
1212
},
1313
"dependencies": {
14-
"@querycap-ui/containers": "workspace:^0.6.7",
15-
"@querycap-ui/icons": "workspace:^0.6.5"
14+
"@querycap-ui/containers": "workspace:^0.6.8",
15+
"@querycap-ui/icons": "workspace:^0.6.6"
1616
},
1717
"publishConfig": {
1818
"access": "public"

@querycap-ui/icons/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.6.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @querycap-ui/core@0.11.8
9+
310
## 0.6.5
411

512
### Patch Changes

@querycap-ui/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@querycap-ui/icons",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"license": "MIT",
55
"peerDependencies": {
66
"@babel/runtime-corejs3": "*",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)