Skip to content

Commit

Permalink
chore: Fix the packages versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Nov 5, 2024
1 parent e9924c0 commit aca177c
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion packages/blockera-admin/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/blockera-admin",
"version": "0.9.2",
"version": "1.0.0",
"description": "The blockera admin menus on WordPress admin dashboard.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blockera-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/blockera-admin",
"version": "0.9.2",
"version": "1.0.0",
"description": "The blockera admin menus on WordPress admin dashboard.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockera/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/blockera",
"version": "0.9.2",
"version": "1.0.0",
"description": "The bootstrapper for blockera php application for WordPress in admin and front-end sides.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blockera/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/blockera",
"version": "0.9.2",
"version": "1.0.0",
"description": "The bootstrapper for blockera react application for WordPress site and block editors.",
"author": "The Blockera Core Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/core/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/blocks-core",
"version": "0.9.2",
"version": "1.0.0",
"description": "The WordPress core blocks package for Blockera editor.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/blocks-core",
"version": "0.9.2",
"version": "1.0.0",
"description": "A blocks package to includes all core blocks and third-party blocks to compatible with blockera extensions.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/bootstrap",
"version": "0.9.2",
"version": "1.0.0",
"description": "The initializer blockera any application on wordpress site.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/bootstrap",
"version": "0.9.2",
"version": "1.0.0",
"description": "The initializer react application on wordpress site and block editor.",
"author": "The Blockera Core Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/classnames/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/classnames",
"version": "0.9.2",
"version": "1.0.0",
"description": "Css classnames generator for Blockera Core.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/controls",
"version": "0.9.2",
"version": "1.0.0",
"description": "UI react.js components as controls for Blockera Core.",
"author": "The Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-editor/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/data-editor",
"version": "0.9.2",
"version": "1.0.0",
"description": "Blockera Data Editor package to access all property value with tokenized string.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/data-editor",
"version": "0.9.2",
"version": "1.0.0",
"description": "Blockera Data Editor package to access and manipulate all property value with tokenized string.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/data/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/data",
"version": "0.9.2",
"version": "1.0.0",
"description": "Core Data is a data module intended to simplify access and manipulation to core WordPress and entities.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/data",
"version": "0.9.2",
"version": "1.0.0",
"description": "Core Data is a data module intended to simplify access and manipulation to core WordPress and entities.",
"author": "The Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/dev-cypress",
"version": "0.9.2",
"version": "1.0.0",
"description": "Blockera Cypress config and helpers",
"main": "js/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/dev-jest",
"version": "0.9.2",
"version": "1.0.0",
"description": "Blockera Jest config and mocks",
"main": "js/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-phpunit/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/dev-phpunit",
"version": "0.9.2",
"version": "1.0.0",
"description": "The development phpunit package of blockera",
"autoload-dev": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-phpunit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/dev-phpunit",
"version": "0.9.2",
"version": "1.0.0",
"description": "Blockera PHPUnit package.",
"author": "The Blockera Core Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/dev-storybook",
"version": "0.9.2",
"version": "1.0.0",
"description": "Blockera Storybook Default Modules",
"main": "js/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/dev-tools",
"version": "0.9.2",
"version": "1.0.0",
"description": "Blockera DevTools for developers",
"main": "js/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/editor",
"version": "0.9.2",
"version": "1.0.0",
"description": "Blockera Editor php package to implements WordPress block and site editor functionalities on admin and front-end.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/editor",
"version": "0.9.2",
"version": "1.0.0",
"description": "A editor package to includes high level components inside WordPress Block Editor.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/env",
"version": "0.9.2",
"version": "1.0.0",
"description": "The env package to read environment variables of json related files at the root of any project.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/env",
"version": "0.9.2",
"version": "1.0.0",
"description": "The env package to read environment variables of json related files at the root of any project.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/exceptions/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/exceptions",
"version": "0.9.2",
"version": "1.0.0",
"description": "The blockera exceptions package.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/exceptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/exceptions",
"version": "0.9.2",
"version": "1.0.0",
"description": "Blockera exceptions package.",
"author": "The Blockera Core Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/http",
"version": "0.9.2",
"version": "1.0.0",
"description": "The blockera http abstraction package.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/http",
"version": "0.9.2",
"version": "1.0.0",
"description": "Blockera http package.",
"author": "The Blockera Core Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/icons",
"version": "0.9.2",
"version": "1.0.0",
"description": "The blockera icons package.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/storage",
"version": "0.9.2",
"version": "1.0.0",
"description": "Core storage module intended to simplify CRUD operations in Blockera database.",
"author": "The Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/telemetry",
"version": "0.9.2",
"version": "1.0.0",
"description": "The telemetry system for blockera products by collecting necessary data of user and website to connect with Blockera API.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/telemetry",
"version": "0.9.2",
"version": "1.0.0",
"description": "The telemetry system for blockera products to connect with api.blockera.ai site with beautiful UI.",
"author": "The Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/utils",
"version": "0.9.2",
"version": "1.0.0",
"description": "The utilities for JavaScript and PHP blockera applications.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/utils",
"version": "0.9.2",
"version": "1.0.0",
"description": "The utilities for JavaScript and PHP blockera applications.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/wordpress/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockera/wordpress",
"version": "0.9.2",
"version": "1.0.0",
"description": "The utilities for blockera on WordPress CMS.",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/wordpress",
"version": "0.9.2",
"version": "1.0.0",
"description": "The utilities for blockera on WordPress CMS.",
"author": "The Blockera Contributors",
"license": "ISC",
Expand Down

0 comments on commit aca177c

Please sign in to comment.