Skip to content

Commit

Permalink
chore: update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleythedeveloper committed Nov 2, 2024
1 parent ac6e991 commit e117927
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 9,113 deletions.
2,880 changes: 0 additions & 2,880 deletions app-config.acrs.json

This file was deleted.

4,986 changes: 0 additions & 4,986 deletions app-config.seeding.json

This file was deleted.

1,238 changes: 0 additions & 1,238 deletions app-config.truff.json

This file was deleted.

1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
documentation:
build:
Expand Down
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "0.0.0",
"version": "0.1.0-beta",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "0.1.0-beta",
"packages": ["packages/*"],
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-app",
"version": "1.0.0",
"version": "0.1.0-beta",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mock-app/components",
"version": "1.0.0",
"version": "0.1.0-beta",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mock-app/core",
"version": "1.0.0",
"version": "0.1.0-beta",
"private": true,
"dependencies": {
"@mock-app/components": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mock-app/services",
"version": "1.0.0",
"version": "0.1.0-beta",
"description": "",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/untp-test-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "untp-test-suite",
"version": "0.0.1",
"version": "0.1.0-beta",
"description": "Test suite for the UNTP package",
"main": "./build/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vc-test-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@test-untp/vc-test-suite",
"version": "1.0.0",
"version": "0.1.0-beta",
"description": "> TODO: description",
"author": "Nam Hoang <[email protected]>",
"homepage": "https://github.com/uncefact/tests-untp#readme",
Expand Down

0 comments on commit e117927

Please sign in to comment.