Skip to content

Commit 7f4fe5d

Browse files
👷 [ci]: Version Packages (#1462)
Co-authored-by: apollo-git-bot[bot] <234251158+apollo-git-bot[bot]@users.noreply.github.com>
1 parent af78a9c commit 7f4fe5d

10 files changed

Lines changed: 19 additions & 18 deletions

File tree

.changeset/thirty-bikes-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/studiocms/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# studiocms
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#1461](https://github.com/withstudiocms/studiocms/pull/1461) [`af78a9c`](https://github.com/withstudiocms/studiocms/commit/af78a9cf31623f96b93e3731edeff7aba6ec401a) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Fixes imports in Analytics plugin
8+
39
## 0.4.0
410

511
### Minor Changes

packages/studiocms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studiocms",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A Community-Driven Astro native CMS. Built from the ground up by the Astro community.",
55
"author": {
66
"name": "withstudiocms",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/blog-libsql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"astro": "^5.18.0",
2929
"kysely-turso": "^0.1.1",
3030
"sharp": "^0.34.3",
31-
"studiocms": "^0.4.0"
31+
"studiocms": "^0.4.1"
3232
}
3333
}

templates/blog-mysql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"astro": "^5.18.0",
2828
"mysql2": "^3.18.0",
2929
"sharp": "^0.34.3",
30-
"studiocms": "^0.4.0"
30+
"studiocms": "^0.4.1"
3131
}
3232
}

templates/blog-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"astro": "^5.18.0",
2828
"pg": "^8.20.0",
2929
"sharp": "^0.34.3",
30-
"studiocms": "^0.4.0"
30+
"studiocms": "^0.4.1"
3131
}
3232
}

templates/headless-libsql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"astro": "^5.18.0",
3131
"kysely-turso": "^0.1.1",
3232
"sharp": "^0.34.3",
33-
"studiocms": "^0.4.0"
33+
"studiocms": "^0.4.1"
3434
}
3535
}

templates/headless-mysql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"astro": "^5.18.0",
3030
"mysql2": "^3.18.0",
3131
"sharp": "^0.34.3",
32-
"studiocms": "^0.4.0"
32+
"studiocms": "^0.4.1"
3333
}
3434
}

templates/headless-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"astro": "^5.18.0",
3030
"pg": "^8.20.0",
3131
"sharp": "^0.34.3",
32-
"studiocms": "^0.4.0"
32+
"studiocms": "^0.4.1"
3333
}
3434
}

0 commit comments

Comments
 (0)