Skip to content

Commit 95c8a92

Browse files
authored
Merge pull request #2 from sebastian-software/release-please--branches--main--components--icon
chore(main): release icon 0.2.0
2 parents b74ce54 + 6ec77cc commit 95c8a92

9 files changed

Lines changed: 38 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/sebastian-software/effective-icon/compare/icon-v0.1.0...icon-v0.2.0) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* add api-first hybrid pack builder ([960f17c](https://github.com/sebastian-software/effective-icon/commit/960f17c2fcd9938d25b7a5ee97a1a8d373d52340))
9+
* add fixture app integration coverage ([78e5b73](https://github.com/sebastian-software/effective-icon/commit/78e5b7309bcee284fcbf1195266a598ee43f8713))
10+
* add generated core remix and neon packs ([63a04dc](https://github.com/sebastian-software/effective-icon/commit/63a04dc77722791ba69f5dfdc23df46e34c61026))
11+
* add generated core-line-free pack ([4415575](https://github.com/sebastian-software/effective-icon/commit/4415575776c41a826998b3cba021e068036e07a2))
12+
* add generated core-solid-free pack ([03e2366](https://github.com/sebastian-software/effective-icon/commit/03e23664f46c7992ef3bb67f5158ab9bb2eb3bff))
13+
* add github pages icon gallery ([8a31dc6](https://github.com/sebastian-software/effective-icon/commit/8a31dc653760e50348de7aa15ccf51527c518d64))
14+
* add streamline pack builder workspace ([26e96fa](https://github.com/sebastian-software/effective-icon/commit/26e96fa6d8b115c2cf7635314684f71403a0e678))
15+
* **builder:** optimize and validate pack svgs upstream ([a760186](https://github.com/sebastian-software/effective-icon/commit/a760186917f00776553d58f1dbe3563f0a38eb43))
16+
* harden remote and archive providers ([336a801](https://github.com/sebastian-software/effective-icon/commit/336a801bae11934b2776df3655513c03632d8041))
17+
* **release:** add root package to automated publishing ([a4b9248](https://github.com/sebastian-software/effective-icon/commit/a4b92482619188dfcaa9b9b5d0d05539a443e1f2))
18+
* **release:** automate icon pack publishing ([0a2ec12](https://github.com/sebastian-software/effective-icon/commit/0a2ec123de875913c41cfce6477bf0413bb4c57b))
19+
* **release:** switch to lockstep product releases ([b74ce54](https://github.com/sebastian-software/effective-icon/commit/b74ce54f870cef68ef730440252e1a2e905e3c50))
20+
* switch icon resolution to compile-time packs ([0857f84](https://github.com/sebastian-software/effective-icon/commit/0857f8477e04e65607476c547b5c610127a4178a))
21+
* use official streamline api flow ([40d9972](https://github.com/sebastian-software/effective-icon/commit/40d99723d28979cbd0a51d3786745ca13b560cdd))
22+
23+
24+
### Bug Fixes
25+
26+
* align builder with live streamline endpoints ([68d0dae](https://github.com/sebastian-software/effective-icon/commit/68d0dae1b26cc281fd8f32f93d48c8276e4864df))
27+
* ignore pnpm arg separator in builder cli ([dc3a77a](https://github.com/sebastian-software/effective-icon/commit/dc3a77a4cdcb7195b09280b5c49cd1887453f862))
28+
* request responsive streamline svg downloads ([33f8861](https://github.com/sebastian-software/effective-icon/commit/33f886122b0dd8570de354fb5db0e3eafa79f1aa))
29+
* use documented streamline api auth ([f46ad4e](https://github.com/sebastian-software/effective-icon/commit/f46ad4ec51f9a754472eebcc0ec57c7f46f37438))
30+
31+
## Changelog
32+
333
All notable changes to this project will be documented in this file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effective/icon",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Compile-time icon toolkit with framework integrations and package-backed icon resolution",
55
"packageManager": "pnpm@10.33.0",
66
"type": "module",

packages/packs/core-line-free/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icon-pkg/streamline-core-line-free",
33
"slug": "core-line-free",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"license": "CC BY 4.0",
66
"sourceUrl": "https://www.streamlinehq.com/icons/core-line-free",
77
"family": "Core",

packages/packs/core-line-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@icon-pkg/streamline-core-line-free",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Redistributed Streamline Core Line - Free icon pack",
55
"license": "CC-BY-4.0",
66
"type": "module",

packages/packs/core-remix-free/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icon-pkg/streamline-core-remix-free",
33
"slug": "core-remix-free",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"license": "CC BY 4.0",
66
"sourceUrl": "https://www.streamlinehq.com/icons/core-remix-free",
77
"family": "Core",

packages/packs/core-remix-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@icon-pkg/streamline-core-remix-free",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Redistributed Streamline Core Remix - Free icon pack",
55
"license": "CC-BY-4.0",
66
"type": "module",

packages/packs/core-solid-free/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icon-pkg/streamline-core-solid-free",
33
"slug": "core-solid-free",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"license": "CC BY 4.0",
66
"sourceUrl": "https://www.streamlinehq.com/icons/core-solid-free",
77
"family": "Core",

packages/packs/core-solid-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@icon-pkg/streamline-core-solid-free",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Redistributed Streamline Core Solid - Free icon pack",
55
"license": "CC-BY-4.0",
66
"type": "module",

0 commit comments

Comments
 (0)