Skip to content

Commit 64bb28f

Browse files
author
Foscat
committed
Release 1.2.0
1 parent 7c359c2 commit 64bb28f

7 files changed

Lines changed: 15 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to this package are documented in this file.
66

77
## Unreleased
88

9+
## 1.2.0 - 2026-06-01
10+
911
### Added
1012

1113
- Added integration docs for using this package with `ui-style-kit-css` and its `interactive-surface-bridge` export.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Release checklist:
209209
2. Bump `version` in `package.json`.
210210
3. Update `CHANGELOG.md`.
211211
4. Push to `main`.
212-
5. Create and publish a GitHub Release tag (for example `v1.1.5`).
212+
5. Create and publish a GitHub Release tag (for example `v1.2.0`).
213213
6. Verify the `Publish to npm` workflow succeeds.
214214
7. Verify CDN availability:
215215
- `https://cdn.jsdelivr.net/npm/interactive-surface-css@<version>/interactive-surface.css`

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,8 +1450,8 @@ <h2>README and wiki links</h2>
14501450
CDN:
14511451

14521452
```html
1453-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/interactive-surface-css@1.1.5/interactive-surface.css" />
1454-
<link rel="stylesheet" href="https://unpkg.com/interactive-surface-css@1.1.5/interactive-surface.css" />
1453+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/interactive-surface-css@1.2.0/interactive-surface.css" />
1454+
<link rel="stylesheet" href="https://unpkg.com/interactive-surface-css@1.2.0/interactive-surface.css" />
14551455
```
14561456

14571457
## Quick Start
@@ -1531,6 +1531,7 @@ <h2>README and wiki links</h2>
15311531
## Testing
15321532

15331533
```bash
1534+
npm run check:no-hex-colors
15341535
npm run lint:css
15351536
npm test
15361537
npm run test:chromium
@@ -1547,11 +1548,11 @@ <h2>README and wiki links</h2>
15471548
2. Bump `version` in `package.json`.
15481549
3. Update `CHANGELOG.md`.
15491550
4. Push to `main`.
1550-
5. Create and publish a GitHub Release tag (for example `v1.1.4`).
1551+
5. Create and publish a GitHub Release tag (for example `v1.2.0`).
15511552
6. Verify the `Publish to npm` workflow succeeds.
15521553
7. Verify CDN availability:
1553-
- `https://cdn.jsdelivr.net/npm/interactive-surface-css@1.1.4/interactive-surface.css`
1554-
- `https://unpkg.com/interactive-surface-css@1.1.4/interactive-surface.css`
1554+
- `https://cdn.jsdelivr.net/npm/interactive-surface-css@1.2.0/interactive-surface.css`
1555+
- `https://unpkg.com/interactive-surface-css@1.2.0/interactive-surface.css`
15551556

15561557
Manual fallback:
15571558

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interactive-surface-css",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"description": "A framework-agnostic, accessible CSS interaction primitive for buttons, cards, and icon controls with token-driven theming.",
55
"keywords": [
66
"css",

wiki/Home.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Interactive Surface CSS centralizes that logic into a single reusable primitive:
3333
- **JS entry:** `index.js` (imports the stylesheet)
3434
- **Demo/customization page:** `index.html`
3535
- **License:** MIT
36-
- **Current version in repo:** `1.1.5`
37-
- **Release tag:** `v1.1.5`
36+
- **Current version in repo:** `1.2.0`
37+
- **Release tag:** `v1.2.0`
3838

3939
## Documentation map
4040

wiki/Publishing-and-Releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm run pack:dry
3131
```
3232

3333
5. Push changes to `main`.
34-
6. Create and publish a GitHub Release for that version tag (for example `v1.1.5`).
34+
6. Create and publish a GitHub Release for that version tag (for example `v1.2.0`).
3535
7. Confirm `Publish to npm` workflow succeeds.
3636
8. Verify distribution:
3737

0 commit comments

Comments
 (0)