Skip to content

Commit 6f2b6f9

Browse files
author
Joren Broekema
authored
Merge pull request #1260 from ing-bank/changeset-release/master
Version Packages
2 parents 5c62c9d + 908bd4a commit 6f2b6f9

File tree

91 files changed

+766
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+766
-278
lines changed

.changeset/early-dolphins-build.md

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

.changeset/famous-bears-confess.md

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

.changeset/lucky-files-fail.md

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

.changeset/odd-beds-clean.md

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

.changeset/orange-walls-sniff.md

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

.changeset/quiet-books-fold.md

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

.changeset/silly-ants-melt.md

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

packages-node/babel-plugin-extend-docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- f3e54c56: Publish documentation with a format for Rocket
8+
9+
### Patch Changes
10+
11+
- 5db622e9: Still replace tags if templates uses `.foo=${{ key: 'value' }}`
12+
313
## 0.3.0
414

515
### Minor Changes

packages-node/babel-plugin-extend-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-extend-docs",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Babel plugin which rewrites imports and templates according to a configuration",
55
"license": "MIT",
66
"author": "ing-bank",

packages-node/providence-analytics/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 5db622e9: BREAKING: Align exports fields. If you want to import from CLI instead of main entrypoint (`import { ... } from 'providence-analytics';`) using export maps, you can now do so with `import { ... } from 'providence-analytics/src/cli';` instead of `import { ... } from 'providence-analytics/src/cli/index.js';`.
8+
39
## 0.9.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)