Skip to content

Commit ff15928

Browse files
authored
Set all version numbers to 1.0.0 (#1243)
# Set all version numbers to 1.0.0 ## JIRA Ticket None ## Description Increment and synchronise version numbers in app/api/designer ## Checklist - [x] I have confirmed all commits have been signed. - [x] I have added JSDoc style comments to any new functions or classes. - [x] Relevant documentation such as READMEs, guides, and class comments are updated.
2 parents df0dc52 + 6aaae28 commit ff15928

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faims3/api",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"main": "build/src/index.js",
66
"packageManager": "npm@10.7.0",

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@faims3/app",
33
"packageManager": "npm@10.7.0",
4-
"version": "0.9.0",
4+
"version": "1.0.0",
55
"private": true,
66
"browserslist": {
77
"production": [

designer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@faims3/designer",
33
"packageManager": "npm@10.7.0",
44
"private": true,
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"type": "module",
77
"engines": {
88
"node": "^20.9.0"

0 commit comments

Comments
 (0)