Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(illustations): migrate banner to illustations package #3630

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/tender-windows-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ultraviolet/illustrations": patch
"@ultraviolet/ui": patch
---

migration banner illustrations
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"linux"
],
"scripts": {
"build": "pnpm --filter '@ultraviolet/*' recursive run build",
"build": "pnpm -r --filter '@ultraviolet/*' run build ",
"build:profile": "cross-env PROFILE=true pnpm run build",
"build:storybook": "pnpm run build && STORYBOOK_ENVIRONMENT=production storybook build",
"build:storybook:stats": "pnpm run build:storybook --webpack-stats-json",
Expand Down
38 changes: 20 additions & 18 deletions packages/illustrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,34 @@
"name": "@ultraviolet/illustrations",
"version": "1.7.1",
"description": "Ultraviolet Illustrations",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
"type": "git",
"url": "https://github.com/scaleway/ultraviolet",
"directory": "packages/illustrations"
},
"scripts": {
"build": "rollup -c rollup.config.mjs",
"typecheck": "tsc --noEmit"
"engines": {
"node": ">=18.x",
"pnpm": ">=9.x"
},

"homepage": "https://github.com/scaleway/ultraviolet#readme",
"keywords": [
"illustrations",
"ui"
],
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.x",
"pnpm": ">=9.x"
},
"os": [
"darwin",
"linux"
],
"files": ["dist"],
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/illustrations",
"type": "git",
"url": "https://github.com/scaleway/ultraviolet"
},
"scripts": {
"build": "rollup -c rollup.config.mjs",
"typecheck": "tsc --noEmit"
},
"sideEffects": false,
"type": "module",
"exports": {
Expand Down Expand Up @@ -63,7 +65,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@ultraviolet/ui": "workspace:^",
"@ultraviolet/themes": "workspace:^"
"@ultraviolet/themes": "1.10.0",
"@ultraviolet/ui": "1.48.0"
}
}
88 changes: 88 additions & 0 deletions packages/illustrations/src/various/banner/default-image-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading