Welcome to mirror list, hosted at ThFree Co, Russian Federation.

all_versions.js « mock_data « upload « components « design_management « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 237e1654f9b3ef2a35a36ebd3c291a9d092f712b (plain)
1
2
3
4
5
6
7
8
9
10
export default [
  {
    id: 'gid://gitlab/DesignManagement::Version/3',
    sha: '0945756378e0b1588b9dd40d5a6b99e8b7198f55',
  },
  {
    id: 'gid://gitlab/DesignManagement::Version/2',
    sha: '5b063fef0cd7213b312db65b30e24f057df21b20',
  },
];