Skip to content

Commit

Permalink
RELEASING: Releasing 33 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  • Loading branch information
github-actions[bot] committed Feb 5, 2025
1 parent bb2a026 commit f2875c4
Show file tree
Hide file tree
Showing 69 changed files with 9,778 additions and 9,274 deletions.
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.

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 f2875c4

Please sign in to comment.