Skip to content

Commit 8078bc5

Browse files
committed
fix versioning and add changeset
1 parent a09762e commit 8078bc5

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.changeset/proud-jobs-flash.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"smc-dashboard": major
3+
"smc-extension": major
4+
"smc-api": major
5+
---
6+
7+
Happy rewrite & revival release!

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smc-api",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "2.0.0",
55
"author": "StopMalwareContent Contributors",
66
"type": "module",
77
"main": "dist/index.js",

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smc-dashboard",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"author": "StopMalwareContent Contributors",
66
"type": "module",
77
"scripts": {

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smc-docs",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "stopmalwarecontent",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

apps/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smc-extension",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "1.4.5",
55
"author": "StopMalwareContent Contributors",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)