Skip to content

Commit

Permalink
chore: 🔧 release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
woldtwerk committed Oct 4, 2023
1 parent 9b31d60 commit c9ef1e6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ueberbit/uebertool",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"packageManager": "pnpm@7.33.6",
"author": {
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.2.1",
"version": "0.2.2",
"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,6 +1,6 @@
{
"name": "@ueberbit/eslint-config-drupal",
"version": "0.2.1",
"version": "0.2.2",
"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,6 +1,6 @@
{
"name": "@ueberbit/eslint-config",
"version": "0.2.1",
"version": "0.2.2",
"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.2.1",
"version": "0.2.2",
"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.2.1",
"version": "0.2.2",
"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.2.1",
"version": "0.2.2",
"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.2.1",
"version": "0.2.2",
"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.2.1",
"version": "0.2.2",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c9ef1e6

Please sign in to comment.