chore: Update package versies
This commit is contained in:
parent
716f63842f
commit
87773a81e1
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dwengo-1/backend",
|
||||
"version": "0.2.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Backend for Dwengo-1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dwengo-1/common",
|
||||
"version": "0.2.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Common types and utilities for Dwengo-1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
@ -2,7 +2,7 @@ import swaggerAutogen from 'swagger-autogen';
|
|||
|
||||
const doc = {
|
||||
info: {
|
||||
version: '0.1.0',
|
||||
version: '1.0.0',
|
||||
title: 'Dwengo-1 Backend API',
|
||||
description: 'Dwengo-1 Backend API using Express, based on VZW Dwengo',
|
||||
license: {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "dwengo-1-docs",
|
||||
"version": "0.2.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Documentation for Dwengo-1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "dwengo-1-frontend",
|
||||
"version": "0.2.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Frontend for Dwengo-1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "dwengo-1",
|
||||
"version": "0.2.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Monorepo for Dwengo-1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue