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

Release 2.0.3 not available on repo.magento.com #37

Open
Vinai opened this issue Jan 22, 2023 · 1 comment
Open

Release 2.0.3 not available on repo.magento.com #37

Vinai opened this issue Jan 22, 2023 · 1 comment

Comments

@Vinai
Copy link

Vinai commented Jan 22, 2023

Last week version 2.0.3 was released.
However, the package is not available on repo.magento.com:

% jq .repositories composer.json
{
  "0": {
    "type": "composer",
    "url": "https://repo.magento.com/"
  }
}

% composer show --format json --available magento/composer-root-update-plugin | jq -r .versions
[
  "2.0.2",
  "2.0.0",
  "1.1.2",
  "1.1.1",
  "1.1.0",
  "1.0.0",
  "0.1.1",
  "0.1.0"
]

What is the reason? When can we expect it to be available?
Was it tagged by mistake in the open source repo and will become available when Magento 2.4.6 is released?

@hostep
Copy link

hostep commented Apr 9, 2024

This one can be closed, was fixed a while ago, right?

$ composer show --format json --available magento/composer-root-update-plugin | jq -r .versions
[
  "2.0.4",
  "2.0.4-beta1",
  "2.0.3",
  "2.0.2",
  "2.0.1-beta",
  "2.0.0",
  "1.1.2",
  "1.1.1",
  "1.1.0",
  "1.0.0",
  "0.1.1",
  "0.1.0"
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants