Skip to content

Commit

Permalink
RELEASING: Releasing 33 package(s) (#2458)
Browse files Browse the repository at this point in the history
Releases:
  @khanacademy/wonder-blocks-breadcrumbs@3.1.0
  @khanacademy/wonder-blocks-icon-button@6.1.0
  @khanacademy/wonder-blocks-accordion@3.1.0
  @khanacademy/wonder-blocks-clickable@6.1.0
  @khanacademy/wonder-blocks-dropdown@9.1.0
  @khanacademy/wonder-blocks-popover@5.1.0
  @khanacademy/wonder-blocks-button@7.1.0
  @khanacademy/wonder-blocks-core@12.1.0
  @khanacademy/wonder-blocks-form@7.1.0
  @khanacademy/wonder-blocks-icon@5.1.0
  @khanacademy/wonder-blocks-link@7.1.0
  @khanacademy/wonder-blocks-timing@7.0.0
  @khanacademy/wonder-blocks-progress-spinner@3.1.0
  @khanacademy/wonder-blocks-birthday-picker@3.2.0
  @khanacademy/wonder-blocks-labeled-field@2.1.0
  @khanacademy/wonder-blocks-search-field@5.1.0
  @khanacademy/wonder-blocks-typography@3.1.0
  @khanacademy/wonder-blocks-testing@15.1.0
  @khanacademy/wonder-blocks-toolbar@5.1.0
  @khanacademy/wonder-blocks-tooltip@4.1.0
  @khanacademy/wonder-blocks-banner@4.1.0
  @khanacademy/wonder-blocks-layout@3.1.0
  @khanacademy/wonder-blocks-switch@3.1.0
  @khanacademy/wonder-blocks-modal@7.1.0
  @khanacademy/wonder-blocks-cell@4.1.0
  @khanacademy/wonder-blocks-data@14.1.0
  @khanacademy/wonder-blocks-grid@3.1.0
  @khanacademy/wonder-blocks-pill@3.1.0
  @khanacademy/wonder-blocks-testing-core@2.1.0
  @khanacademy/wonder-blocks-theming@3.1.0
  @khanacademy/wonder-blocks-tokens@4.2.0
  @khanacademy/wb-dev-build-settings@2.1.0
  @khanacademy/wb-codemod@2.1.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
khan-actions-bot and github-actions[bot] authored Feb 6, 2025
1 parent e8e3b4a commit 9bbbb01
Show file tree
Hide file tree
Showing 71 changed files with 9,817 additions and 9,294 deletions.
15 changes: 0 additions & 15 deletions .changeset/chatty-parents-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-months-travel.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/fair-candles-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-papayas-grin.md

This file was deleted.

40 changes: 0 additions & 40 deletions .changeset/polite-pianos-serve.md

This file was deleted.

63 changes: 36 additions & 27 deletions build-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,139 +1,148 @@
# wb-dev-build-settings

## 2.1.0

### Minor Changes

- f03298f: Tooling:

- Switching to `pnpm`.
- Upgrading `rollup` to v4 and `@babel/runtime` to match the current webapp version.

## 2.0.0

### Major Changes

- e6abdd17: Upgrade to React 18
- e6abdd17: Upgrade to React 18

## 1.0.1

### Patch Changes

- 559e82d5: Update to build tooling, generating smaller output
- 559e82d5: Update to build tooling, generating smaller output

## 1.0.0

### Major Changes

- 2a109a4c: Move build settings to Khan Academy namespace
- 2a109a4c: Move build settings to Khan Academy namespace

### Patch Changes

- d8e2f46a: Merge build-scripts directory into build-settings
- 674a1e5c: We're no longer building flow types
- d8e2f46a: Merge build-scripts directory into build-settings
- 674a1e5c: We're no longer building flow types

## 0.9.7

### Patch Changes

- bc1fd194: Generate proper Flow types for React.Element<React.ElementProps<...>> spanning multiple
- bc1fd194: Generate proper Flow types for React.Element<React.ElementProps<...>> spanning multiple

## 0.9.6

### Patch Changes

- 31798cea: Post-process React.Element<React.ElementProps<T>> to React.Element<T>
- 31798cea: Post-process React.Element<React.ElementProps<T>> to React.Element<T>

## 0.9.5

### Patch Changes

- c20f48f3: Don't transpile classes when building bundles
- c20f48f3: Don't transpile classes when building bundles

## 0.9.4

### Patch Changes

- 92efcfd0: Speed up flowgen
- 92efcfd0: Speed up flowgen

## 0.9.3

### Patch Changes

- 4ef6ae30: Convert JSX.LibraryManagedAttributes<> containing a React.ElementProps<> to React.ElementConfig<>
- c84e26ea: Standardize on fast-glob and add error output if there are no type definition files to process when building flow types
- 4ef6ae30: Convert JSX.LibraryManagedAttributes<> containing a React.ElementProps<> to React.ElementConfig<>
- c84e26ea: Standardize on fast-glob and add error output if there are no type definition files to process when building flow types

## 0.9.2

### Patch Changes

- b281e2eb: Fix generate Flow types for real
- b281e2eb: Fix generate Flow types for real

## 0.9.1

### Patch Changes

- 21ce20c7: Fix issues with generate flow types in wonder-blocks-core
- 21ce20c7: Fix issues with generate flow types in wonder-blocks-core

## 0.9.0

### Minor Changes

- d4c2b18c: Update flowgen flags to output exact types instead of inexact types
- d4c2b18c: Update flowgen flags to output exact types instead of inexact types

### Patch Changes

- d4c2b18c: Fix a variety of issues with Flow types generated by flowgen
- d4c2b18c: Fix a variety of issues with Flow types generated by flowgen

## 0.8.0

### Minor Changes

- 1ca4d7e3: Update gen-flow-types.ts to ensure React.Element<> always has a type param
- 1ca4d7e3: Update gen-flow-types.ts to ensure React.Element<> always has a type param

## 0.7.4

### Patch Changes

- b5ba5568: Ensure that flow lib defs use React.ElementConfig<> isntead of JSX.LibraryManagedAttributes<>
- b5ba5568: Ensure that flow lib defs use React.ElementConfig<> isntead of JSX.LibraryManagedAttributes<>

## 0.7.3

### Patch Changes

- 92afa7d2: Merge build-scripts directory into build-settings
- 92afa7d2: Merge build-scripts directory into build-settings

## 0.7.2

### Patch Changes

- d816af08: Update build and test configs use TypeScript
- 3891f544: Update babel config to include plugins that Storybook needed
- 2983c05b: Include 'types' field in package.json
- d816af08: Update build and test configs use TypeScript
- 3891f544: Update babel config to include plugins that Storybook needed
- 2983c05b: Include 'types' field in package.json

## 0.7.1

### Patch Changes

- 91cb727c: Remove file extensions from imports
- 91cb727c: Remove file extensions from imports

## 0.7.0

### Minor Changes

- b4568941: Re-introducing CJS bundles (using Rollup)
- b4568941: Re-introducing CJS bundles (using Rollup)

## 0.6.0

### Minor Changes

- 382d7e1a: Put back flow types with build files.
- 382d7e1a: Put back flow types with build files.

## 0.5.0

### Minor Changes

- d13183f6: Remove webpack from the build process
- d13183f6: Remove webpack from the build process

## 0.4.0

### Minor Changes

- d9567a2f: Strip comments out from ES generated bundles
- d9567a2f: Strip comments out from ES generated bundles

## 0.3.0

### Minor Changes

- 9d7adaaf: Builds only include actual packages, not remnant directories from a branch switch
- 9d7adaaf: Builds only include actual packages, not remnant directories from a branch switch
2 changes: 1 addition & 1 deletion build-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wb-dev-build-settings",
"version": "2.0.0",
"version": "2.1.0",
"main": "index.js",
"license": "MIT",
"private": true
Expand Down
Loading

0 comments on commit 9bbbb01

Please sign in to comment.