Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dangmai committed Oct 28, 2024
1 parent 18f4599 commit b24f421
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo-prettier-plugin-apex",
"version": "2.2.0-beta.8",
"version": "2.2.0",
"description": "Monorepo for the Prettier Apex project",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prettier-apex/apex-ast-serializer-darwin-arm64",
"version": "2.2.0-beta.8",
"version": "2.2.0",
"description": "The macOS ARM 64-bit binary of Apex AST Serializer",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prettier-apex/apex-ast-serializer-darwin-x64",
"version": "2.2.0-beta.8",
"version": "2.2.0",
"description": "The macOS x64 binary of Apex AST Serializer",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prettier-apex/apex-ast-serializer-linux-x64",
"version": "2.2.0-beta.8",
"version": "2.2.0",
"description": "The Linux x64 binary of Apex AST Serializer",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prettier-apex/apex-ast-serializer-win32-x64",
"version": "2.2.0-beta.8",
"version": "2.2.0",
"description": "The Windows x64 binary of Apex AST Serializer",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-apex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-apex",
"version": "2.2.0-beta.8",
"version": "2.2.0",
"description": "Salesforce Apex plugin for Prettier",
"type": "module",
"exports": "./dist/src/index.js",
Expand Down

0 comments on commit b24f421

Please sign in to comment.