Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent fb4a8d1 commit 608fa46
Show file tree
Hide file tree
Showing 11 changed files with 80 additions and 26 deletions.
12 changes: 0 additions & 12 deletions .changeset/great-moons-fail.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/short-hairs-breathe.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/basic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [a58fd28]
- Updated dependencies [a58fd28]
- @ticketevolution/seatmaps-client@3.2.0

## null

### Patch Changes

- Updated dependencies [73a8b6d]
- @ticketevolution/seatmaps-client@3.1.1

Expand Down
8 changes: 8 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [a58fd28]
- Updated dependencies [a58fd28]
- @ticketevolution/seatmaps-client@3.2.0

## null

### Patch Changes

- Updated dependencies [73a8b6d]
- @ticketevolution/seatmaps-client@3.1.1

Expand Down
8 changes: 8 additions & 0 deletions examples/filtering-ticket-groups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [a58fd28]
- Updated dependencies [a58fd28]
- @ticketevolution/seatmaps-client@3.2.0

## null

### Patch Changes

- Updated dependencies [73a8b6d]
- @ticketevolution/seatmaps-client@3.1.1

Expand Down
8 changes: 8 additions & 0 deletions examples/missing-map/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [a58fd28]
- Updated dependencies [a58fd28]
- @ticketevolution/seatmaps-client@3.2.0

## null

### Patch Changes

- Updated dependencies [73a8b6d]
- @ticketevolution/seatmaps-client@3.1.1

Expand Down
8 changes: 8 additions & 0 deletions examples/umd-minimal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [a58fd28]
- Updated dependencies [a58fd28]
- @ticketevolution/seatmaps-client@3.2.0

## null

### Patch Changes

- Updated dependencies [73a8b6d]
- @ticketevolution/seatmaps-client@3.1.1

Expand Down
8 changes: 8 additions & 0 deletions examples/umd-standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [a58fd28]
- Updated dependencies [a58fd28]
- @ticketevolution/seatmaps-client@3.2.0

## null

### Patch Changes

- Updated dependencies [73a8b6d]
- @ticketevolution/seatmaps-client@3.1.1

Expand Down
9 changes: 9 additions & 0 deletions examples/vite-build-standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# vite-build-standalone

## null

### Patch Changes

- Updated dependencies [a58fd28]
- Updated dependencies [a58fd28]
- @ticketevolution/seatmaps-client@3.2.0
22 changes: 22 additions & 0 deletions packages/seatmaps-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @ticketevolution/seatmaps-client

## 3.2.0

### Minor Changes

- a58fd28: - **Vite Configuration**: Updated `vite.config.ts` to ensure correct UMD module export. Added `@rollup/plugin-inject` to handle `process` polyfill.

- Added `rollupOptions` to define UMD build settings and inject `process` polyfill.
- Ensured the `name` and `format` properties are correctly set for UMD build.
- **Example HTML File**: Provided a sample `index.html` file to demonstrate the correct usage of the built UMD module.
- Included the built `bundle.js` script.
- Created an instance of `Tevomaps` and rendered it correctly in the HTML.

- a58fd28: Updated `vite.config.ts` to build the UMD bundle correctly.

# Created a post-build script `copy-build.js` to copy the built `bundle.js` to the `examples/vite-build-standalone` directory.

# Updated `package.json` to include new build and serve scripts.

# Ensured `index.html` in `examples/vite-build-standalone` references `bundle.js`.

# Ensured `server.js` in `examples/vite-build-standalone` is set up to serve the directory.

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/seatmaps-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ticketevolution/seatmaps-client",
"version": "3.1.1",
"version": "3.2.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 608fa46

Please sign in to comment.