Skip to content

Commit

Permalink
[ci] release (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 14, 2024
1 parent 9d8583b commit a7484d3
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 27 deletions.
22 changes: 0 additions & 22 deletions .changeset/renovate-b943e34.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/sanity-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# headfront-debug

## 1.0.9

### Patch Changes

- Updated dependencies [9d8583b]
- @frontvibe/sanity-color-picker@1.0.10
- @frontvibe/sanity-font-picker@1.0.10
- @frontvibe/sanity-plugin-range-slider@1.0.10

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/sanity-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headfront-debug",
"private": true,
"version": "1.0.8",
"version": "1.0.9",
"main": "package.json",
"license": "UNLICENSED",
"scripts": {
Expand Down
21 changes: 21 additions & 0 deletions packages/sanity-color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @frontvibe/sanity-color-picker

## 1.0.10

### Patch Changes

- 9d8583b: Updated dependency `@sanity/icons` to `^3.4.0`.
Updated dependency `@sanity/ui` to `^2.8.23`.
Updated dependency `@types/react` to `^18.3.12`.
Updated dependency `@typescript-eslint/eslint-plugin` to `^7.18.0`.
Updated dependency `@typescript-eslint/parser` to `^7.18.0`.
Updated dependency `eslint-config-sanity` to `^7.1.3`.
Updated dependency `eslint-plugin-react` to `^7.37.2`.
Updated dependency `npm-run-all2` to `^6.2.6`.
Updated dependency `prettier-plugin-packagejson` to `^2.5.3`.
Updated dependency `rimraf` to `^5.0.10`.
Updated dependency `sanity` to `^3.64.1`.
Updated dependency `styled-components` to `^6.1.13`.
Updated dependency `typescript` to `^5.6.3`.
Updated dependency `@shopify/polaris` to `^13.9.1`.
Updated dependency `@sanity/types` to `^3.64.1`.
Updated dependency `@types/lodash` to `^4.17.13`.

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity-color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontvibe/sanity-color-picker",
"version": "1.0.9",
"version": "1.0.10",
"description": "",
"type": "module",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/sanity-color-picker/tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"root":["./src/index.ts","./src/types.ts","./src/components/ColorPickerInput.tsx","./src/schemas/color.ts","./package.config.ts"],"version":"5.6.3"}
23 changes: 23 additions & 0 deletions packages/sanity-font-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @frontvibe/sanity-font-picker

## 1.0.10

### Patch Changes

- 9d8583b: Updated dependency `@sanity/icons` to `^3.4.0`.
Updated dependency `@sanity/ui` to `^2.8.23`.
Updated dependency `@types/react` to `^18.3.12`.
Updated dependency `@typescript-eslint/eslint-plugin` to `^7.18.0`.
Updated dependency `@typescript-eslint/parser` to `^7.18.0`.
Updated dependency `eslint-config-sanity` to `^7.1.3`.
Updated dependency `eslint-plugin-react` to `^7.37.2`.
Updated dependency `npm-run-all2` to `^6.2.6`.
Updated dependency `prettier-plugin-packagejson` to `^2.5.3`.
Updated dependency `rimraf` to `^5.0.10`.
Updated dependency `sanity` to `^3.64.1`.
Updated dependency `styled-components` to `^6.1.13`.
Updated dependency `typescript` to `^5.6.3`.
Updated dependency `@shopify/polaris` to `^13.9.1`.
Updated dependency `@sanity/types` to `^3.64.1`.
Updated dependency `@types/lodash` to `^4.17.13`.
- Updated dependencies [9d8583b]
- @frontvibe/sanity-plugin-range-slider@1.0.10

## 1.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity-font-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontvibe/sanity-font-picker",
"version": "1.0.9",
"version": "1.0.10",
"type": "module",
"description": "",
"keywords": [
Expand Down Expand Up @@ -69,7 +69,7 @@
"typescript": "^5.6.3"
},
"peerDependencies": {
"@frontvibe/sanity-plugin-range-slider": "^1.0.9",
"@frontvibe/sanity-plugin-range-slider": "^1.0.10",
"react": "^18.3.1",
"sanity": "^3.64.1"
},
Expand Down
1 change: 1 addition & 0 deletions packages/sanity-font-picker/tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"root":["./src/index.ts","./src/components/ArrayMaxItems.tsx","./src/schemas/font.ts","./src/schemas/fontAsset.ts","./src/schemas/fontCategory.ts","./package.config.ts"],"version":"5.6.3"}
21 changes: 21 additions & 0 deletions packages/sanity-range-slider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @frontvibe/sanity-plugin-range-slider

## 1.0.10

### Patch Changes

- 9d8583b: Updated dependency `@sanity/icons` to `^3.4.0`.
Updated dependency `@sanity/ui` to `^2.8.23`.
Updated dependency `@types/react` to `^18.3.12`.
Updated dependency `@typescript-eslint/eslint-plugin` to `^7.18.0`.
Updated dependency `@typescript-eslint/parser` to `^7.18.0`.
Updated dependency `eslint-config-sanity` to `^7.1.3`.
Updated dependency `eslint-plugin-react` to `^7.37.2`.
Updated dependency `npm-run-all2` to `^6.2.6`.
Updated dependency `prettier-plugin-packagejson` to `^2.5.3`.
Updated dependency `rimraf` to `^5.0.10`.
Updated dependency `sanity` to `^3.64.1`.
Updated dependency `styled-components` to `^6.1.13`.
Updated dependency `typescript` to `^5.6.3`.
Updated dependency `@shopify/polaris` to `^13.9.1`.
Updated dependency `@sanity/types` to `^3.64.1`.
Updated dependency `@types/lodash` to `^4.17.13`.

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity-range-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontvibe/sanity-plugin-range-slider",
"version": "1.0.9",
"version": "1.0.10",
"type": "module",
"description": "",
"sideEffects": false,
Expand Down
1 change: 1 addition & 0 deletions packages/sanity-range-slider/tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"root":["./src/index.ts","./src/components/RangeSlider.tsx","./src/schemas/sliderSchema.ts","./package.config.ts"],"version":"5.6.3"}

0 comments on commit a7484d3

Please sign in to comment.