From 44a76b356b944d1487d031be6f5dcd1fbd6042f3 Mon Sep 17 00:00:00 2001 From: gossi Date: Fri, 17 Jun 2022 16:35:54 +0200 Subject: [PATCH] release theemo v0.1.1 --- packages/theemo/CHANGELOG.md | 114 +++++++++++++++++++++++++++++++++-- packages/theemo/package.json | 2 +- 2 files changed, 110 insertions(+), 6 deletions(-) diff --git a/packages/theemo/CHANGELOG.md b/packages/theemo/CHANGELOG.md index 20b0d3af..f2b7d287 100644 --- a/packages/theemo/CHANGELOG.md +++ b/packages/theemo/CHANGELOG.md @@ -1,8 +1,112 @@ -# Changelog +### Changelog -## v0.1.0 (2022-05-22) +All notable changes to this project will be documented in this file. Dates are displayed in UTC. -- Breaking: Turn into ES module -- Changed: config for `theemo sync` command +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## v0.0.9 (2020-08-22) +#### [v0.1.1](https://github.com/gossi/theemo/compare/v0.1.0...v0.1.1) + +- Revert release-it back to v14 [`#584`](https://github.com/gossi/theemo/pull/584) +- Remove `jest-expect-message` [`#583`](https://github.com/gossi/theemo/pull/583) +- Use proper key for paint style lookup [`#582`](https://github.com/gossi/theemo/pull/582) +- Upgrade Jest to v28 [`#581`](https://github.com/gossi/theemo/pull/581) +- Drop lerna-changelog; release-it to v15; use auto-changelog 🤞 [`429c696`](https://github.com/gossi/theemo/commit/429c696ab678d1fd8bdecc181fd969b380b6483c) +- Adjust release-it config [`39e290a`](https://github.com/gossi/theemo/commit/39e290ae9990a827fb8f02f2bb2e5a6b4b008b1c) +- Change repo in `package.json` [`68a17fd`](https://github.com/gossi/theemo/commit/68a17fd9d2a0753e26c37bea94f28ef73363d58b) + +#### [v0.1.0](https://github.com/gossi/theemo/compare/v0.0.9...v0.1.0) + +> 22 May 2022 + +- Prepare docs for release [`#572`](https://github.com/gossi/theemo/pull/572) +- Build all packages during CI, to be sure renovate doesn't break any [`#571`](https://github.com/gossi/theemo/pull/571) +- Prep api docs [`#570`](https://github.com/gossi/theemo/pull/570) +- Docs for CLI [`#568`](https://github.com/gossi/theemo/pull/568) +- Remove yarn, move to pnpm [`#566`](https://github.com/gossi/theemo/pull/566) +- Don't fail CI on missing peer dependencies [`#565`](https://github.com/gossi/theemo/pull/565) +- change version for `@theemo/theme` to `workspace:*` [`#564`](https://github.com/gossi/theemo/pull/564) +- update strategy for renovate [`#561`](https://github.com/gossi/theemo/pull/561) +- fix coverage (pt3) [`#560`](https://github.com/gossi/theemo/pull/560) +- fix coverage (pt2) [`#559`](https://github.com/gossi/theemo/pull/559) +- fix coverage [`#558`](https://github.com/gossi/theemo/pull/558) +- Cleanup tech debt [`#555`](https://github.com/gossi/theemo/pull/555) +- Update docs [`#546`](https://github.com/gossi/theemo/pull/546) +- Turn into monorepo [`#180`](https://github.com/gossi/theemo/pull/180) +- Extract loading config from public API [`#145`](https://github.com/gossi/theemo/pull/145) +- remove build command [`#128`](https://github.com/gossi/theemo/pull/128) +- fix lint [`#107`](https://github.com/gossi/theemo/pull/107) +- Rename category to type according to design token spec [`#106`](https://github.com/gossi/theemo/pull/106) +- Rename type to tier [`#86`](https://github.com/gossi/theemo/pull/86) +- Use renovatebot [`#40`](https://github.com/gossi/theemo/pull/40) +- Rename coverage command [`#39`](https://github.com/gossi/theemo/pull/39) +- Pin yarn [`#38`](https://github.com/gossi/theemo/pull/38) +- Use swc for tests and coverage [`#37`](https://github.com/gossi/theemo/pull/37) +- add ci workflow [`#36`](https://github.com/gossi/theemo/pull/36) +- Start for the next version [`#32`](https://github.com/gossi/theemo/pull/32) +- Disable building gh-pages on release [`d6d3def`](https://github.com/gossi/theemo/commit/d6d3defc915bdd2478bd8b66bafd9bbfee7b85e8) +- Serve theemo from root url [`d9f6a8e`](https://github.com/gossi/theemo/commit/d9f6a8e37f97ea78391004fdc299596fe1a3ac96) +- fix website deploy [`8fe7323`](https://github.com/gossi/theemo/commit/8fe73232cad9e5518e3a4cb12e5fbfcae4797adf) + +#### [v0.0.9](https://github.com/gossi/theemo/compare/v0.0.8...v0.0.9) + +> 22 August 2020 + +- Bump elliptic from 6.5.2 to 6.5.3 in /website [`#5`](https://github.com/gossi/theemo/pull/5) +- Bump prismjs from 1.20.0 to 1.21.0 in /website [`#4`](https://github.com/gossi/theemo/pull/4) +- Bump lodash from 4.17.15 to 4.17.19 in /website [`#2`](https://github.com/gossi/theemo/pull/2) +- Bump websocket-extensions from 0.1.3 to 0.1.4 in /website [`#1`](https://github.com/gossi/theemo/pull/1) +- some setup [`1c12451`](https://github.com/gossi/theemo/commit/1c12451f54058c19676c791b2780ade1f4c282b0) +- new and old build with updated api docs [`ac74e70`](https://github.com/gossi/theemo/commit/ac74e709ad313b12add41d4a8d12d9a2dc015d87) +- add release-it [`762062f`](https://github.com/gossi/theemo/commit/762062f33df2e01227d87f784ba62574cc45922d) + +#### [v0.0.8](https://github.com/gossi/theemo/compare/v0.0.7...v0.0.8) + +> 1 June 2020 + +- migrate to docusaurus v2 [`9b67597`](https://github.com/gossi/theemo/commit/9b67597e41005decaf06ee7f246bb0de3beb29b6) + +#### [v0.0.7](https://github.com/gossi/theemo/compare/v0.0.6...v0.0.7) + +> 28 May 2020 + +- read color styles also from strokes (not only fills) [`8e1d60c`](https://github.com/gossi/theemo/commit/8e1d60cea00f0be6e5c5a1d0e240cd8d08666927) +- write `0` length values as `0` (without px suffix) [`fa81881`](https://github.com/gossi/theemo/commit/fa81881e88a6714bfb94b3e6ef794feb0b24f12e) + +#### [v0.0.6](https://github.com/gossi/theemo/compare/v0.0.5...v0.0.6) + +> 13 April 2020 + +- fix colors; add support for shadows [`17fbcb3`](https://github.com/gossi/theemo/commit/17fbcb32bc125923e48a4aba0022b2ffec0c75a7) + +#### [v0.0.5](https://github.com/gossi/theemo/compare/v0.0.4...v0.0.5) + +> 10 April 2020 + +- allow tokens from text node [`e0a0f35`](https://github.com/gossi/theemo/commit/e0a0f351643d3be1048013ac68dbb8841d86a312) +- Pass token collections to lexer config callbacks [`185fe4e`](https://github.com/gossi/theemo/commit/185fe4efd73a96f1cdfa0a839f9055c66aba7629) +- Try deploy docs automatically [`b428576`](https://github.com/gossi/theemo/commit/b4285765048c98279f906c8d6e494adf737c9089) + +#### [v0.0.4](https://github.com/gossi/theemo/compare/v0.0.3...v0.0.4) + +> 31 March 2020 + +- add keyword to package.json after generation [`dcf0e02`](https://github.com/gossi/theemo/commit/dcf0e0262f20fe4b939945a546fd167e0d4540b7) +- correction in docs [`d77efd7`](https://github.com/gossi/theemo/commit/d77efd7707d4a1a755afbc1d02d5278bb0ba044a) + +#### [v0.0.3](https://github.com/gossi/theemo/compare/v0.0.2...v0.0.3) + +> 30 March 2020 + +- add docs [`67b991e`](https://github.com/gossi/theemo/commit/67b991ec8ea86eafbe647138fa5b9e9380ae8e48) +- auto-generated api docs [`bc59fd5`](https://github.com/gossi/theemo/commit/bc59fd53ada89281518e424c5699a9afb7c3da10) +- Split up build into build and generate [`8a0cdfe`](https://github.com/gossi/theemo/commit/8a0cdfeb6fb3c771e75a41a0ebcc1de6b60cba45) + +#### [v0.0.2](https://github.com/gossi/theemo/compare/v0.0.1...v0.0.2) + +> 28 March 2020 + +#### v0.0.1 + +> 28 March 2020 + +- initial version [`a6cf1d5`](https://github.com/gossi/theemo/commit/a6cf1d521b3e9e8fb5a51b0dae4f555b1f6a7ce2) diff --git a/packages/theemo/package.json b/packages/theemo/package.json index 81429e98..1e4188ba 100644 --- a/packages/theemo/package.json +++ b/packages/theemo/package.json @@ -1,7 +1,7 @@ { "name": "theemo", "description": "Design Token automations", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "author": "Thomas Gossmann", "homepage": "https://theemo.io",