8000 Version Packages (#546) · svelte-add/svelte-add@746a1d3 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 746a1d3

Browse files
Version Packages (#546)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 22a34b9 commit 746a1d3

File tree

20 files changed

+126
-70
lines changed

20 files changed

+126
-70
lines changed

.changeset/gentle-pens-shout.md

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

.changeset/warm-bikes-invent.md

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

packages/ast-manipulation/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @svelte-add/ast-manipulation
22

3+
## 2.2.4
4+
5+
### Patch Changes
6+
7+
- chore: fix repository urls ([#545](https://github.com/svelte-add/svelte-add/pull/545))
8+
9+
- Updated dependencies [[`22a34b97c90b3f43f16dc32ca59aa93f187e5edc`](https://github.com/svelte-add/svelte-add/commit/22a34b97c90b3f43f16dc32ca59aa93f187e5edc)]:
10+
- @svelte-add/ast-tooling@2.1.7
11+
312
## 2.2.3
413

514
### Patch Changes

packages/ast-manipulation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelte-add/ast-manipulation",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"license": "MIT",
55
"type": "module",
66
"exports": {

packages/ast-tooling/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @svelte-add/ast-tooling
22

3+
## 2.1.7
4+
5+
### Patch Changes
6+
7+
- chore: fix repository urls ([#545](https://github.com/svelte-add/svelte-add/pull/545))
8+
39
## 2.1.6
410

511
### Patch Changes

packages/ast-tooling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelte-add/ast-tooling",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"license": "MIT",
55
"type": "module",
66
"exports": {

packages/clack-core/CHANGELOG.md

Lines changed: 50 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,205 +1,211 @@
11
# @clack/core
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- chore: fix repository urls ([#545](https://github.com/svelte-add/svelte-add/pull/545))
8+
39
## 0.4.1
410

511
### Patch Changes
612

7-
- chore: consolidate adders into one package ([#446](https://github.com/svelte-add/svelte-add/pull/446))
13+
- chore: consolidate adders into one package ([#446](https://github.com/svelte-add/svelte-add/pull/446))
814

915
## 0.4.0
1016

1117
### Minor Changes
1218

13-
- 127b7f0: feat: added `selectableGroups` option for inactive group headers for `GroupMultiSelectPrompt`
19+
- 127b7f0: feat: added `selectableGroups` option for inactive group headers for `GroupMultiSelectPrompt`
1420

1521
## 0.3.4
1622

1723
### Patch Changes
1824

19-
- a04e418: fix(@clack/core): keyboard input not working after await in spinner
20-
- 4f6fcf5: feat(@clack/core): allow tab completion for placeholders
25+
- a04e418: fix(@clack/core): keyboard input not working after await in spinner
26+
- 4f6fcf5: feat(@clack/core): allow tab completion for placeholders
2127

2228
## 0.3.3
2329

2430
### Patch Changes
2531

26-
- cd79076: fix: restore raw mode on unblock
32+
- cd79076: fix: restore raw mode on unblock
2733

2834
## 0.3.2
2935

3036
### Patch Changes
3137

32-
- c96eda5: Enable hard line-wrapping behavior for long words without spaces
38+
- c96eda5: Enable hard line-wrapping behavior for long words without spaces
3339

3440
## 0.3.1
3541

3642
### Patch Changes
3743

38-
- 58a1df1: Fix line duplication bug by automatically wrapping prompts to `process.stdout.columns`
44+
- 58a1df1: Fix line duplication bug by automatically wrapping prompts to `process.stdout.columns`
3945

4046
## 0.3.0
4147

4248
### Minor Changes
4349

44-
- 8a4a12f: Add `GroupMultiSelect` prompt
50+
- 8a4a12f: Add `GroupMultiSelect` prompt
4551

4652
### Patch Changes
4753

48-
- 8a4a12f: add `groupMultiselect` prompt
54+
- 8a4a12f: add `groupMultiselect` prompt
4955

5056
## 0.2.1
5157

5258
### Patch Changes
5359

54-
- ec812b6: fix `readline` hang on Windows
60+
- ec812b6: fix `readline` hang on Windows
5561

5662
## 0.2.0
5763

5864
### Minor Changes
5965

60-
- d74dd05: Adds a `selectKey` prompt type
61-
- 54c1bc3: **Breaking Change** `multiselect` has renamed `initialValue` to `initialValues`
66+
- d74dd05: Adds a `selectKey` prompt type
67+
- 54c1bc3: **Breaking Change** `multiselect` has renamed `initialValue` to `initialValues`
6268

6369
## 0.1.9
6470

6571
### Patch Changes
6672

67-
- 1251132: Multiselect: return `Value[]` instead of `Option[]`.
68-
- 8994382: Add a password prompt to `@clack/prompts`
73+
- 1251132: Multiselect: return `Value[]` instead of `Option[]`.
74+
- 8994382: Add a password prompt to `@clack/prompts`
6975

7076
## 0.1.8
7177

7278
### Patch Changes
7379

74-
- d96071c: Don't mutate `initialValue` in `multiselect`, fix parameter type for `validate()`.
80+
- d96071c: Don't mutate `initialValue` in `multiselect`, fix parameter type for `validate()`.
7581

76-
Credits to @banjo for the bug report and initial PR!
82+
Credits to @banjo for the bug report and initial PR!
7783

7884
## 0.1.7
7985

8086
### Patch Changes
8187

82-
- 6d9e675: Add support for neovim cursor motion (`hjkl`)
88+
- 6d9e675: Add support for neovim cursor motion (`hjkl`)
8389

84-
Thanks [@esau-morais](https://github.com/esau-morais) for the assist!
90+
Thanks [@esau-morais](https://github.com/esau-morais) for the assist!
8591

8692
## 0.1.6
8793

8894
### Patch Changes
8995

90-
- 7fb5375: Adds a new `defaultValue` option to the text prompt, removes automatic usage of the placeholder value.
96+
- 7fb5375: Adds a new `defaultValue` option to the text prompt, removes automatic usage of the placeholder value.
9197

9298
## 0.1.5
9399

94100
### Patch Changes
95101

96-
- de1314e: Support `required` option for multi-select
102+
- de1314e: Support `required` option for multi-select
97103

98104
## 0.1.4
99105

100106
### Patch Changes
101107

102-
- ca77da1: Fix multiselect initial value logic
103-
- 8aed606: Fix `MaxListenersExceededWarning` by detaching `stdin` listeners on close
108+
- ca77da1: Fix multiselect initial value logic
109+
- 8aed606: Fix `MaxListenersExceededWarning` by detaching `stdin` listeners on close
104110

105111
## 0.1.3
106112

107113
### Patch Changes
108114

109-
- a99c458: Support `initialValue` option for text prompt
115+
- a99c458: Support `initialValue` option for text prompt
110116

111117
## 0.1.2
112118

113119
### Patch Changes
114120

115-
- Allow isCancel to type guard any unknown value
116-
- 7dcad8f: Allow placeholder to be passed to TextPrompt
117-
- 2242f13: Fix multiselect returning undefined
118-
- b1341d6: Improved placeholder handling
121+
- Allow isCancel to type guard any unknown value
122+
- 7dcad8f: Allow placeholder to be passed to TextPrompt
123+
- 2242f13: Fix multiselect returning undefined
124+
- b1341d6: Improved placeholder handling
119125

120126
## 0.1.1
121127

122128
### Patch Changes
123129

124-
- 4be7dbf: Ensure raw mode is unset on submit
125-
- b480679: Preserve value if validation fails
130+
- 4be7dbf: Ensure raw mode is unset on submit
131+
- b480679: Preserve value if validation fails
126132

127133
## 0.1.0
128134

129135
### Minor Changes
130136

131-
- 7015ec9: Create new prompt: multi-select
137+
- 7015ec9: Create new prompt: multi-select
132138

133139
## 0.0.12
134140

135141
### Patch Changes
136142

137-
- 9d371c3: Fix rendering bug when using y/n to confirm
143+
- 9d371c3: Fix rendering bug when using y/n to confirm
138144

139145
## 0.0.11
140146

141147
### Patch Changes
142148

143-
- 441d5b7: fix select return undefined
144-
- d20ef2a: Update keywords, URLs
145-
- fe13c2f: fix cursor missing after submit
149+
- 441d5b7: fix select return undefined
150+
- d20ef2a: Update keywords, URLs
151+
- fe13c2f: fix cursor missing after submit
146152

147153
## 0.0.10
148154

149155
### Patch Changes
150156

151-
- a0cb382: Add `main` entrypoint
157+
- a0cb382: Add `main` entrypoint
152158

153159
## 0.0.9
154160

155161
### Patch Changes
156162

157-
- Fix node@16 issue (cannot read "createInterface" of undefined)
163+
- Fix node@16 issue (cannot read "createInterface" of undefined)
158164

159165
## 0.0.8
160166

161167
### Patch Changes
162168

163-
- a4b5e13: Bug fixes, exposes `block` utility
169+
- a4b5e13: Bug fixes, exposes `block` utility
164170

165171
## 0.0.7
166172

167173
### Patch Changes
168174

169-
- Fix cursor bug
175+
- Fix cursor bug
170176

171177
## 0.0.6
172178

173179
### Patch Changes
174180

175-
- Fix error with character check
181+
- Fix error with character check
176182

177183
## 0.0.5
178184

179185
### Patch Changes
180186

181-
- 491f9e0: update readme
187+
- 491f9e0: update readme
182188

183189
## 0.0.4
184190

185191
### Patch Changes
186192

187-
- 7372d5c: Fix bug with line deletion
193+
- 7372d5c: Fix bug with line deletion
188194

189195
## 0.0.3
190196

191197
### Patch Changes
192198

193-
- 5605d28: Do not bundle dependencies (take II)
199+
- 5605d28: Do not bundle dependencies (take II)
194200

195201
## 0.0.2
196202

197203
### Patch Changes
198204

199-
- 2ee67cb: don't bundle deps
205+
- 2ee67cb: don't bundle deps
200206

201207
## 0.0.1
202208

203209
### Patch Changes
204210

205-
- 306598e: Initial publish, still WIP
211+
- 306598e: Initial publish, still WIP

packages/clack-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svelte-add/clack-core",
33
"private": true,
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"type": "module",
66
"module": "./build/index.mjs",
77
"exports": {

packages/clack-prompts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @clack/prompts
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- chore: fix repository urls ([#545](https://github.com/svelte-add/svelte-add/pull/545))
8+
39
## 0.9.0
410

511
### Minor Changes

packages/clack-prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@svelte-add/clack-prompts",
33
"private": true,
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"type": "module",
66
"module": "./build/index.js",
77
"exports": {

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte-add
22

3+
## 2.7.3
4+
5+
### Patch Changes
6+
7+
- chore: add cli repository details ([#545](https://github.com/svelte-add/svelte-add/pull/545))
8+
9+
- chore: fix repository urls ([#545](https://github.com/svelte-add/svelte-add/pull/545))
10+
11+
- Updated dependencies [[`22a34b97c90b3f43f16dc32ca59aa93f187e5edc`](https://github.com/svelte-add/svelte-add/commit/22a34b97c90b3f43f16dc32ca59aa93f187e5edc)]:
12+
- @svelte-add/config@1.5.2
13+
- @svelte-add/core@2.10.4
14+
315
## 2.7.2
416

517
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-add",
3-
"version": "2.7.2",
3+
"version": "2.7.3",
44
"bin": "build/index.js",
55
"type": "module",
66
"files": [

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @svelte-add/config
22

3+
## 1.5.2
4+
5+
### Patch Changes
6+
7+
- chore: fix repository urls ([#545](https://github.com/svelte-add/svelte-add/pull/545))
8+
39
## 1.5.1
410

511
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelte-add/config",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "MIT",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)
0