Skip to content

Commit

Permalink
chore: bump versions and release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 28, 2022
1 parent 4dacea1 commit b00408c
Show file tree
Hide file tree
Showing 92 changed files with 152 additions and 332 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-boats-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-taxis-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-rats-explode.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/bright-kiwis-jog.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/chilled-suns-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-penguins-arrive.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/cuddly-news-deny.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/cuddly-plants-burn.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/eight-cameras-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-tools-think.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/funny-garlics-tan.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/gold-lamps-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-grapes-fix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/heavy-rocks-shout.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/hip-bags-doubt.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/late-monkeys-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-cats-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-eggs-burn.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/new-iteration.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/pink-candles-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-rivers-wave.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/poor-baboons-bathe.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/proud-monkeys-exist.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/rare-eyes-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-moose-rest.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sixty-items-judge.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sixty-olives-hang.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/tasty-comics-eat.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/babel-preset-legend-studio

## 2.0.3

## 2.0.2

## 2.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/babel-preset-legend-studio",
"version": "2.0.2",
"version": "2.0.3",
"description": "Legend Studio Babel preset",
"keywords": [
"legend",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/eslint-plugin-legend-studio

## 2.0.2

## 2.0.1

## 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/eslint-plugin-legend-studio",
"version": "2.0.1",
"version": "2.0.2",
"description": "ESLint rules for Legend Studio",
"keywords": [
"legend",
Expand Down
26 changes: 26 additions & 0 deletions packages/legend-application/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @finos/legend-application

## 5.0.0

### Major Changes

- [#1239](https://github.com/finos/legend-studio/pull/1239) [`4dacea12`](https://github.com/finos/legend-studio/commit/4dacea12f53e93eab6e53f29febe94c7693109e2) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Restructured documentation registry, each documentation entry now can also relate to other documentation (referring to others by their keys). Contextual documentation registry is now simplified to become a map between `context` and `documentation key`. As a result, in `LegendApplicationConfigurationData.documentation`, `contextualDocEntries` now becomes `contextualDocMap`, also, in `LegendApplicationPlugin`, `getExtraKeyedContextualDocumentationEntries()` now becomes `getExtraContextualDocumentationEntries()`. Renamed `LegendApplicationDocumentationEntryConfig` to `LegendApplicationDocumentationConfigEntry`.

* [#1239](https://github.com/finos/legend-studio/pull/1239) [`4dacea12`](https://github.com/finos/legend-studio/commit/4dacea12f53e93eab6e53f29febe94c7693109e2) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Change `LegendApplication` contructor to take a `LegendApplicationConfigurationInput<T extends LegendApplicationConfigurationData>` to make it more scalable.

### Minor Changes

- [#1239](https://github.com/finos/legend-studio/pull/1239) [`4dacea12`](https://github.com/finos/legend-studio/commit/4dacea12f53e93eab6e53f29febe94c7693109e2) ([@akphi](https://github.com/akphi)) - Expose `execution plan viewer` component.

* [#1239](https://github.com/finos/legend-studio/pull/1239) [`4dacea12`](https://github.com/finos/legend-studio/commit/4dacea12f53e93eab6e53f29febe94c7693109e2) ([@akphi](https://github.com/akphi)) - Support loading documentation regitry entries from an external source, e.g. `documentation.registry: [{ url: 'https://legend.finos.org/resource/studio/documentation' }]`; this config takes an additional flag `simple` when the endpoint is only just a `JSON` file and the server has a fairly relaxed `CORS` policy (Access-Control-Allow-Origin", "\*"), e.g. `documentation.registry: [{ url: 'https://legend.finos.org/resource/studio/documentation.json', simple: true }]`.

Also, we have finalized the order of overriding for documentation entries. The later will override the former in order:

- Natively specified: specified in the codebase (no overriding allowed within this group of documentation entries): _since we have extension mechanism, the order of plugins matter, we do not allow overriding, i.e. so the first specification for a documentation key wins_
- Fetched from documentation registries (no overriding allowed within this group of documentation entries): _since we have extension mechanism and allow specifying multiple registry URLS, we do not allow overriding, i.e. so the first specification for a documentation key wins_
- Configured in application config (overiding allowed within this group)

We also provided an extension mechanism to specify required documentation entries. When we build the documentation registry, we will check these keys and any documentation keys configured in the contextual documentation map to ensure the application documentation show up properly for crucial use cases. Missing entries will trigger warnings.

### Patch Changes

- [#1240](https://github.com/finos/legend-studio/pull/1240) [`7b5dfbee`](https://github.com/finos/legend-studio/commit/7b5dfbee145143cd8f08ce70d849691609310a50) ([@YannanGao-gs](https://github.com/YannanGao-gs)) - Add element path to element dropdown.

## 4.0.3

## 4.0.2
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application",
"version": "4.0.3",
"version": "5.0.0",
"description": "Legend application core",
"keywords": [
"legend",
Expand Down
Loading

0 comments on commit b00408c

Please sign in to comment.