Skip to content

Commit

Permalink
chore: 🔧 release v0.6.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
woldtwerk committed Nov 28, 2024
1 parent 6365a88 commit 11eb67b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.6.0-beta.4",
"version": "0.6.0-beta.5",
"private": true,
"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.6.0-beta.4",
"version": "0.6.0-beta.5",
"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.6.0-beta.4",
"version": "0.6.0-beta.5",
"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.6.0-beta.4",
"version": "0.6.0-beta.5",
"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.6.0-beta.4",
"version": "0.6.0-beta.5",
"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.6.0-beta.4",
"version": "0.6.0-beta.5",
"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.6.0-beta.4",
"version": "0.6.0-beta.5",
"type": "drupal-module",
"keywords": [
"Drupal",
Expand Down
2 changes: 1 addition & 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.6.0-beta.4",
"version": "0.6.0-beta.5",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 11eb67b

Please sign in to comment.