Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add history script #175

Merged
merged 1 commit into from
Dec 18, 2023
Merged

feat: add history script #175

merged 1 commit into from
Dec 18, 2023

Conversation

nmattia
Copy link
Contributor

@nmattia nmattia commented Dec 18, 2023

This adds a JS script which produces a JSON object with information about which colors have been added/removed/modified on what dates.


[
  {
    "date": "2023-12-07 21:25:12 +0100",
    "added": [
      {
        "name": "Lusty Gallant",
        "hex": "#fd7f4f"
      },
      {
        "name": "OMGreen",
        "hex": "#8ca891"
      },
      {
        "name": "Smooch",
        "hex": "#7e2056"
      },
      {
        "name": "Takaka",
        "hex": "#3d4d78"
      },
      {
        "name": "Underclover",
        "hex": "#428c49"
      }
    ],
    "removed": [],
    "changed": [
      {
        "name": "Poppy Pompadour",
        "hex": "#6b3fa0"
      }
    ]
  },
  {
    "date": "2023-12-05 11:55:16 +0100",
    "added": [
      {
        "name": "Schabziger Green",
        "hex": "#e2e2b5"
      }
  ...

This adds a JS script which produces a JSON object with information
about which colors have been added/removed/modified on what dates.
@meodai meodai merged commit eb26950 into meodai:master Dec 18, 2023
4 of 8 checks passed
Copy link
Contributor

🎉 This PR is included in version 10.18.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@nmattia nmattia deleted the nm-history branch December 18, 2023 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants