Skip to content

Commit c2f7549

Browse files
Version Packages (#7)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @flexion/forms-design@0.2.3 ### Patch Changes - 82bb94d: Make form link in form list optional - f3bc441: More aggressive refresh of forms list on AvailableFormList ## @flexion/forms-server@0.2.3 ### Patch Changes - Updated dependencies [82bb94d] - Updated dependencies [f3bc441] - @flexion/forms-design@0.2.3 ## @flexion/forms-sandbox@0.2.3 ### Patch Changes - @flexion/forms-server@0.2.3 ## @flexion/forms-server-doj@0.2.3 ### Patch Changes - @flexion/forms-server@0.2.3 ## @flexion/forms-spotlight@0.2.3 ### Patch Changes - Updated dependencies [82bb94d] - Updated dependencies [f3bc441] - @flexion/forms-design@0.2.3 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 82bb94d commit c2f7549

12 files changed

Lines changed: 40 additions & 15 deletions

File tree

.changeset/heavy-rooms-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-facts-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/sandbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gsa-tts/forms-server-doj
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- @flexion/forms-server@0.2.3
8+
39
## 0.2.2
410

511
### Patch Changes

apps/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flexion/forms-sandbox",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Form server sandbox for evaluating functionality.",
55
"type": "module",
66
"license": "CC0",

apps/server-doj/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gsa-tts/forms-server-doj
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- @flexion/forms-server@0.2.3
8+
39
## 0.2.2
410

511
### Patch Changes

apps/server-doj/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flexion/forms-server-doj",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Form server instance for DOJ",
55
"type": "module",
66
"license": "CC0",

apps/spotlight/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gsa-tts/forms-spotlight
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [82bb94d]
8+
- Updated dependencies [f3bc441]
9+
- @flexion/forms-design@0.2.3
10+
311
## 0.2.2
412

513
### Patch Changes

apps/spotlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flexion/forms-spotlight",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"private": true,
66
"publishConfig": {
77
"registry": "https://npm.pkg.github.com"

packages/design/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gsa-tts/forms-design
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 82bb94d: Make form link in form list optional
8+
- f3bc441: More aggressive refresh of forms list on AvailableFormList
9+
310
## 0.2.2
411

512
### Patch Changes

packages/design/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flexion/forms-design",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)