Skip to content

Commit

Permalink
release: v6.0.10 [skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Mar 20, 2024
1 parent c3374af commit 2868c60
Show file tree
Hide file tree
Showing 17 changed files with 101 additions and 91 deletions.
2 changes: 1 addition & 1 deletion @fiction/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.9"
"version": "6.0.10"
}
6 changes: 3 additions & 3 deletions @fiction/plugin-admin-index/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/plugin-sites": "workspace:*"
"@fiction/core": "6.0.10",
"@fiction/plugin-sites": "6.0.10"
},
"gitHead": "b257411e1c6c32b52b444cc6f1518bf1bee1e480",
"license": "GPL-2.0-only",
Expand All @@ -11,5 +11,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.9"
"version": "6.0.10"
}
10 changes: 5 additions & 5 deletions @fiction/plugin-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/plugin-ai": "workspace:*",
"@fiction/plugin-highlight-code": "workspace:*",
"@fiction/ui": "workspace:*",
"@fiction/core": "6.0.10",
"@fiction/plugin-ai": "6.0.10",
"@fiction/plugin-highlight-code": "6.0.10",
"@fiction/ui": "6.0.10",
"marked": "^12.0.1",
"minimatch": "^9.0.3",
"tailwindcss": "^3.4.1",
Expand All @@ -17,5 +17,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.9"
"version": "6.0.10"
}
6 changes: 3 additions & 3 deletions @fiction/plugin-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/plugin-unsplash": "workspace:*",
"@fiction/core": "6.0.10",
"@fiction/plugin-unsplash": "6.0.10",
"@pinecone-database/pinecone": "^2.1.0",
"openai": "^4.29.2",
"tailwindcss": "^3.4.1",
Expand All @@ -15,5 +15,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.9"
"version": "6.0.10"
}
6 changes: 3 additions & 3 deletions @fiction/plugin-contact/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@fiction/plugin-contact",
"type": "module",
"version": "6.0.9",
"version": "6.0.10",
"author": "Supereon",
"license": "GPL-2.0-only",
"main": "index.ts",
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/plugin-monitor": "workspace:*"
"@fiction/core": "6.0.10",
"@fiction/plugin-monitor": "6.0.10"
},
"gitHead": "435e8535660c83acb445295cfb98a21b32c69434",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions @fiction/plugin-highlight-code/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fiction/plugin-highlight-code",
"type": "module",
"version": "6.0.9",
"version": "6.0.10",
"description": "Add a syntax highlighting component to your Fiction app.",
"license": "GPL-2.0-only",
"main": "index.ts",
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/core": "6.0.10",
"highlight.js": "^11.9.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions @fiction/plugin-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fiction/plugin-monitor",
"type": "module",
"version": "6.0.9",
"version": "6.0.10",
"author": "Supereon",
"license": "GPL-2.0-only",
"main": "index.ts",
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/core": "6.0.10",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@sentry/node": "^7.107.0",
"@sentry/tracing": "^7.107.0",
Expand Down
4 changes: 2 additions & 2 deletions @fiction/plugin-notify/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@fiction/plugin-notify",
"type": "module",
"version": "6.0.9",
"version": "6.0.10",
"description": "Notify allows you to add toast notifications to your app with ease.",
"author": "Supereon",
"license": "GPL-2.0-only",
"main": "index.ts",
"dependencies": {
"@fiction/core": "workspace:*"
"@fiction/core": "6.0.10"
},
"gitHead": "435e8535660c83acb445295cfb98a21b32c69434",
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions @fiction/plugin-sites/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/plugin-admin": "workspace:*",
"@fiction/plugin-ai": "workspace:*",
"@fiction/plugin-highlight-code": "workspace:*",
"@fiction/ui": "workspace:*",
"@fiction/core": "6.0.10",
"@fiction/plugin-admin": "6.0.10",
"@fiction/plugin-ai": "6.0.10",
"@fiction/plugin-highlight-code": "6.0.10",
"@fiction/ui": "6.0.10",
"@shopify/draggable": "^1.1.3",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
Expand All @@ -19,5 +19,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.9"
"version": "6.0.10"
}
4 changes: 2 additions & 2 deletions @fiction/plugin-stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/core": "6.0.10",
"@stripe/stripe-js": "^3.0.10",
"express": "^4.18.3",
"stripe": "^14.21.0"
Expand All @@ -15,5 +15,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.9"
"version": "6.0.10"
}
6 changes: 3 additions & 3 deletions @fiction/plugin-subscribe/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@fiction/plugin-subscribe",
"type": "module",
"version": "6.0.9",
"version": "6.0.10",
"author": "Supereon",
"license": "GPL-2.0-only",
"main": "index.ts",
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/plugin-monitor": "workspace:*"
"@fiction/core": "6.0.10",
"@fiction/plugin-monitor": "6.0.10"
},
"gitHead": "435e8535660c83acb445295cfb98a21b32c69434",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions @fiction/plugin-unsplash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/core": "6.0.10",
"node-fetch": "^3.3.2",
"unsplash-js": "^7.0.19"
},
Expand All @@ -12,5 +12,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.9"
"version": "6.0.10"
}
4 changes: 2 additions & 2 deletions @fiction/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/core": "6.0.10",
"@shopify/draggable": "^1.1.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
Expand All @@ -22,5 +22,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.9"
"version": "6.0.10"
}
24 changes: 12 additions & 12 deletions @fiction/www/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/plugin-admin": "workspace:*",
"@fiction/plugin-admin-index": "workspace:*",
"@fiction/plugin-ai": "workspace:*",
"@fiction/plugin-contact": "workspace:*",
"@fiction/plugin-highlight-code": "workspace:*",
"@fiction/plugin-monitor": "workspace:*",
"@fiction/plugin-notify": "workspace:*",
"@fiction/plugin-sites": "workspace:*",
"@fiction/plugin-stripe": "workspace:*",
"@fiction/ui": "workspace:*",
"@fiction/core": "6.0.10",
"@fiction/plugin-admin": "6.0.10",
"@fiction/plugin-admin-index": "6.0.10",
"@fiction/plugin-ai": "6.0.10",
"@fiction/plugin-contact": "6.0.10",
"@fiction/plugin-highlight-code": "6.0.10",
"@fiction/plugin-monitor": "6.0.10",
"@fiction/plugin-notify": "6.0.10",
"@fiction/plugin-sites": "6.0.10",
"@fiction/plugin-stripe": "6.0.10",
"@fiction/ui": "6.0.10",
"@types/mapbox-gl": "^3.1.0",
"mapbox-gl": "^3.2.0",
"postcss": "^8.4.36",
Expand All @@ -22,5 +22,5 @@
"private": true,
"type": "module",
"url": "https://www.fiction.com",
"version": "6.0.9"
"version": "6.0.10"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [6.0.10](https://github.com/fictionco/fiction/compare/v6.0.9...v6.0.10) (2024-03-20)


### Bug Fixes

* tests -d ([850dce4](https://github.com/fictionco/fiction/commit/850dce46bcf66da41f6cede8919a64d7e114fda2))
* try tests -d ([bbd44cd](https://github.com/fictionco/fiction/commit/bbd44cdf1a033071ac82da52602ed72ece3132ef))



## [6.0.9](https://github.com/fictionco/fiction/compare/v6.0.8...v6.0.9) (2024-03-17)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "supereon",
"type": "module",
"version": "6.0.9",
"version": "6.0.10",
"private": true,
"author": "Supereon",
"license": "GPL-2.0-only",
Expand Down Expand Up @@ -50,10 +50,10 @@
},
"dependencies": {
"@esbuild-kit/esm-loader": "^2.6.5",
"@fiction/core": "workspace:*",
"@fiction/plugin-notify": "workspace:*",
"@fiction/ui": "workspace:*",
"@fiction/www": "workspace:*",
"@fiction/core": "6.0.10",
"@fiction/plugin-notify": "6.0.10",
"@fiction/ui": "6.0.10",
"@fiction/www": "6.0.10",
"@vitejs/plugin-vue": "^5.0.4",
"axios": "^1.6.8",
"commander": "^12.0.0",
Expand Down
Loading

0 comments on commit 2868c60

Please sign in to comment.