Skip to content

Commit

Permalink
fix: an issue with npm packing and not publishing all dist folders
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvishnun committed Jan 8, 2024
1 parent f62dc5a commit edc64b1
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/changes/@xarc/react-query/fix-packing_2024-01-08-20-20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@xarc/react-query",
"comment": "Fix an issue with npm packing and not publishing all dist folders",
"type": "patch"
}
],
"packageName": "@xarc/react-query"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@xarc/react-recoil",
"comment": "Fix an issue with npm packing and not publishing all dist folders",
"type": "patch"
}
],
"packageName": "@xarc/react-recoil"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@xarc/react-redux-observable",
"comment": "Fix an issue with npm packing and not publishing all dist folders",
"type": "patch"
}
],
"packageName": "@xarc/react-redux-observable"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@xarc/react-redux-saga",
"comment": "Fix an issue with npm packing and not publishing all dist folders",
"type": "patch"
}
],
"packageName": "@xarc/react-redux-saga"
}
10 changes: 10 additions & 0 deletions common/changes/@xarc/react-redux/fix-packing_2024-01-08-20-20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@xarc/react-redux",
"comment": "Fix an issue with npm packing and not publishing all dist folders",
"type": "patch"
}
],
"packageName": "@xarc/react-redux"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@xarc/react-router",
"comment": "Fix an issue with npm packing and not publishing all dist folders",
"type": "patch"
}
],
"packageName": "@xarc/react-router"
}

0 comments on commit edc64b1

Please sign in to comment.