Skip to content

Commit

Permalink
fix(@querycap-ui/core): exports fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Nov 25, 2021
1 parent 5658334 commit fc41c2c
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 12 deletions.
8 changes: 4 additions & 4 deletions @querycap-dev/vite-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
"arrowParens": "always",
"printWidth": 120
},
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.cjs",
Expand All @@ -57,5 +54,8 @@
"repository": {
"type": "git",
"url": "ssh://git@github.com:querycap/webappkit.git"
}
},
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs"
}
7 changes: 7 additions & 0 deletions @querycap-ui/containers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.6.8

### Patch Changes

- Updated dependencies
- @querycap-ui/core@0.11.8

## 0.6.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion @querycap-ui/containers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@querycap-ui/containers",
"version": "0.6.7",
"version": "0.6.8",
"license": "MIT",
"peerDependencies": {
"@babel/runtime-corejs3": "*",
Expand Down
6 changes: 6 additions & 0 deletions @querycap-ui/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.11.8

### Patch Changes

- fix exports

## 0.11.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion @querycap-ui/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@querycap-ui/core",
"version": "0.11.7",
"version": "0.11.8",
"license": "MIT",
"peerDependencies": {
"@babel/runtime-corejs3": "*",
Expand Down
9 changes: 9 additions & 0 deletions @querycap-ui/date-pickers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.7.6

### Patch Changes

- Updated dependencies
- @querycap-ui/core@0.11.8
- @querycap-ui/containers@0.6.8
- @querycap-ui/icons@0.6.6

## 0.7.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions @querycap-ui/date-pickers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@querycap-ui/date-pickers",
"version": "0.7.5",
"version": "0.7.6",
"license": "MIT",
"peerDependencies": {
"@babel/runtime-corejs3": "*",
Expand All @@ -11,8 +11,8 @@
"react": "17.x"
},
"dependencies": {
"@querycap-ui/containers": "workspace:^0.6.7",
"@querycap-ui/icons": "workspace:^0.6.5"
"@querycap-ui/containers": "workspace:^0.6.8",
"@querycap-ui/icons": "workspace:^0.6.6"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions @querycap-ui/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.6.6

### Patch Changes

- Updated dependencies
- @querycap-ui/core@0.11.8

## 0.6.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion @querycap-ui/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@querycap-ui/icons",
"version": "0.6.5",
"version": "0.6.6",
"license": "MIT",
"peerDependencies": {
"@babel/runtime-corejs3": "*",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc41c2c

Please sign in to comment.