wbond / packagecontrol.io

The Package Control website
https://packagecontrol.io
Other
111 stars 46 forks source link

Version 2 tag not shown for CSScheme #68

Open FichteFoll opened 8 years ago

FichteFoll commented 8 years ago

I just noticed that the "2" tag is not shown for the ST2 release of my CSScheme package: https://packagecontrol.io/packages/CSScheme

It's just a normal "<3000" version selector: https://github.com/FichteFoll/sublime_packages/blob/42615c564147a2337544ffd0066983a5392975c0/package_control.json#L5-L18

FichteFoll commented 8 years ago

Okay, things just got weirder.

The latest st2 release, 1.0.1, is now correctly tagged as being for ST2, but the old 1.0.0 is also still there. :confused:

This is what it looks like in channel_v3.json:

{
    "issues": "https://github.com/FichteFoll/CSScheme/issues",
    "readme": "https://raw.githubusercontent.com/FichteFoll/CSScheme/master/README.md",
    "labels": [
        "color scheme editing"
    ],
    "donate": null,
    "previous_names": [],
    "homepage": "https://github.com/FichteFoll/CSScheme",
    "name": "CSScheme",
    "description": "Create Sublime Text or Text Mate color schemes in CSS, SCSS or stylus",
    "releases": [
        {
            "sublime_text": ">=3000",
            "date": "2015-08-28 14:23:54",
            "url": "https://codeload.github.com/FichteFoll/CSScheme/zip/v1.2.0",
            "platforms": [
                "*"
            ],
            "version": "1.2.0"
        },
        {
            "sublime_text": ">=3000",
            "date": "2015-03-17 22:20:01",
            "url": "https://codeload.github.com/FichteFoll/CSScheme/zip/v1.1.1",
            "platforms": [
                "*"
            ],
            "version": "1.1.1"
        },
        {
            "sublime_text": "<3000",
            "date": "2016-01-25 00:24:23",
            "url": "https://codeload.github.com/FichteFoll/CSScheme/zip/st2-v1.0.1",
            "platforms": [
                "*"
            ],
            "version": "1.0.1"
        },
        {
            "sublime_text": ">=3000",
            "date": "2014-08-28 01:32:47",
            "url": "https://codeload.github.com/FichteFoll/CSScheme/zip/v1.0.0",
            "platforms": [
                "*"
            ],
            "version": "1.0.0"
        },
        {
            "sublime_text": ">=3000",
            "date": "2014-03-08 03:00:13",
            "url": "https://codeload.github.com/FichteFoll/CSScheme/zip/v0.3.0",
            "platforms": [
                "*"
            ],
            "version": "0.3.0"
        },
        {
            "sublime_text": ">=3000",
            "date": "2014-03-01 12:34:39",
            "url": "https://codeload.github.com/FichteFoll/CSScheme/zip/v0.2.1",
            "platforms": [
                "*"
            ],
            "version": "0.2.1"
        },
        {
            "sublime_text": ">=3000",
            "date": "2014-02-24 12:49:03",
            "url": "https://codeload.github.com/FichteFoll/CSScheme/zip/v0.1.1",
            "platforms": [
                "*"
            ],
            "version": "0.1.1"
        }
    ],
    "authors": [
        "FichteFoll"
    ],
    "buy": null
}