Skip to content

Commit

Permalink
chore: release v1.0.0-beta.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Oct 19, 2023
1 parent 4506200 commit f7cd05b
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion integrations/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/astro",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"private": true,
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/browser",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion integrations/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/language-server",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "Pinceau language server providing hints on tokens values and other features.",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/nuxt",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion integrations/pinceau/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinceau",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion integrations/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/react",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion integrations/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/repl",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"private": true,
"description": "Pinceau component for editing Pinceau components.",
"homepage": "https://github.com/Tahul/pinceau#readme",
Expand Down
2 changes: 1 addition & 1 deletion integrations/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/svelte",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion integrations/volar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/volar",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion integrations/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pinceau/vscode",
"displayName": "Pinceau",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "IntelliSense integration for Pinceau features.",
"categories": [
"Other"
Expand Down
2 changes: 1 addition & 1 deletion integrations/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/vue",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/monorepo",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"private": true,
"description": "Make your <script> lighter and your <style> smarter.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/configs",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"private": true,
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/core",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/integration",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/outputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/outputs",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/palette/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/palette",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/runtime",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/stringify",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/style",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinceau/theme",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
Expand Down

0 comments on commit f7cd05b

Please sign in to comment.