Skip to content

Commit

Permalink
chore: 🔧 release v0.5.0-beta.28
Browse files Browse the repository at this point in the history
  • Loading branch information
woldtwerk committed Oct 1, 2024
1 parent 8d0ad0c commit 800fdfa
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ueberbit/uebertool",
"type": "module",
"version": "0.5.0-beta.27",
"version": "0.5.0-beta.28",
"private": true,
"author": {
"name": "UEBERBIT GmbH",
Expand Down
2 changes: 1 addition & 1 deletion packages/drupal-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ueberbit/drupal-storybook",
"version": "0.5.0-beta.27",
"version": "0.5.0-beta.28",
"description": "",
"author": {
"name": "UEBERBIT GmbH",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ueberbit/eslint-config-drupal",
"type": "module",
"version": "0.5.0-beta.27",
"version": "0.5.0-beta.28",
"description": "UEBERBIT ESLint config for Drupal",
"author": {
"name": "UEBERBIT GmbH",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ueberbit/eslint-config",
"type": "module",
"version": "0.5.0-beta.27",
"version": "0.5.0-beta.28",
"description": "UEBERBIT ESLint config",
"author": {
"name": "UEBERBIT GmbH",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ueberbit/postcss",
"version": "0.5.0-beta.27",
"version": "0.5.0-beta.28",
"exports": {
"./stripcolor": {
"types": "./dist/plugins/stripcolor.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ueberbit/stylelint-config",
"version": "0.5.0-beta.27",
"version": "0.5.0-beta.28",
"description": "UEBERBIT StyleLint config",
"author": {
"name": "UEBERBIT GmbH",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ueberbit/tailwind",
"version": "0.5.0-beta.27",
"version": "0.5.0-beta.28",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/uebertool-companion/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ueberbit/uebertool_companion",
"description": "Companion Module for the UEbertool",
"version": "0.5.0-beta.27",
"version": "0.5.0-beta.28",
"type": "drupal-module",
"keywords": [
"Drupal",
Expand Down
3 changes: 2 additions & 1 deletion packages/vite-plugin-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ueberbit/vite-plugin-drupal",
"version": "0.5.0-beta.27",
"version": "0.5.0-beta.28",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand All @@ -24,6 +24,7 @@
"files": [
"bin",
"dist",
"static",
"types"
],
"engines": {
Expand Down

0 comments on commit 800fdfa

Please sign in to comment.