Skip to content

Commit

Permalink
@automattic/calypso-products: Bump version to 1.2.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur791004 committed Oct 17, 2024
1 parent 133769c commit b94730b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/calypso-products/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/calypso-products",
"version": "1.2.0",
"version": "1.2.1-rc.1",
"description": "This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -9,7 +9,7 @@
"sideEffects": false,
"scripts": {
"clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist",
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && run -T copy-assets",
"prepare": "yarn run build",
"prepack": "yarn run clean && yarn run build",
"watch": "tsc --build ./tsconfig.json --watch"
Expand Down

0 comments on commit b94730b

Please sign in to comment.