@burh/nuxt-core 1.0.221 → 1.0.222

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,8 +132,12 @@ export default {
132
132
  label: 'Aumento de quadro'
133
133
  },
134
134
  {
135
- value: 'Outra coisa que não sei ainda',
136
- label: 'Outra coisa que não sei ainda'
135
+ value: 'Substituição de Profissional',
136
+ label: 'Substituição de Profissional'
137
+ },
138
+ {
139
+ value: 'Aumento de Demanda - Temporário',
140
+ label: 'Aumento de Demanda - Temporário'
137
141
  }
138
142
  ]
139
143
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.221",
3
+ "version": "1.0.222",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {