1 | # @changesets/config
|
2 |
|
3 | ## 1.6.0
|
4 |
|
5 | ### Minor Changes
|
6 |
|
7 | - [#542](https://github.com/atlassian/changesets/pull/542) [`de2b4a5`](https://github.com/atlassian/changesets/commit/de2b4a5a7b244a37d94625bcb70ecde9dde5b612) Thanks [@Andarist](https://github.com/Andarist)! - A new `updateInternalDependents` experimental option has been added. It can be used to add dependent packages to the release (if they are not already a part of it) with patch bumps. To use it you can add this to your config:
|
8 |
|
9 | ```json
|
10 | {
|
11 | "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
12 | "updateInternalDependents": "always"
|
13 | }
|
14 | }
|
15 | ```
|
16 |
|
17 | This option accepts two values - `"always"` and `"out-of-range"` (the latter matches the current default behavior).
|
18 |
|
19 | ### Patch Changes
|
20 |
|
21 | - Updated dependencies [[`de2b4a5`](https://github.com/atlassian/changesets/commit/de2b4a5a7b244a37d94625bcb70ecde9dde5b612)]:
|
22 | - @changesets/types@4.0.0
|
23 | - @changesets/get-dependents-graph@1.2.1
|
24 |
|
25 | ## 1.5.0
|
26 |
|
27 | ### Minor Changes
|
28 |
|
29 | - [`12f9a43`](https://github.com/atlassian/changesets/commit/12f9a433a6c3ac38f9405fcd77c9108c423d7101) [#507](https://github.com/atlassian/changesets/pull/507) Thanks [@zkochan](https://github.com/zkochan)! - New setting added: bumpVersionsWithWorkspaceProtocolOnly. When it is set to `true`, versions are bumped in `dependencies`, only if those versions are prefixed by the workspace protocol. For instance, `"foo": "workspace:^1.0.0"`.
|
30 |
|
31 | ### Patch Changes
|
32 |
|
33 | - Updated dependencies [[`12f9a43`](https://github.com/atlassian/changesets/commit/12f9a433a6c3ac38f9405fcd77c9108c423d7101)]:
|
34 | - @changesets/get-dependents-graph@1.2.0
|
35 | - @changesets/types@3.3.0
|
36 |
|
37 | ## 1.4.0
|
38 |
|
39 | ### Minor Changes
|
40 |
|
41 | - [`e33e4ca`](https://github.com/atlassian/changesets/commit/e33e4ca7e71ba7747e21af5011057f11ddfab939) [#458](https://github.com/atlassian/changesets/pull/458) Thanks [@emmenko](https://github.com/emmenko)! - Allow glob expressions to be provided for the `linked` and `ignore` options
|
42 |
|
43 | ### Patch Changes
|
44 |
|
45 | - Updated dependencies [[`f4973a2`](https://github.com/atlassian/changesets/commit/f4973a25ec6a837f36d64c1fb4b108ace3bc1f9d)]:
|
46 | - @changesets/types@3.2.0
|
47 |
|
48 | ## 1.3.0
|
49 |
|
50 | ### Minor Changes
|
51 |
|
52 | - [`377f5c3`](https://github.com/atlassian/changesets/commit/377f5c385ad9db4ff8458f159e2d452c39828567) [#393](https://github.com/atlassian/changesets/pull/393) Thanks [@Andarist](https://github.com/Andarist)! - Added `updateInternalDependencies` and `ignore` options to the JSON schema.
|
53 |
|
54 | ### Patch Changes
|
55 |
|
56 | - [`377f5c3`](https://github.com/atlassian/changesets/commit/377f5c385ad9db4ff8458f159e2d452c39828567) [#393](https://github.com/atlassian/changesets/pull/393) Thanks [@Andarist](https://github.com/Andarist)! - Removed experimental flags from `defaultWrittenConfig`. They were added there by mistake.
|
57 |
|
58 | ## 1.2.0
|
59 |
|
60 | ### Minor Changes
|
61 |
|
62 | - [`9dcc364`](https://github.com/atlassian/changesets/commit/9dcc364bf19e48f8f2824ebaf967d9ef41b6fc04) [#371](https://github.com/atlassian/changesets/pull/371) Thanks [@Feiyang1](https://github.com/Feiyang1)! - Add `ignore` config option to configure ignored packages. The versions of ignored packages will not be bumped during a release, but their dependencies will still be bumped normally.
|
63 |
|
64 | ### Patch Changes
|
65 |
|
66 | - [`addd725`](https://github.com/atlassian/changesets/commit/addd7256d9251d999251a7c16c0a0b068d557b5d) [#383](https://github.com/atlassian/changesets/pull/383) Thanks [@Feiyang1](https://github.com/Feiyang1)! - Added an experimental flag `onlyUpdatePeerDependentsWhenOutOfRange`. When set to `true`, we only bump peer dependents when peerDependencies are leaving range.
|
67 |
|
68 | - Updated dependencies [[`addd725`](https://github.com/atlassian/changesets/commit/addd7256d9251d999251a7c16c0a0b068d557b5d), [`9dcc364`](https://github.com/atlassian/changesets/commit/9dcc364bf19e48f8f2824ebaf967d9ef41b6fc04)]:
|
69 | - @changesets/types@3.1.0
|
70 |
|
71 | ## 1.1.0
|
72 |
|
73 | ### Minor Changes
|
74 |
|
75 | - [`2b49d66`](https://github.com/atlassian/changesets/commit/2b49d668ecaa1333bc5c7c5be4648dda1b11528d) [#358](https://github.com/atlassian/changesets/pull/358) Thanks [@Blasz](https://github.com/Blasz)! - Add new updateInternalDependencies config option to disable auto bumping of internal dependencies in the same release if the dependency was only patch bumped
|
76 |
|
77 | ### Patch Changes
|
78 |
|
79 | - Updated dependencies [[`2b49d66`](https://github.com/atlassian/changesets/commit/2b49d668ecaa1333bc5c7c5be4648dda1b11528d)]:
|
80 | - @changesets/types@3.0.0
|
81 |
|
82 | ## 1.0.3
|
83 |
|
84 | ### Patch Changes
|
85 |
|
86 | - [`1706fb7`](https://github.com/atlassian/changesets/commit/1706fb751ecc2f5a792c42f467b2063078d58716) [#321](https://github.com/atlassian/changesets/pull/321) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fix TypeScript declarations
|
87 |
|
88 | - Updated dependencies [[`1706fb7`](https://github.com/atlassian/changesets/commit/1706fb751ecc2f5a792c42f467b2063078d58716)]:
|
89 | - @changesets/errors@0.1.4
|
90 | - @changesets/logger@0.0.5
|
91 | - @changesets/types@2.0.1
|
92 |
|
93 | ## 1.0.2
|
94 |
|
95 | ### Patch Changes
|
96 |
|
97 | - Updated dependencies [[`011d57f`](https://github.com/atlassian/changesets/commit/011d57f1edf9e37f75a8bef4f918e72166af096e)]:
|
98 | - @changesets/types@2.0.0
|
99 |
|
100 | ## 1.0.1
|
101 |
|
102 | ### Patch Changes
|
103 |
|
104 | - [`04ddfd7`](https://github.com/atlassian/changesets/commit/04ddfd7c3acbfb84ef9c92873fe7f9dea1f5145c) [#305](https://github.com/atlassian/changesets/pull/305) Thanks [@Noviny](https://github.com/Noviny)! - Add link to changelog in readme
|
105 |
|
106 | * [`b49e1cf`](https://github.com/atlassian/changesets/commit/b49e1cff65dca7fe9e341a35aa91704aa0e51cb3) [#306](https://github.com/atlassian/changesets/pull/306) Thanks [@Andarist](https://github.com/Andarist)! - Ignore `node_modules` when glob searching for packages. This fixes an issue with package cycles.
|
107 |
|
108 | * Updated dependencies [[`04ddfd7`](https://github.com/atlassian/changesets/commit/04ddfd7c3acbfb84ef9c92873fe7f9dea1f5145c), [`e56928b`](https://github.com/atlassian/changesets/commit/e56928bbd6f9096def06ac37487bdbf28efec9d1)]:
|
109 | - @changesets/errors@0.1.3
|
110 | - @changesets/logger@0.0.4
|
111 | - @changesets/types@1.0.1
|
112 |
|
113 | ## 1.0.0
|
114 |
|
115 | ### Major Changes
|
116 |
|
117 | - [`cc8c921`](https://github.com/atlassian/changesets/commit/cc8c92143d4c4b7cca8b9917dfc830a40b5cda20) [#290](https://github.com/atlassian/changesets/pull/290) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Accept `Packages` object from `@manypkg/get-workspaces` instead of `Workspace[]` from `get-workspaces`
|
118 |
|
119 | ### Patch Changes
|
120 |
|
121 | - Updated dependencies [[`41e2e3d`](https://github.com/atlassian/changesets/commit/41e2e3dd1053ff2f35a1a07e60793c9099f26997), [`cc8c921`](https://github.com/atlassian/changesets/commit/cc8c92143d4c4b7cca8b9917dfc830a40b5cda20), [`cc8c921`](https://github.com/atlassian/changesets/commit/cc8c92143d4c4b7cca8b9917dfc830a40b5cda20), [`2363366`](https://github.com/atlassian/changesets/commit/2363366756d1b15bddf6d803911baccfca03cbdf)]:
|
122 | - @changesets/types@1.0.0
|
123 |
|
124 | ## 0.3.0
|
125 |
|
126 | ### Minor Changes
|
127 |
|
128 | - [`bca8865`](https://github.com/atlassian/changesets/commit/bca88652d38caa31e789c4564230ba0b49562ad2) [#221](https://github.com/atlassian/changesets/pull/221) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added support for `baseBranch` option which specifies what branch Changesets should use when determining what packages have changed
|
129 |
|
130 | ## 0.2.4
|
131 |
|
132 | ### Patch Changes
|
133 |
|
134 | - Updated dependencies [[`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a)]:
|
135 | - @changesets/logger@0.0.3
|
136 |
|
137 | ## 0.2.3
|
138 |
|
139 | ### Patch Changes
|
140 |
|
141 | - Updated dependencies [[`8f0a1ef`](https://github.com/atlassian/changesets/commit/8f0a1ef327563512f471677ef0ca99d30da009c0), [`8f0a1ef`](https://github.com/atlassian/changesets/commit/8f0a1ef327563512f471677ef0ca99d30da009c0), [`8f0a1ef`](https://github.com/atlassian/changesets/commit/8f0a1ef327563512f471677ef0ca99d30da009c0)]:
|
142 | - @changesets/types@0.4.0
|
143 | - @changesets/errors@0.1.2
|
144 | - @changesets/logger@0.0.2
|
145 |
|
146 | ## 0.2.2
|
147 |
|
148 | ### Patch Changes
|
149 |
|
150 | - [`5ababa0`](https://github.com/atlassian/changesets/commit/5ababa08c8ea5ee3b4ff92253e2e752a5976cd27) [#201](https://github.com/atlassian/changesets/pull/201) Thanks [@ajaymathur](https://github.com/ajaymathur)! - Updated to use the Error classes from the @changesets/errors package
|
151 |
|
152 | * [`a679b1d`](https://github.com/atlassian/changesets/commit/a679b1dcdcb56652d31536e2d6326ba02a9dfe62) [#204](https://github.com/atlassian/changesets/pull/204) Thanks [@Andarist](https://github.com/Andarist)! - Correctly handle the 'access' flag for packages
|
153 |
|
154 | Previously, we had access as "public" or "private", access "private" isn't valid. This was a confusing because there are three states for publishing a package:
|
155 |
|
156 | - `private: true` - the package will not be published to npm (worked)
|
157 | - `access: public` - the package will be publicly published to npm (even if it uses a scope) (worked)
|
158 | - `access: restricted` - the package will be published to npm, but only visible/accessible by those who are part of the scope. This technically worked, but we were passing the wrong bit of information in.
|
159 |
|
160 | Now, we pass the correct access options `public` or `restricted`.
|
161 |
|
162 | * Updated dependencies [[`51a0d76`](https://github.com/atlassian/changesets/commit/51a0d766c7064b4c6a9d1490593522c6fcd02929), [`a679b1d`](https://github.com/atlassian/changesets/commit/a679b1dcdcb56652d31536e2d6326ba02a9dfe62), [`5ababa0`](https://github.com/atlassian/changesets/commit/5ababa08c8ea5ee3b4ff92253e2e752a5976cd27)]:
|
163 | - @changesets/logger@0.0.1
|
164 | - @changesets/types@0.3.1
|
165 | - @changesets/errors@0.1.1
|
166 |
|
167 | ## 0.2.1
|
168 |
|
169 | ### Patch Changes
|
170 |
|
171 | - Updated dependencies [8c43fa0, 1ff73b7]:
|
172 | - @changesets/types@0.3.0
|
173 |
|
174 | ## 0.2.0
|
175 |
|
176 | ### Minor Changes
|
177 |
|
178 | - [296a6731](https://github.com/atlassian/changesets/commit/296a6731) - Safety bump: Towards the end of preparing changesets v2, there was a lot of chaos - this bump is to ensure every package on npm matches what is found in the repository.
|
179 |
|
180 | ### Patch Changes
|
181 |
|
182 | - Updated dependencies [296a6731]:
|
183 | - @changesets/types@0.2.0
|
184 |
|
185 | ## 0.1.2
|
186 |
|
187 | ### Patch Changes
|
188 |
|
189 | - [a15abbf9](https://github.com/changesets/changesets/commit/a15abbf9) - Previous release shipped unbuilt code - fixing that
|
190 |
|
191 | ## 0.1.0
|
192 |
|
193 | ### Minor Changes
|
194 |
|
195 | - [519b4218](https://github.com/changesets/changesets/commit/519b4218) - Initial release with parse and read functions along with defaultConfig and defaultWrittenConfig
|
196 |
|
197 | - Updated dependencies [519b4218]:
|
198 | - @changesets/types@0.1.0
|
199 |
|
\ | No newline at end of file |