Skip to content

Commit bbdf378

Browse files
committed
ci: release plugins
1 parent a851be8 commit bbdf378

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/plugin-antd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enum-plus/plugin-antd",
3-
"version": "1.0.0",
3+
"version": "1.0.0-beta.1",
44
"description": "A plugin for enum-plus that provides functionality to bind enums to Ant Design",
55
"keywords": [
66
"enum",

packages/plugin-react-i18next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enum-plus/plugin-react-i18next",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
44
"description": "A plugin for enum-plus that supports internationalization of enums through react-i18next",
55
"keywords": [
66
"enum",

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enum-plus/plugin-react",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
44
"description": "A plugin for enum-plus that provides React components and hooks for enum handling",
55
"keywords": [
66
"enum",

0 commit comments

Comments
 (0)