Skip to content

Commit 73ccb2a

Browse files
github-actions[bot]techniq
authored andcommitted
Version Packages (next) (#457)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 03fb016 commit 73ccb2a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"changesets": [
88
"pink-showers-hunt",
99
"polite-parts-learn",
10+
"tall-poems-take",
1011
"witty-clocks-divide"
1112
]
1213
}

packages/layerchart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
- fix: Remove `shapefile` and `topojson-client` as duplicated `dependencies` (`devDependencies` only) ([`da03573`](https://github.com/techniq/layerchart/commit/da035735ceaf2c685d9829b543eee3441da9685c))
1616

17+
## 2.0.0-next.1
18+
19+
### Patch Changes
20+
21+
- Switch from @tailwindcss/postcss to @tailwindcss/vite. Update all non-major packages ([#449](https://github.com/techniq/layerchart/pull/449))
22+
1723
## 2.0.0-next.0
1824

1925
### Major Changes

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/layerchart",
7-
"version": "2.0.0-next.0",
7+
"version": "2.0.0-next.1",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)