0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-22 14:38:57 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Roberto Redradix
d97565f84d build(core,cli): mark prettier package as a devDependency 2023-10-03 13:21:05 +02:00
Roberto Redradix
c3bc509a3f build: bump version to 0.1.2
npm version tag handling is weird. v0.1.1 was published as `beta` instead of `latest`.

A new version is required for republishing.
2023-10-02 14:29:42 +02:00
Roberto Redradix
3fe662dac8 build: bump version to 0.1.1 2023-10-02 14:25:57 +02:00
Roberto Redradix
e20a2affed build: update package.json metadata 2023-10-02 14:25:22 +02:00
Roberto Redradix
26c9c983b8 build: bump version to 0.1.0 2023-10-02 13:24:58 +02:00
Roberto Redradix
1cc6b9feec build: bump version to 0.1.0-beta.1 2023-09-28 18:31:03 +02:00
Roberto Redradix
5392f8a4e0 build: bump version to 0.1.0-beta.0 2023-09-15 19:14:45 +02:00
Roberto Redradix
122c5b6071 docs: license under Apache License, Version 2.0 2023-09-15 19:14:42 +02:00
Roberto Redradix
7927ed8f98 build(core,cli): build TypeScript before packing 2023-09-15 19:00:55 +02:00
Roberto Redradix
83ba6f93d5 refactor(core): validate user config in a more expressive way
zod unions are exclusive, so the UserConfig type couldn't be kept as a union either for having at least a colors, typographies or pages output.

This check has been moved to a runtime zod refine custom validation.
2023-09-04 17:42:34 +02:00
Roberto Redradix
bf6f6a723a test(core): add tests for CSS ident tokens 2023-09-04 13:41:32 +02:00
Roberto Redradix
e35186eae9 refactor!: split penpot-export into cli and core modules 2023-09-01 17:43:45 +02:00