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

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