Skip to content
Merged
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
383 changes: 383 additions & 0 deletions packages/colors/bun.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@new-ui/colors",
"version": "2.0.1",
"description": "New UI colors.",
"version": "2.0.2",
"description": "New UI colors",
Comment on lines +3 to +4
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

🧩 Analysis chain

Patch bump + microcopy tweak look good. Please tag and verify references.

Semver patch to 2.0.2 and description punctuation are fine. Make sure any hard‑coded CDN/version references (if any remain) aren’t still pointing at 2.0.1.

Run to spot stray hard-coded versions and confirm a changelog/tag exist:


🏁 Script executed:

#!/bin/bash
# Find hard-coded package versions/usages
rg -nP '@new-ui/colors@|@new-ui/colors[^@]?\b' -S -C1

# Look for a changelog and recent tag for colors
fd -i --full-path '(CHANGELOG.md|changelog.md|news.md)'
git tag --list | rg -n '^@new-ui/colors@?2\.0\.2$' || echo "Tag @new-ui/colors@2.0.2 missing"

Length of output: 1416


Patch bump + microcopy OK — update remaining refs & add release tag

  • Root package.json still depends on "@new-ui/colors": "^2.0.1" (package.json:49) — update to ^2.0.2 and regenerate/commit lockfile(s).
  • Root bun.lock contains @new-ui/colors@2.0.1 — regenerate and commit updated lockfile(s).
  • No changelog found and git tag for 2.0.2 is missing — add a changelog entry and create the release tag (use repo tag convention).
🤖 Prompt for AI Agents
In packages/colors/package.json around lines 3 to 4, the package version was
bumped to 2.0.2 but other repo artifacts still reference 2.0.1; update the root
package.json dependency for "@new-ui/colors" (line ~49) to "^2.0.2", regenerate
and commit updated lockfile(s) (e.g., bun.lock / package-lock.json /
pnpm-lock.yaml as applicable), add a short changelog entry documenting the 2.0.2
release in the repo's changelog location, and create the git release tag
following the repository's tag convention (e.g., v2.0.2) before committing and
pushing the changes.

"source": "src/index.scss",
"main": "dist/index.css",
"targets": {
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"homepage": "https://github.com/NewDesignFile/foundations#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.14.4",
"@parcel/transformer-sass": "^2.16.0",
"autoprefixer": "^10.4.21",
"parcel": "^2.14.4",
"caniuse-lite": "^1.0.30001715"
"parcel": "^2.16.0",
"caniuse-lite": "^1.0.30001743"
}
}
2,157 changes: 0 additions & 2,157 deletions packages/colors/pnpm-lock.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/effects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To get started quickly, you can use the CDN files.

```html
<!-- Place this at the html head -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@new-ui/effects@<version>/dist/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@new-ui/effects@latest/dist/index.css">
```

## Usage
Expand Down
382 changes: 382 additions & 0 deletions packages/effects/bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@new-ui/effects",
"version": "0.1.5",
"version": "0.1.6",
"description": "Layering, elevations, and effects styles.",
"source": "src/index.scss",
"main": "dist/index.css",
Expand Down
2,154 changes: 0 additions & 2,154 deletions packages/effects/pnpm-lock.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ npm i @new-ui/grid

To get started quickly, you can use the CDN files.
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@new-ui/grid@<version>/dist/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@new-ui/grid@latest/dist/index.css">
```
382 changes: 382 additions & 0 deletions packages/grid/bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/grid/dist/index.css

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

Loading