Skip to content

Commit def2121

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](1.22.3...2.0.0) (2025-03-04) ### Bug Fixes * 🐛 support gatsby pathPrefix, thus fallback relative ([7ae3278](7ae3278)) * add updated eslinting and lint ([9b80ceb](9b80ceb)) * bump ([86c4574](86c4574)) * bump circle ci version ([4f5a65a](4f5a65a)) * dont break generated client interface ([46034ca](46034ca)) * tests to align with new esm format ([6548914](6548914)) * this is how we dooooo ([38d41b1](38d41b1)) * update template for gatsby config ([81c6452](81c6452)) ### Features * this is a major revision to most packages. The changes support ([7970eaf](7970eaf)) ### BREAKING CHANGES * most apis will be ESM except for server, and use the latest versions of packages. This will change some of the logic or processes you may have been using there is also a bump to schema-utiils for most packages and meta-schema.
1 parent a272883 commit def2121

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [2.0.0](https://github.com/open-rpc/generator/compare/1.22.3...2.0.0) (2025-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 support gatsby pathPrefix, thus fallback relative ([7ae3278](https://github.com/open-rpc/generator/commit/7ae32788d2d9df3ae7d8cfce9b363e186c6a869c))
7+
* add updated eslinting and lint ([9b80ceb](https://github.com/open-rpc/generator/commit/9b80ceb5680686934fb540b90e5130327d10552e))
8+
* bump ([86c4574](https://github.com/open-rpc/generator/commit/86c4574e98a09d9811383e5bb58b64b95b5ee9c1))
9+
* bump circle ci version ([4f5a65a](https://github.com/open-rpc/generator/commit/4f5a65a12bbf0d6294ca0b602558ea08f5b888b5))
10+
* dont break generated client interface ([46034ca](https://github.com/open-rpc/generator/commit/46034cafe2789470c271a39734a4a1addea2026b))
11+
* tests to align with new esm format ([6548914](https://github.com/open-rpc/generator/commit/6548914fb09d110934cd4785be558cc824d122a9))
12+
* this is how we dooooo ([38d41b1](https://github.com/open-rpc/generator/commit/38d41b19919142e842cbed3321088b542987a4bc))
13+
* update template for gatsby config ([81c6452](https://github.com/open-rpc/generator/commit/81c64525ef179b70b62def9f4a4feb7590d44105))
14+
15+
16+
### Features
17+
18+
* this is a major revision to most packages. The changes support ([7970eaf](https://github.com/open-rpc/generator/commit/7970eafbef683b6432374e45e0bd471401602aa9))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* most apis will be ESM except for server, and use
24+
the latest versions of packages. This will change some of the
25+
logic or processes you may have been using there is also a bump
26+
to schema-utiils for most packages and meta-schema.
27+
128
## [1.22.3](https://github.com/open-rpc/generator/compare/1.22.2...1.22.3) (2023-01-18)
229

330

0 commit comments

Comments
 (0)