Skip to content

Commit

Permalink
release: v6.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Mar 16, 2024
1 parent 6c4d5b1 commit a730a5f
Show file tree
Hide file tree
Showing 17 changed files with 137 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.7"
"version": "6.0.8"
}
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": "6.0.7",
"@fiction/plugin-sites": "6.0.7"
"@fiction/core": "6.0.8",
"@fiction/plugin-sites": "6.0.8"
},
"gitHead": "b257411e1c6c32b52b444cc6f1518bf1bee1e480",
"license": "MIT",
Expand All @@ -11,5 +11,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.7"
"version": "6.0.8"
}
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": "6.0.7",
"@fiction/plugin-ai": "6.0.7",
"@fiction/plugin-highlight-code": "6.0.7",
"@fiction/ui": "6.0.7",
"@fiction/core": "6.0.8",
"@fiction/plugin-ai": "6.0.8",
"@fiction/plugin-highlight-code": "6.0.8",
"@fiction/ui": "6.0.8",
"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.7"
"version": "6.0.8"
}
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": "6.0.7",
"@fiction/plugin-unsplash": "6.0.7",
"@fiction/core": "6.0.8",
"@fiction/plugin-unsplash": "6.0.8",
"@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.7"
"version": "6.0.8"
}
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.7",
"version": "6.0.8",
"author": "Supereon",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@fiction/core": "6.0.7",
"@fiction/plugin-monitor": "6.0.7"
"@fiction/core": "6.0.8",
"@fiction/plugin-monitor": "6.0.8"
},
"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.7",
"version": "6.0.8",
"description": "Add a syntax highlighting component to your Fiction app.",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@fiction/core": "6.0.7",
"@fiction/core": "6.0.8",
"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.7",
"version": "6.0.8",
"author": "Supereon",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@fiction/core": "6.0.7",
"@fiction/core": "6.0.8",
"@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.7",
"version": "6.0.8",
"description": "Notify allows you to add toast notifications to your app with ease.",
"author": "Supereon",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@fiction/core": "6.0.7"
"@fiction/core": "6.0.8"
},
"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": "6.0.7",
"@fiction/plugin-admin": "6.0.7",
"@fiction/plugin-ai": "6.0.7",
"@fiction/plugin-highlight-code": "6.0.7",
"@fiction/ui": "6.0.7",
"@fiction/core": "6.0.8",
"@fiction/plugin-admin": "6.0.8",
"@fiction/plugin-ai": "6.0.8",
"@fiction/plugin-highlight-code": "6.0.8",
"@fiction/ui": "6.0.8",
"@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.7"
"version": "6.0.8"
}
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": "6.0.7",
"@fiction/core": "6.0.8",
"@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.7"
"version": "6.0.8"
}
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.7",
"version": "6.0.8",
"author": "Supereon",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@fiction/core": "6.0.7",
"@fiction/plugin-monitor": "6.0.7"
"@fiction/core": "6.0.8",
"@fiction/plugin-monitor": "6.0.8"
},
"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": "6.0.7",
"@fiction/core": "6.0.8",
"node-fetch": "^3.3.2",
"unsplash-js": "^7.0.19"
},
Expand All @@ -12,5 +12,5 @@
"access": "public"
},
"type": "module",
"version": "6.0.7"
"version": "6.0.8"
}
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": "6.0.7",
"@fiction/core": "6.0.8",
"@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.7"
"version": "6.0.8"
}
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": "6.0.7",
"@fiction/plugin-admin": "6.0.7",
"@fiction/plugin-admin-index": "6.0.7",
"@fiction/plugin-ai": "6.0.7",
"@fiction/plugin-contact": "6.0.7",
"@fiction/plugin-highlight-code": "6.0.7",
"@fiction/plugin-monitor": "6.0.7",
"@fiction/plugin-notify": "6.0.7",
"@fiction/plugin-sites": "6.0.7",
"@fiction/plugin-stripe": "6.0.7",
"@fiction/ui": "6.0.7",
"@fiction/core": "6.0.8",
"@fiction/plugin-admin": "6.0.8",
"@fiction/plugin-admin-index": "6.0.8",
"@fiction/plugin-ai": "6.0.8",
"@fiction/plugin-contact": "6.0.8",
"@fiction/plugin-highlight-code": "6.0.8",
"@fiction/plugin-monitor": "6.0.8",
"@fiction/plugin-notify": "6.0.8",
"@fiction/plugin-sites": "6.0.8",
"@fiction/plugin-stripe": "6.0.8",
"@fiction/ui": "6.0.8",
"@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.7"
"version": "6.0.8"
}
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
## [6.0.8](https://github.com/fictionco/fiction/compare/v5.5.119...v6.0.8) (2024-03-16)


### Bug Fixes

* ai stuff ([5c5d402](https://github.com/fictionco/fiction/commit/5c5d4020f2cd5d4ce3b0da68c0c7a8124a729f00))
* bucket name ([4b7d156](https://github.com/fictionco/fiction/commit/4b7d156ea589c2df5b86df2acb8c71619d5c2ff7))
* build -d ([c0ea7c9](https://github.com/fictionco/fiction/commit/c0ea7c98a2c825f772d349d135416e2b35b3148a))
* consolidate ([fd74631](https://github.com/fictionco/fiction/commit/fd74631af4fe3e51b4e5838c7c1c137e0057e492))
* dep 2 ([7ecbcee](https://github.com/fictionco/fiction/commit/7ecbcee8d5552d398c3fcd331868327f61ef37d5))
* deploy ([c69272b](https://github.com/fictionco/fiction/commit/c69272ba097d83bc521c760ea2b93f3c264f27b3))
* deploy 4 ([dcf296a](https://github.com/fictionco/fiction/commit/dcf296a5a0e0ef28dab1cf91a2db606f614a68da))
* deploy stuff -d ([71c4e53](https://github.com/fictionco/fiction/commit/71c4e5305b801e9387f470709b50b0d0e4f2ea2e))
* drag and drop ([e7cc427](https://github.com/fictionco/fiction/commit/e7cc4273fce0d2b4230e8d320652b78cc19bd1e9))
* fonts -d ([f288559](https://github.com/fictionco/fiction/commit/f288559ae4405af0f6c8afe372893a4ab8a43a41))
* lint -d ([b9fff77](https://github.com/fictionco/fiction/commit/b9fff77226fcf45b8a05b647cb683563aa43a44a))
* live check ([23a59ba](https://github.com/fictionco/fiction/commit/23a59ba87145915601bebbf4258f28ae0d0c8d43))
* readme ([1ef75ca](https://github.com/fictionco/fiction/commit/1ef75caef8a5ece42fecaf8a03dca385a39e2b96))
* readme 2 ([7079a68](https://github.com/fictionco/fiction/commit/7079a68f89fa19987e61d938938c03c670a3df8f))
* server -d ([2c78401](https://github.com/fictionco/fiction/commit/2c78401ad4d5fc59323bd7be0b26a41999eb836c))
* site -d ([4e630dd](https://github.com/fictionco/fiction/commit/4e630dd7f2a0d6de9a01f2d725842f1d3b14cd14))
* site improvements -d ([3de841a](https://github.com/fictionco/fiction/commit/3de841a77eb7e4485b04730f049258f4c942c1aa))
* size optimize -d ([4802788](https://github.com/fictionco/fiction/commit/480278854d430790392e24090c3cb918da2ed022))
* static 2 ([85e0602](https://github.com/fictionco/fiction/commit/85e060294a292fb6a82fa3074e227486540c16fa))
* test ([ab92180](https://github.com/fictionco/fiction/commit/ab9218011b2b162025435446ec7d9a942a7e3e8a))
* test ([e031fed](https://github.com/fictionco/fiction/commit/e031fedc23980fadcbcce2d553a66493f23e24cc))
* test -d ([4b4cb16](https://github.com/fictionco/fiction/commit/4b4cb16daac64325a2044cc773cafda4a8b8bb57))
* test -d ([582d2b8](https://github.com/fictionco/fiction/commit/582d2b8111d61ce9f6a7cd2613a4ad302a92e259))
* test 2 -d ([95023e2](https://github.com/fictionco/fiction/commit/95023e2093d206482d7d3b62aac426a294721e22))
* tests -d ([664f7b1](https://github.com/fictionco/fiction/commit/664f7b189f67afaf933c822b74823ebb822c1957))
* website -d ([e88476a](https://github.com/fictionco/fiction/commit/e88476abac7a8da29f98496ebd073ff185b1cdfa))


### Features

* add dist tests -d ([361a636](https://github.com/fictionco/fiction/commit/361a6361310eca503256e51e0256e0a3248dfb16))
* ai setting ([dad78e6](https://github.com/fictionco/fiction/commit/dad78e689ce3d144b10c2ee2b2248fa68e7f0f88))
* live checks -d ([01f3f6f](https://github.com/fictionco/fiction/commit/01f3f6f90a5b10ec0219174185638c9e2ad41a56))
* prod clean up 1 -d ([8fd8ee3](https://github.com/fictionco/fiction/commit/8fd8ee35fe68f5ea392d102bbbdf186b225a63fe))
* quote -d ([a0b23f3](https://github.com/fictionco/fiction/commit/a0b23f35ef20b0fc1516c78e4f7e8967d1bb1269))
* render tests ([b4447f3](https://github.com/fictionco/fiction/commit/b4447f3d19944c4fe98a76fe0d9a506a2bd10212))
* textarea row prop ([c08e5c4](https://github.com/fictionco/fiction/commit/c08e5c404a6d911cf1ac726f224f42006610cfe1))
* try again ([b9ea3ac](https://github.com/fictionco/fiction/commit/b9ea3ac6169ad7c7c91affd2f46cb3cfda90921e))



## [6.0.7](https://github.com/fictionco/fiction/compare/v5.5.119...v6.0.7) (2024-03-16)


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.7",
"version": "6.0.8",
"private": true,
"author": "Supereon",
"license": "UNLICENSED",
Expand Down Expand Up @@ -50,10 +50,10 @@
},
"dependencies": {
"@esbuild-kit/esm-loader": "^2.6.5",
"@fiction/core": "6.0.7",
"@fiction/plugin-notify": "6.0.7",
"@fiction/ui": "6.0.7",
"@fiction/www": "6.0.7",
"@fiction/core": "6.0.8",
"@fiction/plugin-notify": "6.0.8",
"@fiction/ui": "6.0.8",
"@fiction/www": "6.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"axios": "^1.6.8",
"commander": "^12.0.0",
Expand Down
Loading

0 comments on commit a730a5f

Please sign in to comment.