Skip to content

Commit

Permalink
chore: pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Mar 16, 2024
1 parent acf6868 commit 0e6a6d6
Show file tree
Hide file tree
Showing 16 changed files with 393 additions and 100 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.4"
"version": "6.0.5"
}
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.5",
"@fiction/plugin-sites": "6.0.5"
},
"gitHead": "b257411e1c6c32b52b444cc6f1518bf1bee1e480",
"license": "MIT",
Expand All @@ -11,5 +11,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.4"
"version": "6.0.5"
}
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.5",
"@fiction/plugin-ai": "6.0.5",
"@fiction/plugin-highlight-code": "6.0.5",
"@fiction/ui": "6.0.5",
"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.4"
"version": "6.0.5"
}
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.5",
"@fiction/plugin-unsplash": "6.0.5",
"@pinecone-database/pinecone": "^2.1.0",
"openai": "^4.29.1",
"tailwindcss": "^3.4.1",
Expand All @@ -15,5 +15,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.4"
"version": "6.0.5"
}
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.4",
"version": "6.0.5",
"author": "Supereon",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/plugin-monitor": "workspace:*"
"@fiction/core": "6.0.5",
"@fiction/plugin-monitor": "6.0.5"
},
"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.4",
"version": "6.0.5",
"description": "Add a syntax highlighting component to your Fiction app.",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/core": "6.0.5",
"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.4",
"version": "6.0.5",
"author": "Supereon",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/core": "6.0.5",
"@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.4",
"version": "6.0.5",
"description": "Notify allows you to add toast notifications to your app with ease.",
"author": "Supereon",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@fiction/core": "workspace:*"
"@fiction/core": "6.0.5"
},
"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.5",
"@fiction/plugin-admin": "6.0.5",
"@fiction/plugin-ai": "6.0.5",
"@fiction/plugin-highlight-code": "6.0.5",
"@fiction/ui": "6.0.5",
"@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.4"
"version": "6.0.5"
}
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.5",
"@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.4"
"version": "6.0.5"
}
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.4",
"version": "6.0.5",
"author": "Supereon",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@fiction/core": "workspace:*",
"@fiction/plugin-monitor": "workspace:*"
"@fiction/core": "6.0.5",
"@fiction/plugin-monitor": "6.0.5"
},
"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.5",
"node-fetch": "^3.3.2",
"unsplash-js": "^7.0.19"
},
Expand All @@ -12,5 +12,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.4"
"version": "6.0.5"
}
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.5",
"@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.4"
"version": "6.0.5"
}
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.5",
"@fiction/plugin-admin": "6.0.5",
"@fiction/plugin-admin-index": "6.0.5",
"@fiction/plugin-ai": "6.0.5",
"@fiction/plugin-contact": "6.0.5",
"@fiction/plugin-highlight-code": "6.0.5",
"@fiction/plugin-monitor": "6.0.5",
"@fiction/plugin-notify": "6.0.5",
"@fiction/plugin-sites": "6.0.5",
"@fiction/plugin-stripe": "6.0.5",
"@fiction/ui": "6.0.5",
"@types/mapbox-gl": "^3.1.0",
"mapbox-gl": "^3.2.0",
"postcss": "^8.4.35",
Expand All @@ -25,5 +25,5 @@
},
"type": "module",
"url": "https://www.fiction.com",
"version": "6.0.4"
"version": "6.0.5"
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "supereon",
"type": "module",
"version": "6.0.4",
"version": "6.0.5",
"private": true,
"author": "Supereon",
"license": "UNLICENSED",
Expand All @@ -19,7 +19,7 @@
"test": "npm run lint:dev && npm run unit:dev",
"test:pkgJson": "npx npmPkgJsonLint .",
"fix-deps": "syncpack fix-mismatches",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog": "npm exec -- conventional-changelog -p angular -i CHANGELOG.md -s",
"app:dev": "npm exec -w @fiction/www -- fiction run dev",
"app:dev-r": "npm exec -w @fiction/www -- fiction run dev-r",
"unit:ci": "npm exec -- vitest ci",
Expand Down Expand Up @@ -50,13 +50,14 @@
},
"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.5",
"@fiction/plugin-notify": "6.0.5",
"@fiction/ui": "6.0.5",
"@fiction/www": "6.0.5",
"@vitejs/plugin-vue": "^5.0.4",
"axios": "^1.6.8",
"commander": "^12.0.0",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
Expand Down
Loading

0 comments on commit 0e6a6d6

Please sign in to comment.