Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Oct 16, 2024
1 parent f978b1b commit ae88d16
Show file tree
Hide file tree
Showing 255 changed files with 2,508 additions and 626 deletions.
130 changes: 0 additions & 130 deletions .changeset/stale-cobras-ring.md

This file was deleted.

11 changes: 11 additions & 0 deletions crates/lmdb-js-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# lmdb-js-lite

## 1.0.0

### Patch Changes

- Updated dependencies [[`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda)]:
- @atlaspack/cache@3.0.0
- @atlaspack/core@2.13.0
- @atlaspack/fs@3.0.0
- @atlaspack/types@2.13.0
2 changes: 1 addition & 1 deletion crates/lmdb-js-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lmdb-js-lite",
"version": "0.1.5",
"version": "1.0.0",
"main": "dist/compat.js",
"types": "compat.d.ts",
"repository": "https://github.com/atlassian-labs/atlaspack",
Expand Down
20 changes: 20 additions & 0 deletions packages/bundlers/default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @atlaspack/bundler-default

## 2.13.0

### Minor Changes

- [#126](https://github.com/atlassian-labs/atlaspack/pull/126) [`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial publish moving to changesets

`atlaspack` will move to a changeset release model, and continuously publish new
versions to NPM using semantic versioning.

### Patch Changes

- Updated dependencies [[`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda)]:
- @atlaspack/diagnostic@2.13.0
- @atlaspack/feature-flags@2.13.0
- @atlaspack/graph@3.3.0
- @atlaspack/plugin@2.13.0
- @atlaspack/rust@2.13.0
- @atlaspack/utils@2.13.0
14 changes: 7 additions & 7 deletions packages/bundlers/default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/bundler-default",
"version": "2.12.0",
"version": "2.13.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,12 +16,12 @@
"parcel": "^2.12.0"
},
"dependencies": {
"@atlaspack/diagnostic": "2.12.0",
"@atlaspack/feature-flags": "2.12.0",
"@atlaspack/graph": "3.2.0",
"@atlaspack/plugin": "2.12.0",
"@atlaspack/rust": "2.12.0",
"@atlaspack/utils": "2.12.0",
"@atlaspack/diagnostic": "2.13.0",
"@atlaspack/feature-flags": "2.13.0",
"@atlaspack/graph": "3.3.0",
"@atlaspack/plugin": "2.13.0",
"@atlaspack/rust": "2.13.0",
"@atlaspack/utils": "2.13.0",
"nullthrows": "^1.1.1"
}
}
15 changes: 15 additions & 0 deletions packages/bundlers/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @atlaspack/bundler-library

## 2.12.0

### Minor Changes

- [#126](https://github.com/atlassian-labs/atlaspack/pull/126) [`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial publish moving to changesets

`atlaspack` will move to a changeset release model, and continuously publish new
versions to NPM using semantic versioning.

### Patch Changes

- Updated dependencies [[`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda)]:
- @atlaspack/plugin@2.13.0
4 changes: 2 additions & 2 deletions packages/bundlers/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/bundler-library",
"version": "2.11.0",
"version": "2.12.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,7 +16,7 @@
"parcel": "^2.12.0"
},
"dependencies": {
"@atlaspack/plugin": "2.12.0",
"@atlaspack/plugin": "2.13.0",
"nullthrows": "^1.1.1"
}
}
15 changes: 15 additions & 0 deletions packages/compressors/brotli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @atlaspack/compressor-brotli

## 2.13.0

### Minor Changes

- [#126](https://github.com/atlassian-labs/atlaspack/pull/126) [`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial publish moving to changesets

`atlaspack` will move to a changeset release model, and continuously publish new
versions to NPM using semantic versioning.

### Patch Changes

- Updated dependencies [[`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda)]:
- @atlaspack/plugin@2.13.0
4 changes: 2 additions & 2 deletions packages/compressors/brotli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/compressor-brotli",
"version": "2.12.0",
"version": "2.13.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,6 +16,6 @@
"parcel": "^2.12.0"
},
"dependencies": {
"@atlaspack/plugin": "2.12.0"
"@atlaspack/plugin": "2.13.0"
}
}
15 changes: 15 additions & 0 deletions packages/compressors/gzip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @atlaspack/compressor-gzip

## 2.13.0

### Minor Changes

- [#126](https://github.com/atlassian-labs/atlaspack/pull/126) [`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial publish moving to changesets

`atlaspack` will move to a changeset release model, and continuously publish new
versions to NPM using semantic versioning.

### Patch Changes

- Updated dependencies [[`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda)]:
- @atlaspack/plugin@2.13.0
4 changes: 2 additions & 2 deletions packages/compressors/gzip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/compressor-gzip",
"version": "2.12.0",
"version": "2.13.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,6 +16,6 @@
"parcel": "^2.12.0"
},
"dependencies": {
"@atlaspack/plugin": "2.12.0"
"@atlaspack/plugin": "2.13.0"
}
}
15 changes: 15 additions & 0 deletions packages/compressors/raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @atlaspack/compressor-raw

## 2.13.0

### Minor Changes

- [#126](https://github.com/atlassian-labs/atlaspack/pull/126) [`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial publish moving to changesets

`atlaspack` will move to a changeset release model, and continuously publish new
versions to NPM using semantic versioning.

### Patch Changes

- Updated dependencies [[`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda)]:
- @atlaspack/plugin@2.13.0
4 changes: 2 additions & 2 deletions packages/compressors/raw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaspack/compressor-raw",
"version": "2.12.0",
"version": "2.13.0",
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
Expand All @@ -16,6 +16,6 @@
"parcel": "^2.12.0"
},
"dependencies": {
"@atlaspack/plugin": "2.12.0"
"@atlaspack/plugin": "2.13.0"
}
}
46 changes: 46 additions & 0 deletions packages/configs/default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# @atlaspack/config-default

## 3.0.0

### Minor Changes

- [#126](https://github.com/atlassian-labs/atlaspack/pull/126) [`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial publish moving to changesets

`atlaspack` will move to a changeset release model, and continuously publish new
versions to NPM using semantic versioning.

### Patch Changes

- Updated dependencies [[`e779497`](https://github.com/atlassian-labs/atlaspack/commit/e779497365b871f989882ae3a61d3f4385179bda)]:
- @atlaspack/bundler-default@2.13.0
- @atlaspack/compressor-raw@2.13.0
- @atlaspack/core@2.13.0
- @atlaspack/namer-default@2.13.0
- @atlaspack/optimizer-css@2.13.0
- @atlaspack/optimizer-htmlnano@2.13.0
- @atlaspack/optimizer-image@3.0.0
- @atlaspack/optimizer-svgo@2.13.0
- @atlaspack/optimizer-swc@2.13.0
- @atlaspack/packager-css@2.13.0
- @atlaspack/packager-html@2.13.0
- @atlaspack/packager-js@2.13.0
- @atlaspack/packager-raw@2.13.0
- @atlaspack/packager-svg@2.13.0
- @atlaspack/packager-wasm@2.13.0
- @atlaspack/reporter-dev-server@2.13.0
- @atlaspack/resolver-default@2.13.0
- @atlaspack/runtime-browser-hmr@2.13.0
- @atlaspack/runtime-js@2.13.0
- @atlaspack/runtime-react-refresh@2.13.0
- @atlaspack/runtime-service-worker@2.13.0
- @atlaspack/transformer-babel@2.13.0
- @atlaspack/transformer-css@2.13.0
- @atlaspack/transformer-html@2.13.0
- @atlaspack/transformer-image@3.0.0
- @atlaspack/transformer-js@3.0.0
- @atlaspack/transformer-json@2.13.0
- @atlaspack/transformer-postcss@2.13.0
- @atlaspack/transformer-posthtml@2.13.0
- @atlaspack/transformer-raw@2.13.0
- @atlaspack/transformer-react-refresh-wrap@2.13.0
- @atlaspack/transformer-svg@2.13.0
Loading

0 comments on commit ae88d16

Please sign in to comment.