Skip to content

Tags: pierrecomputer/theme

Tags

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix image sizing because microsoft (#40)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.2 (#39)

* Ensure README.md renders for Open VSX

* bump properly

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix (#38)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.0: New Soft themes, expanded color palette (#37)

* New soft themes, revamp existing light/dark a bit, expanded color palette

* Make use of more new colors

* images

* fix readme

* more fix

* another

* fix packaging

v0.0.29

Toggle v0.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix version (#34)

v0.0.28

Toggle v0.0.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `files` collision between vscodeignore and package.json files (#32)

* Fix file collision for VS Code

* bump

v0.0.27

Toggle v0.0.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Export those, bump version (#31)

v0.0.26

Toggle v0.0.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for dist files (#30)

* Fix for dist files

* bump here too

v0.0.25

Toggle v0.0.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New exports (#29)

* Publish themes as ESM wrapper modules for npm consumers

Instead of requiring raw JSON imports (which break in Node ESM without
import attributes), the build now generates dist/*.mjs wrappers that
inline each theme as `export default Object.freeze(JSON.parse(...))`,
following the same pattern as @shikijs/themes.

* Bump version

* Add build step to npm publish job and verify dist in CI

The npm publish job was missing install + build steps, so dist/ would
not exist when publishing. Also adds a verification step to the test
workflow to confirm all ESM wrapper modules are generated.

v0.0.24

Toggle v0.0.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to better account for invalid strings (#28)