File tree Expand file tree Collapse file tree 9 files changed +53
-4
lines changed
Expand file tree Collapse file tree 9 files changed +53
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " test-durable-function " : minor
3+ " azure-function-v3 " : minor
4+ " to-do-api " : minor
5+ ---
6+
7+ Set ` private ` property to ` true ` in the ` package.json `
Original file line number Diff line number Diff line change 1+ {
2+ "mode" : " exit" ,
3+ "tag" : " beta" ,
4+ "initialVersions" : {
5+ "azure-function-v3" : " 0.2.4" ,
6+ "test-durable-function" : " 1.0.10" ,
7+ "to-do-api" : " 0.8.2" ,
8+ "to-do-webapp" : " 0.3.11" ,
9+ "@infra/github-runner" : " 0.1.1" ,
10+ "@infra/identity" : " 0.2.4" ,
11+ "@infra/repository" : " 0.4.2" ,
12+ "@infra/resources" : " 1.3.1" ,
13+ "@to-do/azure-adapters" : " 0.1.2" ,
14+ "@to-do/domain" : " 0.2.1" ,
15+ "@pagopa/typescript-config-node" : " 0.1.0" ,
16+ "@pagopa/typescript-config-react" : " 0.1.0"
17+ },
18+ "changesets" : [
19+ " fast-knives-strive"
20+ ]
21+ }
Original file line number Diff line number Diff line change 5757 git add .
5858 git commit -m "Enter pre-release mode and version packages"
5959 echo "Publishing pre-release packages..."
60- yarn dlx @changesets/cli tag
60+ yarn dlx @changesets/cli publish
6161 git push --follow-tags
6262 echo "Exiting pre-release mode"
6363 yarn dlx @changesets/cli pre exit
Original file line number Diff line number Diff line change 11# azure-function-v3
22
3+ ## 0.3.0-beta.0
4+
5+ ### Minor Changes
6+
7+ - c2931ed: Set ` private ` property to ` true ` in the ` package.json `
8+
39## 0.2.4
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " azure-function-v3" ,
3- "version" : " 0.2.4 " ,
3+ "version" : " 0.3.0-beta.0 " ,
44 "type" : " module" ,
5+ "private" : true ,
56 "main" : " ./dist/main.js" ,
67 "dependencies" : {
78 "@azure/functions" : " ^3.5.1" ,
Original file line number Diff line number Diff line change 11# test-durable
22
3+ ## 1.1.0-beta.0
4+
5+ ### Minor Changes
6+
7+ - c2931ed: Set ` private ` property to ` true ` in the ` package.json `
8+
39## 1.0.10
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " test-durable-function" ,
3- "version" : " 1.0.10 " ,
3+ "version" : " 1.1.0-beta.0 " ,
44 "type" : " module" ,
5+ "private" : true ,
56 "description" : " Azure Function to test TF module for Durable Functions" ,
67 "license" : " MIT" ,
78 "main" : " ./dist/main.js" ,
Original file line number Diff line number Diff line change 11# to-do-api
22
3+ ## 0.9.0-beta.0
4+
5+ ### Minor Changes
6+
7+ - c2931ed: Set ` private ` property to ` true ` in the ` package.json `
8+
39## 0.8.2
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " to-do-api" ,
3- "version" : " 0.8.2 " ,
3+ "version" : " 0.9.0-beta.0 " ,
44 "type" : " module" ,
5+ "private" : true ,
56 "description" : " Azure Function REST API for To Do List" ,
67 "license" : " MIT" ,
78 "main" : " ./dist/main.js" ,
You can’t perform that action at this time.
0 commit comments