From d3847e3417370058d9bc50235deb93aa276fd132 Mon Sep 17 00:00:00 2001 From: janndriessen <2104965+janndriessen@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:12:29 +0000 Subject: [PATCH] ignore(update): Auto update versions to the latest Update indexcoop.tokenlist.json to latest Update package.json to latest Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- indexcoop.tokenlist.json | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/indexcoop.tokenlist.json b/indexcoop.tokenlist.json index 38ed865..709216a 100644 --- a/indexcoop.tokenlist.json +++ b/indexcoop.tokenlist.json @@ -3,9 +3,9 @@ "version": { "major": 5, "minor": 2, - "patch": 0 + "patch": 1 }, - "timestamp": "2025-01-15T20:21:18.657Z", + "timestamp": "2025-01-21T17:11:58.023Z", "tags": { "component": { "name": "Component Token", @@ -813,7 +813,8 @@ "index", "product", "yield", - "component" + "component", + "dangerous" ] }, { @@ -833,7 +834,8 @@ "tags": [ "index", "product", - "yield" + "yield", + "dangerous" ] }, { @@ -853,7 +855,8 @@ "tags": [ "index", "product", - "yield" + "yield", + "dangerous" ] }, { @@ -995,7 +998,8 @@ "tags": [ "index", "product", - "yield" + "yield", + "dangerous" ] }, { diff --git a/package.json b/package.json index ca5dda5..2d64bbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@indexcoop/tokenlists", - "version": "3.9.0", + "version": "3.10.0", "main": "dist/index.cjs", "module": "dist/index.js", "typings": "dist/index.d.ts",