Skip to content

Commit

Permalink
chore: set @univerjs/sheets-crosshair-highlight public (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 authored Aug 23, 2024
1 parent 3283d61 commit 89a7c23
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/facade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"@univerjs/engine-render": "workspace:*",
"@univerjs/network": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@univerjs/sheets-crosshair-highlight": "workspace:*",
"@univerjs/sheets-data-validation": "workspace:*",
"@univerjs/sheets-filter": "workspace:*",
"@univerjs/sheets-filter-ui": "workspace:*",
Expand Down
4 changes: 1 addition & 3 deletions packages/sheets-crosshair-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@univerjs/sheets-crosshair-highlight",
"version": "0.0.1",
"private": true,
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -76,9 +76,7 @@
},
"devDependencies": {
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@univerjs/icons": "^0.1.77",
"@univerjs/shared": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"@univerjs/sheets": "workspace:*",
"@univerjs/sheets-conditional-formatting": "workspace:*",
"@univerjs/sheets-conditional-formatting-ui": "workspace:*",
"@univerjs/sheets-crosshair-highlight": "workspace:*",
"@univerjs/sheets-data-validation": "workspace:*",
"@univerjs/sheets-drawing": "workspace:*",
"@univerjs/sheets-drawing-ui": "workspace:*",
Expand Down
3 changes: 3 additions & 0 deletions packages/umd/scripts/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ async function generateLocale() {
'@univerjs/thread-comment-ui',
'@univerjs/ui',
'@univerjs/uniscript',
'@univerjs/sheets-crosshair-highlight',
];

const languages = [{
Expand Down Expand Up @@ -144,6 +145,7 @@ function buildCSS() {
'@univerjs/slides-ui',
'@univerjs/find-replace',
'@univerjs/uniscript',
'@univerjs/sheets-crosshair-highlight',
];

const output = libs.map((lib) => {
Expand Down Expand Up @@ -234,6 +236,7 @@ function buildJS() {
'@univerjs/network',
'@univerjs/facade',
'@univerjs/uniscript',
'@univerjs/sheets-crosshair-highlight',
];

const output = libs.map((lib) => {
Expand Down
31 changes: 28 additions & 3 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 89a7c23

Please sign in to comment.